Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Valid Event not Validating
Message
From
30/06/2000 08:52:54
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00386991
Message ID:
00387015
Views:
23
Hi Bruce,

I did put a messagebox in the event to see. No message. The grid is a basic grid. I put it on the form and set the columncount to 11. The code for the Valid event I put in the textbox.valid for the correct column. All other properties like controlsource's, readonly, width etc. I set in a Method of the form.
.SETALL("RESIZABLE", .F., "COLUMN")
.SETALL("MOVABLE", .F., "COLUMN")
.SETALL("READONLY", .T., "COLUMN")
.SETALL("READONLY", .T., "TEXTBOX")
.SETALL("ALIGNMENT", 2, "HEADER")
.SETALL("FONTBOLD", .T., "HEADER")
.SETALL("FORECOLOR", RGB(0,0,255), "HEADER")
*!* This is the column I want the event.
.column6.READONLY = .F.
.column6.ENABLED = .T.

I hope the above block will help.

Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform