Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bindevent and dblclick
Message
From
04/08/2008 16:34:56
 
 
To
04/08/2008 09:30:58
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01336230
Message ID:
01336349
Views:
14
This message has been marked as a message which has helped to the initial question of the thread.
>Hi,
>
>Can anyone give me an idea on why the following bindevent on the dblclick doesnt work?
>
>FOR lnCol = 1 TO ThisForm.Grid1.ColumnCount
> loColumn = ThisForm.Grid1.Columns[ lnCol ]
> FOR EACH loControl IN loColumn.Controls
> IF PEMSTATUS( loControl, [dblClick], 5 )
> BINDEVENT( loControl, 'dblClick', thisform, 'GridClicked') *** this doesnt work
> ENDIF
> *IF PEMSTATUS( loControl, [Click], 5 )
> * BINDEVENT( loControl, 'Click', thisform, 'GridClicked') *** this works just fine
> *ENDIF
> ENDFOR
>ENDFOR
>
>Looking for a little inspiration.
>
>Thanks
>
>Jon

try to put a comment line into the loControl's dblClick procedure.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform