 | You Remember de question:
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) -------
*****************************************************************
|
|