Product : Engine, Version : 4.0.1.1019, ArticleID : 41019121

Wish : Dialog Boxes for applications running on servers

Article41019121
TypeWish
ProductEngine
Version4.0.1.1019
Date Added5/19/2003
FixedYes [5/19/2003]
Submitted bySteve Smith
Keywords

Subject

Dialog Boxes for applications running on servers

Summary

I am attempting to put a full vdraw on a web server and create vdi files on demand. I have a problem. The following call:
       bSaved = gVdPro.ActiveDocument.SaveAs(gStackFileName, Vd4x1)
responds with a dialog.

There is no way to click the ok box on the server.

Solution

In version 4.0.2.1020 a new property of ActiveDocument FileError added.

No message box is shown. If Open, Save or SaveAs returns FALSE you can get the error code from FileError property. See our Help for more information.