Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Add a Field with more than 8 chars long
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00846298
Message ID:
00850734
Views:
18
TRY THIS...

Sele space(10) as clongfield FROM ANYTABLE where .f. into cursor tmp
&& Space(10) is the length of the field

USE DBF('TMP') AGAIN IN 0 ALIAS TEMP
&& Creates read/write curs
Previous
Reply
Map
View

Click here to load this message in the networking platform