Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bindevent and dblclick
Message
De
04/08/2008 16:34:56
 
 
À
04/08/2008 09:30:58
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
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:
01336349
Vues:
15
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform