Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax Error
Message
From
27/12/1999 17:51:39
 
 
To
27/12/1999 16:15:07
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00308731
Message ID:
00308987
Views:
17
>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
Hey Mike,

I've seen you say not to use public variables on a couple of occasions. I'm just wondering why.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform