Merci beaucoupfranco wrote: ↑Sun Jan 26, 2025 6:25 pm SALINETAS24, I like simple. This is how I would handle this. Not sure if it would work for you.
Code: Select all
program private g2h := 0 Define win Define Grid Grid_2 ONHEADCLICK { {|| g2h:=1,msgbox(g2h),g2h:=0 }, {|| g2h:=2,something(),g2h:=0 }}
But ,I didn't understand how to use it in my program (how to put this line in the GRDStock grid)