Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > General Discussion
  New Posts New Posts RSS Feed - How to get failed msg when API method returned 0??
  FAQ FAQ  Forum Search   Register Register  Login Login

How to get failed msg when API method returned 0??

 Post Reply Post Reply
Author
Message
fletchsod View Drop Down
Team Player
Team Player


Joined: 11 Sep 20
Status: Offline
Points: 40
Post Options Post Options   Thanks (0) Thanks(0)   Quote fletchsod Quote  Post ReplyReply Direct Link To This Post Topic: How to get failed msg when API method returned 0??
    Posted: 20 Oct 20 at 4:08PM
Is there an API that can give us a failed message when a method returned 0?  

There are some methods that returned 1 for success & 0 for error, they are 

   MergeDocument()
   LoadFromString()
   SetNeedAppearances()
   SetFormFieldValueByTitle()
   FlattenAllFormFields()

etc.

We would like to know why & see if the failed message give us hint on fixing the scripts that is causing the error.

Thanks.
Back to Top
mLipok View Drop Down
Senior Member
Senior Member
Avatar

Joined: 23 Apr 14
Location: Poland, Zabrze
Status: Offline
Points: 449
Post Options Post Options   Thanks (0) Thanks(0)   Quote mLipok Quote  Post ReplyReply Direct Link To This Post Posted: 20 Oct 20 at 4:34PM
https://www.debenu.com/docs/pdf_library_reference/LastErrorCode.php
https://www.debenu.com/docs/pdf_library_reference/LastRenderError.php
Here you can find description how to test my examples:
http://www.quickpdf.org/forum/forum_posts.asp?TID=2932&PID=12600&title=drawcapturedpagematrix-matrix-howto#12600
Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 20 Oct 20 at 10:22PM
Directly after the relevant function call.
For example:

//...
lv_ok := QP.LoadFromFile(Edit1.text, '');
lv_err := QP.LastErrorCode;       
if ( lv_err = 411 ) Then // File not found         
  begin
//...

Cheers,
Ingo

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store