Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stopping the selection of records in the grid
Message
De
21/03/2006 14:35:13
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
 
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
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01106257
Message ID:
01106345
Vues:
19
This message has been marked as the solution to the initial question of the thread.
>As you probably know I have had plenty of threads today trying to finish my grid issues out.
>
>One quick question how can I stop a user selecting records in a grid?
>
>The reason being is that the same fields in the grid are setup as textboxes ony my form (requirement from customer). Therefore when in edit mode the values are displayed in the editboxes but if somebody moves the record in the grid my values change.
>
>Hmmmm, any ideas?
IF NOT this.Enabled
    NODEFAULT
ENDIF
in BeforeRowColChange()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform