Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locator Grid Class
Message
 
 
To
23/11/2004 11:27:29
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00963866
Message ID:
00963886
Views:
8
Cetin,

I call another form from my locator form, then return to my locator form &
run the init event of that form again to requery the data (which may have changed). The current record is always the 1st record?

If I close the form, then recall it the correct record is selected.

Can you help?




>>Hi Cetin,
>>
>>I'm using the grid locator class, I want to call the form & position on a particular record on the grid.
>>
>>HTMS
>>
>>Robin
>
>Hi Robin,
>I'm not sure I exactly understood. Do you mean you wan to call a form with a locatorgrid in it and when it shows up you want to be on a particular record? If so simply issue a locate with its recordsource selected. Below is a very basic sample:
>
>-A form with a locatorgrid on it (default name LocatorGrid1)
>-cSQL is set to "* from customer"
>
>*Form init
>lparameters tcLocateExpression
>select (this.LocatorGrid1.RecordSource)
>locate for &tcLocateExpression
>
>Warning: No checking if tcLocateExpression is of char type etc.
>
>Sample call:
>do form myForm with "upper(contact) = 'B'"
>
>Cetin
Rob
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform