Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help me understand TableUpdate()
Message
De
31/07/1999 14:51:10
 
 
À
31/07/1999 14:46:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00248558
Message ID:
00248577
Vues:
17
>
>
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform