Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Structural index file
Message
From
21/01/2009 16:17:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Structural index file
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01376051
Message ID:
01376051
Views:
56
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
Next
Reply
Map
View

Click here to load this message in the networking platform