Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bindevent and dblclick
Message
De
04/08/2008 09:30:58
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Bindevent and dblclick
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01336230
Message ID:
01336230
Vues:
59
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform