|
Boston WorkStation’s equivalent code
is a little different and, I think, a little simpler: Do If
At("Enter employee maximum
amount") Then Do_something_1 If At("Enter
employee flat amount”) Then Do_something_2 Wait
.2 ‘let’s
the application “breath” C=
C + 1: if C > 50 Then Do_something_for_a_timeout ‘times out in 5 seconds Where “OK”
is the prompt you get when application continues on. Note also that the different At commands can look for things in different parts of the
screen, not just at the prompt as in the example below. -----Original Message----- 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", _
Case 2 Case
Else
Do something What would be the equivalent
function, coding in BWS. Thanks, Dwight Clevenger
|
- [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
