I am redeveloping a Meditech script using Boston Workstation Software
9.0 for Meditech Magic NUI 4.x. The script was originally developed for
Meditech Magic 3.x using the MicroScript DLL and Visual Basic 6. The BWS
version of the script is navigating thru Meditech 4.x fields at a much
slow pace compared to the VB6, Meditech 3.x version. I have tested the
following scripting scenarios in hopes to find a solution in improving
the performance/speed while using the BWS or its DLL.
BWS Rules Based Script, decreased WaitSpeed to lowest value 0.01
Created BWS Procedural version of script.
Created procedural version of script using VB6 and BWS DLL.
The above testing scenarios did not show any real speed improvement
between them.
Where I was able to get a real speed improvement is when I created a
procedural version of script using VB6 and the Meditech mrwscript.dll.
But using the mrwscript.dll makes this type of scripting very tedious
and archaic.
* Does anyone have any ideas on how I can improve the performance/speed
of navigating thru Meditech 4.x NUI fields while using the BWS or its
DLL?
Code Examples:
[Rules Based]
Title Enter/Edit Employee at 1,1 and Cursor within 7,1#31...Key "{F10}":
Enter objRs("EAddrs1")
[Procedural Based]
Key "{F10}"
Pause "@7,1"
Enter objRs("EAddrs1")
Alan Gersh
Systems Analyst, Information Technology Department
Martin Memorial Health Systems, Inc.
Phone: 772.223.5945 ext: 4825
Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>