Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I drop it?
Message
De
04/12/2013 10:04:24
 
 
À
03/12/2013 04:10:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01588891
Message ID:
01589264
Vues:
86
>>>Hello Srdjan,
>>>
>>>Could you please give me examples of functions that wouldn't function properly with long field names?
>>
>>I experienced problem with following code construct
>>
>>
>>select some_alias
>>local aTmp(1)
>>afields(aTmp)
>>create cursor tmpCur from array aTmp
>>alter table alias() add column...   &&explodes right here 
>>
>>
>>I did not do extensive testing with other commands. Ask Dragan, he probably did ! :))
>
>Redimension the array. Add another row, fill in the columns of that row, then create cursor from array aTmp
>
>or
>
>select *, cast( 0 as Int) as NewColumn from some_alias into cursor tmpCur readwrite  where .f.
>
This is applicable to Denis problem. I have no problem :)
*****************
Srdjan Djordjevic
Limassol, Cyprus

Free Reporting Framework for VFP9 ;
www.Report-Sculptor.Com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform