teddybear
17th June 2009, 06:26
Hi there,

Ihave this problem and hope someone can advise.

I have the following code in the program script

brp_id = brp.open( "rtfcmgo40310000", "D", 1 )

With this, the user can choose to cancel the device selection. When this happen, how can I return the control back to the form ?

Currently, I issue the command abort(). But this will end the session also, which the user do not want that.

IndoTech
17th June 2009, 08:16
You can try with choice.again()

teddybear
17th June 2009, 12:09
Many thanks