Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Local array won't work
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00487664
Message ID:
00487666
Vues:
8
>I have a method to look for tables saved buy certain users and create a SQL array.
>
>LOCAL ARRAY aHold(1)
>SELECT * ;
>FROM &tcTable ;
>INTO ARRAY aHold ;
>WHERE !lUploaded AND cUserName = cCurUser
>
>This works in the dev envir but not in the exe. Got any ideas?
>
>Thanks for the help

Try dimensioning the array before the SQL Select statement. Size doesn't matter.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform