Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Structural index file
Message
 
 
To
21/01/2009 16:17:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01376051
Message ID:
01376176
Views:
18
Hi David,

Interesting place to work :)

Try just ALTER TABLE myCursor ...

Also you would not be able to change your cursor in field names are longer than 10 characters.

>I created a cursor in my application.
>as follow: SELECT field1,fields2...... into cursor smf2 readwrite
>
>before running a report on this cursor I wanted to add some fields which I couldnt add them at the begining.
>
>so I did:
>m_alias="SMF2"
>
>when the following code executes:
>ALTER TABLE DBF(m_alias) ADD COLUMN age c(4)
>
>I get the following error
>Structural .CDX file is not found.
>
>after that I dont find the smf2 cursor in the data session anymore.
>
>what am I doing wrong?
>any help please
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform