Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stopping the selection of records in the grid
Message
From
21/03/2006 14:35:13
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01106257
Message ID:
01106345
Views:
20
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()
Previous
Reply
Map
View

Click here to load this message in the networking platform