Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CFauvel2

    I am trying to hide an Adobe Ole Control error from the user using a nested Try/Catch.

    UPDATE - I do NOT know why but adding a IF statement to the calls has given me the desired results if upper(sqlca.servername) = 'XXXXXX' then ole_1.object.src_ = is_local_pdf_copy_filepath //in DEV it lands here as intended and the errors are silent and caught ELSE...
  2. CFauvel2

    I am trying to hide an Adobe Ole Control error from the user using a nested Try/Catch.

    Powerbuilder 11.5 and latest Adobe Reader It is a window with the an Adobe reader OLE control in it, I have the following code to try to 1 - not crash the powerbuilder app 2 - hide from the user the scary error message. TRY ole_1.object.src_ = is_local_pdf_copy_filepath //the SRC is...

Part and Inventory Search

Back
Top