Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Migration Problem

Status
Not open for further replies.

vin99

Programmer
Feb 2, 2004
6
US
I have migrated one Application form PB 5.0 To PB 7.0, In that i am opening one response window to get return value in string format. My problem is that as i ma opening that response window form globle function the script do not wait till the response window returns the string. it was working perfectly in PB5.0. Please advise me if anyone knows way to handle this problem.
 
Compare your code with this one, (this works) and verify that your window is response again.

[tt]
String ls_ReturnValue

Open(w_Response)
ls_ReturnValue = Message.StringParm
[/tt]


[bomb] Lenin.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top