Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Normal mousepointer for rows in a grid
Message
De
17/02/2005 08:24:14
 
 
À
16/02/2005 18:47:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Divers
Thread ID:
00987405
Message ID:
00987875
Vues:
34
Hello James.

I'm not very interested in changing my methods all over the place to be handled at the grid level rather than the control level.

Interesting. Even in VFP 5, all of my controls in the grid always called up to the grid's method (i.e., the textbox class's dblClick() called up to the grid's dblClick()), so this is not an issue for me < s >.

Also, I want to know which cell is clicked or double-clicked on (responses may vary depending on which row/column, etc), and it appears (without looking into it) that I wouldn't be able to tell this anymore. Even if I could, wouldn't want to change code all over the place.

Actually, you can still tell which row was clicked just be looking at the record in the grid's underlying RecordSource. Even with AllowCellSelection set to False, the record pointer still moves in the grid.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform