Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select field in a browse
Message
 
To
17/03/2006 12:41:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01105357
Message ID:
01105363
Views:
16
>Is there a way to position the cursor when you open a BROWSE window? Say we want to place the cursor in the fourth field from the left when the BROWSE opens.
>
>Anyone know if there's a way to do this?

This only works in program, not in command window
USE ?
BROWSE NAME oBrowse NOWAIT 
oBrowse.ActivateCell(1,4)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform