Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select field in a browse
Message
 
À
17/03/2006 12:41:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01105357
Message ID:
01105363
Vues:
15
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform