Sage 100

 View Only
  • 1.  Trying to create a vb script to do keystrokes to s

    Posted 04-27-2013 14:11
    Trying to create a vb script to do keystrokes to start up Sage 100, go to IM Utilities, and run the Std Cost Register. Keeps getting stuck at date prompts, either for the module or for the report. What keystroke can get me by them?


  • 2.  RE: Trying to create a vb script to do keystrokes to s

    Posted 04-27-2013 16:58
    Have you tried alt-O (the O in the OK button is underlined)?


  • 3.  RE: Trying to create a vb script to do keystrokes to s

    Posted 04-28-2013 07:32
    Yes. I've tried enter, tab, Alt-O, right arrow and then enter - no matter what, it just stares at me and won't budge from the highlighted date field.


  • 4.  RE: Trying to create a vb script to do keystrokes to s

    Posted 04-28-2013 08:43
    Does the date dialog have the focus at that point or does something else?


  • 5.  RE: Trying to create a vb script to do keystrokes to s

    Posted 04-28-2013 11:31
    It has the focus, but date focuses are different than others. The whole date is highlighted. On the login screen, the cursor is just sitting there.


  • 6.  RE: Trying to create a vb script to do keystrokes to s

    Posted 04-28-2013 12:32
    I just tried using Macro Express capture function, and when I play back from that either alt-O or {enter} twice it works...


  • 7.  RE: Trying to create a vb script to do keystrokes to s

    Posted 04-28-2013 12:51
    Dang it! Well, maybe I'll have to go that route instead.


  • 8.  RE: Trying to create a vb script to do keystrokes to s

    Posted 05-02-2013 13:42
    Found the issue - had to put in a ""sleep"" after getting to a screen with a date on it, then it worked fine.