Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with click code in grid
Message
From
23/11/2006 21:27:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Help with click code in grid
Miscellaneous
Thread ID:
01172171
Message ID:
01172171
Views:
68
Hi,

I'm trying to loop through all the controls in a grid and set the click code for every text box in the grid init.

Can anyone help me with the syntax to include the 2 lines of code below in the click method of each text box ?

***************************************************************************
LOCAL liColIndex
FOR liColIndex=1 TO this.ColumnCount && loop through all grid columns
WITH this.Columns(liColIndex)
IF upper(.CurrentControl) == 'TEXT1' && replace only columns that have default textbox

* set the Click method of this textbox control
* .Click = ??? the next 2 lines of code
* Thisform.Foundkey = evaluate(THISFORM.cTableKey)
* ThisForm.Release

ENDIF
ENDWITH
ENDFOR
***************************************************************************

TIA
Chris
Next
Reply
Map
View

Click here to load this message in the networking platform