MacroServer Tools

MacroServer Tools

Check MacroServer Version

Attached is a zipfile with 2 files TEST.xml and VMPRTMNT_Test.vms

Info
For Visual ERP 10.0 and below, look for VTGMACMT.exe 
- Supports editing of a given SRI Macro

For Visual ERP 11.0 and up, look for MacroEditor.exe  
- MDI document interface
  - Edit multiple Macros in the desktop area
- Search for text
- Supports editing of:
  - Visual ERP Macros (as found in dbo.MACRO)
  - Synergy SRI Macros


Login to the Macroeditor
[Appstore]:\Visual\Localapps\webservices\SRIMacroServer\Tools


Load the TEST.xml using MacroEditor
File>Import>SRIScript



Select the TEST.xml and click open|VMFG



Add the Macro stub

Copy the macro to your VEProfiles$ directory if using VEScripts


or you can add manually add the macro via the part maintenance window.
* you may need to change https to http if not using SSL 


Run the Macro to get the MacroServer version info

The macro will return client info

clicking ok will show the SRIMacroServer version



Next window will show Assembly info



Edit/View Macros

From MacroEditor the end user may view/edit any Synergy created Macro or an Visual ERP Macro (version 9 and up)

If there is a vbscript language command that is not being properly highlighted, you have the ability to add that missing item by editing the vbscript.xml file located in
C:\Visual\Localapps\WebServices\SRIMacroServer\Tools\Language
Simply add a new entry:  <KeyWord name="yourcommand" />