Customer Center

Welcome back

My Account Logout

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: RE:Meditech 6.1 DMD not seeing screens #4988
    lawang@etch.com
    Participant

    Found out what it was.  When I was seeing no data for a field and it was in a submenu on the screen, I was doing an F6 to get to the next submenu and
    MT didn't like that when I saved the record.

    in reply to: RE:Meditech 6.1 DMD not seeing screens #4979
    lawang@etch.com
    Participant

    Has anyone had problems with MT crashing when saving in the DMD dictionaries?  Mine keeps crashing in the SUR procedure dictionary when saving.  The script works great now b/c I can use that black icon in the system tray.  Is that the data assistant?

    —-Lori

    in reply to: RE:Meditech 6.1 DMD not seeing screens #4940
    lawang@etch.com
    Participant

    Ok, I did not know what that black icon in the system tray did.  I can see the coordinates in that.  Also I was using the wrong call for the columns coordinate.
    I was use bws.Cols() when I needed to use bws.col.  Very confusing.
    Keep this open, but I think I've got it now.

    Thanks.
    —-Lori

    in reply to: RE:Meditech 6.1 DMD not seeing screens #4806
    lawang@etch.com
    Participant

    Here is how I have connected with MT 6.08 in the past.  I was thinking that maybe I need a different version of the "C:\Bss70\MeditechFocus_V2.exe" from you guys.

    ============================example======================

    Process.Start("C:\Bss70\MeditechFocus_V2.exe");

    Process.Start("C:\Program Files (x86)\MEDITECH\EAT.Universe\EAT.TEST6.16F.Ring\Client.mtad");

    //Process.Start("C:\Program Files (x86)\MEDITECH\EAT.Universe\EAT.TEST6.08F.Ring\Client.mtad");

    //Process.Start("C:\Program Files (x86)\MEDITECH\EAT.Universe\EAT.LIVEF.Ring\Client.mtad");

    try

    {

    bws.ConnectEx("Meditech", BostonWorkStation70.enumStreamType1.stStream, "");

    }

    catch (Exception e)

    {

    Console.WriteLine("An Exception has been thrown");

    Console.WriteLine(e.ToString());

    }

    ===========================================================
     

    in reply to: RE:special characters in C# #4783
    lawang@etch.com
    Participant

    That's perfect. Exactly what I needed.  Thanks, I'll use that.

    in reply to: RE:Magic connection in C# #4760
    lawang@etch.com
    Participant

    where do I put MRWScript.dll ? I put it in C:bss70 but it can't find it.

    in reply to: RE:Can’t get to a field #4714
    lawang@etch.com
    Participant

    I found out to use in my C# code bws.Key("@_CLICKROWCOL:25,34")  and then a
    bws.Pause("@25,34" to jump forward to the field I need.  I'm using this and it works.

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