Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid by genxtab cursor
Message
De
19/01/2004 06:02:46
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00867912
Message ID:
00868064
Vues:
19
Here is my code:
select aa,bb,cc;
	from dd;
	group by aa,bb	order by aa,bb;
INTO CURSOR SYS(2015)
DO (_GENXTAB) WITH 'Query',,,,,,,,,.t.
thisform.grdinvres.columncount = -1
thisform.grdinvres.refresh()
As you can see I have the following problems:
1. How can I insert the GENXTAB query to cursor?
2. When do I have to create the cursor for the grid\recordsource (If in the form/load, in this step I don't know the column count and the captions that I will get by the GENXTAB)?
Thanks in advance
Chaim
Thank you
Chaim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform