资 源 简 介
Helper for extend Sawyer reports
Initialize
var axSawyer = new ActiveXObject("AxSawyer.AxSawyer");
Methods
```
/* Update detail names in woody db append names with ID */
void PrepareNames()
/* Use this method to see whats happening in control (or database is open, how much details are updated, or nothing to update, or database is closed, if some error occurs this method output error message) */
string Msg()
/* Get detail dimensional X size. */
string DSizeXstr(Int32 detId);
/* Get detail dimensional Y size. */
string DSizeYstr(Int32 detId);
string MaterialNameById(String matId);
void OpenDataBase();
void CloseDataBase();
```
Settings
Settings is in registry
[HKEY_CURRENT_USERSoftwareAxSawyer]