Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bindevent on specific Grid column
Message
From
15/03/2021 06:42:46
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
15/03/2021 06:22:27
Luis Santos
Biglevel-Soluções Informáticas, Lda
Portugal
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01678862
Message ID:
01678980
Views:
53
Hi Luis.

perfect, EVENTBINDINg is set up and working (Just compare the output with the code and use help to understand what is shown)

So now comment the lines:
SET alternate off
SET alternate to
DISPLAY MEMORY LIKE laEve* TO FILE Eve_Log.txt ADDITIVE
to keep logging running

dblclick your column. close logging via
SET alternate off
SET alternate to
on command line
check the file, if after the line containing MEMORY a logg of OnDblClick occurs
This would be a mouse dblclick redirected.

If you see one, it is working. Now you must create code for handling in OnDblClick

If not use
?AEVENTS(laEve_Source,SBO.pageframe1.page1.cont1.grid1.column13.Text1) 
?AEVENTS(laEve_Target,oManipulador) 
DISPLAY MEMORY LIKE laEve*
on command line to check if the binding is still there. It should return values different 0 and the arrays should show where the binding goes. Check help for the fields.
if the above errors out, the objects are probably not existing. Then there is nothing to bind to ...

Lutz
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform