Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Entry using a grid
Message
From
12/08/2005 05:19:31
Richard Candeland
Richard Candeland Software Services
Keighley, United Kingdom
 
 
To
11/08/2005 11:05:48
Randy Wessels
Screentek Business Solutions, Llc.
Phoenix, Arizona, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01040083
Message ID:
01040503
Views:
13
It should work if you put quotes around the cursor name when you set the recordsource:


CREATE CURSOR mygridcur (qty1 n(5), qty2 n(5), qty3 n(5), qty4 n(5), qty5 n(5), qty6 n(5), qty7 n(5), qty8 n(5))
FOR stepz = 0 TO 9
SELECT mygridcur
INSERT INTO mygridcur(qty1,qty3,qty3,qty4,qty5,qty6,qty7,qty8)VALUES(0,0,0,0,0,0,0,0)
NEXT
thisform.grid2.RecordSource = 'mygridcur'
Richard
Previous
Reply
Map
View

Click here to load this message in the networking platform