|
I'm still hanging on to some Microscript apps that I haven't
converted yet. I need to know how to handle the WaitFor() function from
Microscript Workstation ver 5.0 here is a small code sample:
intResult5 = DS1.WaitFor(-1, -1, "Enter employee maximum
amount", _
"Enter employee flat amount", 1000) Select Case intResult5 Case 1 Do something Case
2
Do something Case Else
Do something
End Select '}-> Select Case intResult5 This piece of code waits for multiple strings to appear at the transaction line (Star McKesson). In this case 2 different strings. If the first string is found, a value of 1 is stored in intResult5. If the second string is found, a value of 2 is stored in intResult5. Screen flow is controlled by passing the value of intResult5 to a Select Case statment. What would be the equivalent function, coding in BWS.
Thanks,
Dwight Clevenger
Senior System Analyst Baptist Health System San Antonio, TX. 210-297-1663 [EMAIL PROTECTED]
|
- RE: [Talk] Help with coding Dwight Clevenger
- RE: [Talk] Help with coding Rich McNeil
- RE: [Talk] Help with coding Rick Mason
- RE: [Talk] Help with coding Rich McNeil
- RE: [Talk] Help with coding Rick Mason
- RE: [Talk] Help with coding Rich McNeil
