Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bindevent()
Message
From
20/12/2005 08:23:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Bindevent()
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01079487
Message ID:
01079487
Views:
57
I have a grid in my form with some columns by default; they have the same code in their MouseUp event; I add some columns on the fly, and I need those new columns to have the same code in their header' MouseUp events.

I try this (I use the 1st. column header as source) after the propper AddObject, of course

BINDEVENT(Thisform.mygrid.col1.myheader,"MouseUp",Thisform.mygrid.columns(Thisform.mygrid.columncount).myheader,"MouseUp")

no error messages but simply doesn't work.

Any help?

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform