Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select
Message
From
27/05/2005 08:04:45
 
 
To
27/05/2005 03:48:54
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Select
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01017388
Message ID:
01018068
Views:
27
hi,
thank you very much,it works
i try to keep the curssore at one place at mygrid if found
i try as
thisfrom.grid1.column1.text.setfocus && with mouse click i can move to any column,

thanks.
best regards
m.qasem

>Is the record source for the Grid Temp by any chance?
>
>Try:
>
>
>lcTyp  = alltrim(upper(thisform.grid2.column1.text1.value))
>lcMac1 = alltrim(upper(thisform.grid2.column2.text1.value))
>select * from temp;
>  where alltrim(upper(temp.typ)) == lcTyp and alltrim(upper(temp.mac1)) == lcMac1;
>  into array laResults
>
>
>I assumed that the .. and the column1 after the and instead of column2 were typos.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform