Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids
Message
From
16/06/1999 10:52:42
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Grids
Miscellaneous
Thread ID:
00230413
Message ID:
00230413
Views:
58
I created a form, with a grid object (presemb_grd) with no columns

in the Init method of the form i added the following code

with THISFORM.presemb_grd
.columncount = 2
.column1.controlsource = "SUBSTR(bcl.bcnudos,2,8)"
.Column1.Header1.Caption = "Dossier"
.Column1.width=12
.column2.controlsource = "bcl.bclig"
.Column2.Header1.Caption = "N°"
.Column2.width=5
endwith

This works correctly.

My question is : I want in my program to add some code to the valid event of the text object of Column2. Is this possible


Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform