Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace alias name with cursorsource
Message
From
24/06/2005 08:28:01
 
 
To
24/06/2005 04:39:54
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01026169
Message ID:
01026230
Views:
18
Sir,

In my DataEnvironmnt there are five tables. When I run your following codes
THISFORM.DataEnvironment.CloseTables
FOR EACH oCursor IN THISFORM.DataEnvironment.Objects 
  oCursor.Alias = "c"+JUSTSTEM(oCursor.CursorSource)
ENDFOR
THISFORM.DataEnvironment.OpenTables
then it shows follwoing error messages

objects cannot be enumerated

when I press Ignore, it shows
object oCursor in not found

when I again press Ignore, it shows
nesting error

What is wrong?

Please help again
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform