Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alter Table
Message
 
 
To
20/01/1999 11:55:08
Senna Dwipayana
Indo Rebel Apparel Cv
Bandung, Indonesia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00178066
Message ID:
00178119
Views:
29
>AlterTable add a field in a table, what code can insert a field in a middle of table ?
>And is there any code that can add field on temporary cursor ?
>
>
>TIA

When I select data to a cursor and that cursor will not allow me to change its structure, etc., I do the following.

Select MyCursor
lcName = dbf() && this gives you the actual temporary file name
select 0
use (lcName) again alias NewCursorName
use in MyCursor

At this point I can do what every I want to the cursor, zap, index, add fields, modify field types and widths, etc.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform