Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create cursor not working
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Create cursor not working
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01022762
Message ID:
01022762
Views:
52
Would anyone know why I cannot create a cursor from an array? Is there an environment setting that prevent it?
This is the code: (trying while in debug mode of an application)
** this works
CREATE CURSOR AllCentrex (filename c(14),filebites N(12))

** this does NOT work, but returns no error.
** the mouse returns normal like the cursor was created but no cursor.
CREATE CURSOR AllCentrex from array laMan

** this is the actual app code that
** when ran from app opens a locate table window (bad feature).
CREATE CURSOR (gsDbfPath+"ltAllCentrex") (filename c(14),filebites N(12) ;
		,filedate d(8),filetime c(8),fileattr c(6))
Thanks, Chuck
Extreme Programming = Plan -> Design -> Code -> Test
Next
Reply
Map
View

Click here to load this message in the networking platform