Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Too many variables??
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Too many variables??
Divers
Thread ID:
00446358
Message ID:
00446358
Vues:
40
I get "Too many variables" error when I run this SELECT command. The results of my SELECT are in an array which is tied to a listbox. I get the error before form containing the listbox appears. This SELECT occurs in the Form Init.
Any idea why this error is happening? I don't see it.

Here's my code:
SELECT master.incident, master.patnum, master.patqty, master.name_last, master.name_first, ;
	master.sitename, master.addr1a, master.citya, ;
	master.mcoid, master.date, arrest.sca_ctr, arrest.closed, arrest.incident ;
	FROM master JOIN arrest ON master.incident = arrest.incident ;
	ORDER BY master.date INTO ARRAY slister
The listbox has ColumnCount set to 12 and ColumnWidths set to 25,25,25,....

Thanks for your help.
Steve Kramer
Kramer & Kramer Design
"Home of Go Cartoons"
Web Site: www.stephenkramer.com
Would you believe Far Side Lite?
More than 270 original cartoons.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform