×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

how to read and use .StatusBar = ,WaitForString ")"...?

how to read and use .StatusBar = ,WaitForString ")"...?

how to read and use .StatusBar = ,WaitForString ")"...?

(OP)
.StatusBar = "Waiting for Prompt: Entry Date:"
        .WaitForString "B" & ESC & "[4;13f", NEVER_TIME_OUT, rcAllowKeystrokes
        .StatusBar = ""

.StatusBar = "Waiting for Prompt: A/C:070011000012            A/C Type:           A/C Code:"
        .WaitForString "B" & ESC & "[6;59f", NEVER_TIME_OUT, rcAllowKeystrokes
        .StatusBar = ""

can you help me with ""B" & ESC & "[4;13f", ",and"B" & ESC & "[6;59f", " how to read and use them?
sometimes i used it for automation but stop at this.

RE: how to read and use .StatusBar = ,WaitForString ")"...?




Hi,

One if the issues with an emulator is waiting for a response from the host.  I often use something like...

CODE

   Do Until (oScreen.WaitForCursor(3, 17))
      DoEvents
   Loop
where row 3, column 17 is the cursor rest position for the oScreen object. I make sure that the cursor is MOVED from that position before issuing the oScreen.SendKeys command.

I never use the statusbar, so I cannot comment directly on your question.

Skip,

glassesJust traded in my old subtlety...
for a NUANCE!tongue

RE: how to read and use .StatusBar = ,WaitForString ")"...?

(OP)
"[6;59f", "[4;13f",  anyone know its meaning?

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close