Date Posted:
Product: ChemBioOffice Enterprise
Product: ChemBioOffice Enterprise
Problem:
When I click on any of the links to databases provided by ChemOffice WebServer I get an error message similar to:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/chemacx/global.asa, line 162 >Application("RS_Results_PageSize") .Add dbkey, "1"
Solution:
Line 162 has an extra space before ".Add". It should look like:
Application("RS_Results_PageSize").Add dbkey, "1"
Edit the global.asa file with a text editor for each database that produces this error. In this example, you would edit the global.asa file in the chemacx folder.
Comments
0 comments
Article is closed for comments.