 | I'm trying to execute two pipelines process on an aplication PowerBuilder.
I've a window with two buttons, one throws the next code in the clicked event:
------- BUTTON 1
val = SQLCA.infinity_loop('par')
-------
and the other one throw the next code in the clicked event:
------- BUTTON 2 sle_2.text="Process 2 Executed" sle_2.textcolor=RGB(0,155,155) -------
But when BUTTON 1 is clicked I can't click other button!!. How can I do it?
PD: I've trying "timers", "yield" but... its impossible
|
|