I am using VBscript to call the SolidWorks API to open a drawingdocument in Solidworks on the client machine, given a sharednetwork path to the file, insert a BOM table in the document, thenextract the BOM data to be displayed and manipulated on the webpage.
On an http site the script worked just fine, but now attempting touse the same code on an identical https site produces the followingerrors:
Error: Object required: 'drawDoc'Code: 0URL: /main/BOM/view/index.cfm
11 occurrences of "Error: Expected end ofstatement"
The code is as follows:
...
I'm new to VBScript and fairly new to the SolidWorks API, and amunsure what would cause this script to fail on an https page. Doesanyone have any suggestions?
SolidworksApi macros