Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bindevent()
Message
From
20/12/2005 10:08:29
 
 
To
20/12/2005 08:23:46
General information
Forum:
Visual FoxPro
Category:
Other
Title:
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:
01079533
Views:
12
Hello,

with
BINDEVENT(Thisform.mygrid.col1.myheader,"MouseUp",Thisform.mygrid.columns(Thisform.mygrid.columncount).myheader,"MouseUp")
you're binding the MouseUp of the header in the first column to the new column's header.
I think you want it the other way.
BINDEVENT(Thisform.mygrid.columns(Thisform.mygrid.columncount).myheader,"MouseUp",Thisform.mygrid.col1.myheader,"MouseUp")
Regards
Christian
Previous
Reply
Map
View

Click here to load this message in the networking platform