Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I drop it?
Message
From
04/12/2013 10:04:24
 
 
To
03/12/2013 04:10:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01588891
Message ID:
01589264
Views:
89
>>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform