Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help me understand TableUpdate()
Message
From
31/07/1999 14:51:10
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00248558
Message ID:
00248577
Views:
12
>
>
LOCAL i,lcInAlias
>lcInAlias = ALIAS()
>FOR i = 1 TO 1000 && could be up to 32K open areas
>   IF ! EMPTY(ALIAS())
>     TABLEUPDATE(1,.t., ALIAS())
>   ENDIF
>ENDFOR
>IF ! EMPTY(lcInAlias)
>   SELECT (lcInAlias)
>ELSE
>   SELECT 0
>ENDIF
>

I believe the AUSED would come in handy here.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform