Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Click Event
Message
From
06/06/2002 04:50:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Click Event
Miscellaneous
Thread ID:
00665309
Message ID:
00665309
Views:
56
Hi all,

I have a form with a grid on it but when I run another
form with a grid I lose my values in my original grid.
Thats fine I can reset those values when I return to my
main screen. But the problem is that in the click event
of thisform.grid1.column1.text1 I have a call to a procedure
which is now gone. How can I reset a call like this?

=myprocedure()

The rest of the values are done as follows

THISFORM.grid1.recordsource = "mytable"

But I'm not sure how to do the following

THISFORM.grid1.column1.text1.click = "=myprocedure()"

This doesn't work

Anyone any ideas?
Next
Reply
Map
View

Click here to load this message in the networking platform