Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown member
Message
From
29/03/2006 17:56:52
 
 
To
29/03/2006 15:16:46
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
01108955
Message ID:
01109011
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform