Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Syntax Error
Message
De
27/12/1999 16:15:07
 
 
À
27/12/1999 09:13:52
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00308731
Message ID:
00308939
Vues:
26
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform