You are viewing limited content. For full access, please sign in.

Question

Question

Using the Save To Laserfiche dialog

asked on July 8, 2014

In a custom application that generates reports, I implemented a way to use the Save To Laserfiche dialog. The solution is working well when the Laserfiche Client 8.2.1.687 is installed on the PC running the application. When it's not installed I get an error indicating that a COM library isn't registered. After some research I found out it was the LFCommonDialog.dll that caused the problem. I haven't found the merge module associated with this library.  

Is there a way to use that dialog without the laserfiche client installed on the PC?

 

this is the save dialog I'm talking about : 

 

The SDK 8.2 is used in the custom application. Our client migrated to version 9 of Laserfiche earlier this year. All other communications to the Laserfiche server 9 works perfectly with the SDK 8.2.

Thanks

0 0

Replies

replied on July 8, 2014

LfCommonDialogs isn't actually included in the SDK runtime because it's not intended to be used externally - that's why it requires the Client to be installed, it actually is just part of the Client. If you want to try installing it yourself it's contained in the DocumentComponents module, but be aware that it might have other dependencies and as it's not actually designed for external SDK usage there is no guarantee that it will work in this manner.

0 0
replied on May 1, 2017

How can I call SavetoLaserfiche dialog from my custom application? SavetoLaserfiche should open standard dialog box which should ask user login or can login using windows authentication?

0 0
replied on May 1, 2017

As Justin stated above, the DLL that has the "Save to Laserfiche" is not part of the SDK and is not intended for use by external applications.  Therefore, there is no documentation or support for its use by other applications.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.