knowledge-database (beta)

Current group: comp.soft-sys.powerbuilder

2 Process at the "same time" (Second Part)

2 Process at the "same time" (Second Part)  
Sixto
From:Sixto
Subject:2 Process at the "same time" (Second Part)
Date:20 Jan 2005 23:25:32 -0800
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
   

Copyright © 2006 knowledge-database   -   All rights reserved