Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unknown member
Message
De
29/03/2006 17:56:52
 
 
À
29/03/2006 15:16:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Divers
Thread ID:
01108955
Message ID:
01109011
Vues:
20
On the last line, is there a space between SELECT and the opening parenthesis? There should be.


>when i try to do the following code , i get an error saying unknow member gridhscode
>
>but on the form i have a grid named gridhscode
>
>
>thanks
>
>
>
>STORE SELECT() TO CUR_AREA
>
>SELECT HSCODE FROM DOHSCODE ORDER BY HSCODE INTO CURSOR CUR_LISTEHSCODE
>
>THISFORM.TEXt1.Text = "ASDASD"
>
>WITH thisform.GRIDHSCODE
>
> .recordsource = "CUR_LISTEHSCODE"
> .columncount = 1
> .Column1.Header1.caption = "Hscode"
> .column1.width = 70
> .Column1.ControlSource = "CUR_LISTEHSCODE.HSCODE"
>
>ENDWITH
>
>THISFORM.refresh
>
>thisform.text1.SetFocus()
>
>
>SELECT(CUR_AREA)
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform