Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there an array size limit for vfp7?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01488846
Message ID:
01488849
Vues:
87
You're missing come before added field.

>Is there a array size limit of 30 or so when do a "select" clause to return values into array
>
>the following works
>
>
>however If I add one more item to end of select (payroll.warrant), it won't let me save the code and I get a message saying "Command contains unrecognized phrase/keyword".
>
><pre>
>            Select payroll_tbl.location, ;											&&more ...>                payroll_tbl.JPCFJH, ;							&&a__gen4(1,29)
>                payroll_tbl.JPCFTRMT ;							&&a__gen4(1,30)
>                payroll_tbl.warrant;  &&<<<<<<<<<<<<-============= I added this line
>              from payroll_tbl into array a__gen4 ;
>                where payroll_tbl.ssn == a1 and payroll_tbl.pp == c1
>
>
>
>any comments?
>
>nick
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform