Customer Center

Welcome back

My Account Logout

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: RE:Connecting To Meditech Expanse #4842

    Heh – it's OK. In my experience, people have been caling all different versions of Meditech 'Expanse' for years now.  🙂

    in reply to: RE:Problem with SmartDialog and Open dialogs #4946

    Can you try this:
        Activate "Open", True

        SmartDialog("Open", "File name:<Editable text>").Value = "c:myfile.txt"

        SmartDialog("Open", "Open<Push button>#focusable#").Click

    It is case sensitive and watch your spacing…
    Or this:
        Activate "Open", True

        SmartDialog("Open", "File name:<Editable text>").Value = "c:myfile.txt"

        SmartDialog("Open", "Open<Push button>#focusable#").doAction

     

    in reply to: RE:Accessing gmail through VBA #4837

    Oh – apologies – I misread your post!
    I will try to read mine and see how far I get.

    in reply to: RE:Sending shell commands to a RDP (mstsc) session #4849

    Great!

    Oh sure, if you are using BWS20 and create a new project – by default, it creates a class called ContentObjects and assigns the variable C to it. Within the ContentObjects class is the K variable for the KeyboardDevice.

    So, when you type C.K. …   you have all of the KeyboardDevice commands available to you.
    So, yes, typing C.K. is just calling the keyboard…

    in reply to: RE:Using My Account to update your profile #4909

    Hey Shirley.
    Click on 'My Account' on the left.
    Do you see fields for Username, Fullname, Nickname, Email, Timezone, etc?
    Is Nickname listed there? Is it grayed out?
    That is where I set my nickname…

Viewing 5 posts - 1 through 5 (of 5 total)