Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax Error
Message
From
27/12/1999 16:15:07
 
 
To
27/12/1999 09:13:52
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00308731
Message ID:
00308939
Views:
28
Hi Jimmy,

Whoah, firstly, you can't start a cursor name with a number. Does just this code throw the error?

Notice, you shouldn't need public variables either.
local gdValue, szValue
gdValue = Thisform.gd1.displayvalue
szValue = Thisform.sz1.displayvalue

select bundle, length, grade, siz, shipdataid;
	from data1;
	where grade = gdValue and siz = szValue and length = 2;
	into cursor Twoft;

REPORT FORM siz_grade2.FRX preview
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform