Home > powerbuilder application > error calling external object function

Error Calling External Object Function

Contents

be down. Please try the request again. Your cache administrator is webmaster. Generated Sun, 09 Oct 2016 02:47:24 GMT by s_ac5 (squid/3.5.20)

links to the respective forums on SCN, or you can go to SCN and search for your product in the search box (upper right corner) to find your specific developer center. Forums Archive > PowerBuilder > General Discussion > "Error calling external object function..." Error calling external object function... 7 posts in General Discussion . Last posting was on 2002-01-30 01:21:11.0Z Jerry Posted on 2002-01-29 http://answers.microsoft.com/en-us/windows/forum/windows_vista-performance/error-35-error-calling-external-object-function/14149fa5-e608-429e-aaf3-37d5938966af 23:08:40.0Z Newsgroups: sybase.public.powerbuilder.generalFrom: "Jerry" Subject: Error calling external object function...Date: Tue, 29 Jan 2002 15:08:40 -0800Lines: 26X-Priority: 3X-MSMail-Priority: NormalX-Newsreader: Microsoft Outlook Express 6.00.2600.0000X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000NNTP-Posting-Host: 205.162.252.2Message-ID: <385_DxUvsqRqBHA.52@forums.sybase.com>Path: forums-1-dub!forums-1-dub!forums-master.sybase.com!forums.sybase.comXref: forums-1-dub sybase.public.powerbuilder.general:37556 Article PK: 490264 I have an application that connects to MS Word to create some cover letters that has http://nntp-archive.sybase.com/nntp-archive/action/article/%3C385_DxUvsqRqBHA.52@forums.sybase.com%3E been working fine. The program recently began crashing with the error message: PowerBuilder Application Execution Error (R0035) Application terminated. Error: Error calling external object function open at line 302 in function wf_run_qpr of object w_main_frame. The code is: OLEObject qpdr_doc qpdr_doc = CREATE oleObject result = qpdr_doc.connecttonewobject("word.application") if result <> 0 then destroy qpdr_doc Messagebox("connect to new object","result = " + string(result)) return false end if qpdr_doc.Documents.open(ls_filename) <--------- Program crashes here Thanks for any help that can be provided. Jerry Mark Maslow Posted on 2002-01-30 00:21:48.0Z Newsgroups: sybase.public.powerbuilder.generalFrom: "Mark Maslow" Subject: Re: Error calling external object function...Date: Tue, 29 Jan 2002 16:21:48 -0800Lines: 38X-Priority: 3X-MSMail-Priority: NormalX-Newsreader: Microsoft Outlook Express 5.00.2919.6600X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600NNTP-Posting-Host: machine001.sierraclub.org 207.90.163.1Message-ID: <385_MEGh8TSqBHA.206@forums.sybase.com>References: <385_DxUvsqRqBHA.52@forums.sybase.com>Path: forums-1-dub!forums-1-dub!forums-master.sybase.com!forums.sybase.comXref: forums-1-dub sybase.public.powerbuilder.general:37547 Article PK: 490256 Can you go into Word and open up the file that is specified in ls_filename without incident? If so, you might try rebooting the machine if you haven't do

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow http://stackoverflow.com/questions/22946090/powerbuilder-word-ole-run-time-error-35-while-setformresult the company Business Learn more about hiring developers or posting ads with us Stack https://groups.google.com/d/topic/sybase.public.powerbuilder.general/NKvyL2cBwT4 Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Powerbuilder word OLE: Run time error 35 while setformresult up vote 0 down vote favorite I am using powerbuilder application powerbuilder 12.5 to add data to word templates using bookmarks.When I use objword.setformresult(bookmarkname,value) I get run time error 35 "error calling external object function setformresult" Info: We have recently migrated powerbuilder 6.5 to 12.5 but still we use Office 2003 ole powerbuilder share|improve this question edited Apr 10 '14 at 11:12 asked Apr 8 '14 at 19:08 jeyaganesh 44331740 add a comment| 1 Answer 1 active oldest votes up vote 0 down powerbuilder application execution vote This is how I do it: lole_word = CREATE OLEObject lole_word.ConnectToNewObject ("word.application") lole_Document = lole_word.Documents.Open (is_infile,FALSE,TRUE,FALSE) lole_range = lole_document.Bookmarks.item(ls_bookmark).Range lole_range.Text = ls_newText Always put code like this a Try..Catch block and catch OleRuntimeError and RuntimeError. Note that replacing the text will remove the bookmark. If you need the bookmark you have to remember where it is (for example lole_document.Bookmarks.item(ls_bookmark).Start) and add the bookmark to the document again. share|improve this answer answered Apr 9 '14 at 11:54 Hugh Brackett 2,485618 Program successfully connects to word application and reads through the bookmarks.The error occurs when updating the bookmar with data. –jeyaganesh Apr 10 '14 at 3:45 Error occurs on lole_range.Text = ls_newText –jeyaganesh Jun 16 '14 at 12:10 What's the error you get? Are you sure ls_newText isn't NULL? –Hugh Brackett Jun 20 '14 at 21:58 this error happens because the template bookmarks where created as fields not as plain bookmarks. –jeyaganesh Jun 22 '14 at 5:46 add a comment| Your Answer draft saved draft discarded Sign up or log in Sign up using Google Sign up using Facebook Sign up using Email and Password Post as a guest Name Email Post as a guest Name Email discard By posting your answer, you agree to

von GoogleAnmeldenAusgeblendete FelderNach Gruppen oder Nachrichten suchen

 

Related content

application error execution

Application Error Execution table id toc tbody tr td div id toctitle Contents div ul li a href Error v applications - Validation Error a li li a href Shiny Validation Error a li ul td tr tbody table p Dictionary visitors served Search Page tools TheFreeDictionary Google Bing relatedl Keyboard Word Article Starts powerbuilder application execution error with Ends with Text A A A A powerbuilder application execution error r Language EnglishEspa olDeutschFran aisItaliano PolskiPortugu sNederlandsNorsk T rk e Twitter Get our app Log in Register E-mail powerbuilder application execution error r Password Wrong username or password Facebook Twitter

error calling external object function fileprint

Error Calling External Object Function Fileprint table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Application Execution Error R a li li a href Powerbuilder Application Execution Error R a li ul td tr tbody table p be down Please try the request again Your cache administrator is webmaster Generated Mon Oct GMT by s wx squid p p SUBMIT ISSUE AUTHORIZED CALLER UTILITY PRweb Products PD PD Adapter SPS Legacy Integrations FPDS-Engine webMethods Call Records Found PREV NEXT KB ID Applies to PD v Increment SR PD v Increment relatedl SR Last

error powerbuilder

Error Powerbuilder table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Connecttonewobject Error a li li a href Powerbuilder Application Execution Error R a li li a href Powerbuilder Fatal Disk Error a li ul td tr tbody table p that has not been opened will trigger the SystemError event in the Application object if you relatedl have not added exception handling code to take care powerbuilder accessibility error of the error If there is no SystemError script If you do p h id Powerbuilder Connecttonewobject Error p not write a SystemError script

error r0002 powerbuilder

Error R Powerbuilder table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Application Execution Error R a li ul td tr tbody table p and SafetyAsset NetworkAsset Operations and powerbuilder null object reference at line MaintenanceCommerceOverviewSubscription Billing and Revenue ManagementMaster Data Management for p h id Powerbuilder Application Execution Error R p CommerceOmnichannel CommerceFinanceOverviewAccounting and Financial CloseCollaborative Finance OperationsEnterprise Risk and ComplianceFinancial Planning and AnalysisTreasury and Financial Risk ManagementHuman ResourcesOverviewCore Human Resources and PayrollHuman Capital AnalyticsTalent ManagementTime and Attendance ManagementManufacturingOverviewManufacturing NetworkManufacturing OperationsResponsive ManufacturingMarketingOverviewMarket with Speed and AgilityUnique Customer ExperiencesReal-Time Customer InsightsR D EngineeringOverviewDesign

pb error calling external object function

Pb Error Calling External Object Function table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Application Execution Error r a li ul td tr tbody table p and SafetyAsset NetworkAsset Operations powerbuilder application execution error r and MaintenanceCommerceOverviewSubscription Billing and Revenue ManagementMaster powerbuilder error Data Management for CommerceOmnichannel CommerceFinanceOverviewAccounting and Financial CloseCollaborative Finance OperationsEnterprise error calling external object function opendatasource Risk and ComplianceFinancial Planning and AnalysisTreasury and Financial Risk ManagementHuman ResourcesOverviewCore Human Resources and PayrollHuman Capital AnalyticsTalent p h id Powerbuilder Application Execution Error r p ManagementTime and Attendance ManagementManufacturingOverviewManufacturing NetworkManufacturing OperationsResponsive ManufacturingMarketingOverviewMarket

power builder error r0002

Power Builder Error R table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Null Object Reference At Line a li li a href Powerbuilder Application Execution Error R a li ul td tr tbody table p and SafetyAsset NetworkAsset Operations and p h id Powerbuilder Null Object Reference At Line p MaintenanceCommerceOverviewSubscription Billing and Revenue ManagementMaster Data Management for p h id Powerbuilder Application Execution Error R p CommerceOmnichannel CommerceFinanceOverviewAccounting and Financial CloseCollaborative Finance OperationsEnterprise Risk and ComplianceFinancial Planning and AnalysisTreasury and Financial Risk ManagementHuman ResourcesOverviewCore Human Resources and PayrollHuman Capital AnalyticsTalent ManagementTime

powerbuilder application error r0002

Powerbuilder Application Error R table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Application Execution Error r a li li a href Powerbuilder Application Execution Error R a li ul td tr tbody table p and SafetyAsset relatedl NetworkAsset Operations and MaintenanceCommerceOverviewSubscription Billing p h id Powerbuilder Application Execution Error r p and Revenue ManagementMaster Data Management for CommerceOmnichannel powerbuilder null object reference at line CommerceFinanceOverviewAccounting and Financial CloseCollaborative Finance OperationsEnterprise Risk and ComplianceFinancial Planning and AnalysisTreasury p h id Powerbuilder Application Execution Error R p and Financial Risk ManagementHuman ResourcesOverviewCore Human Resources

powerbuilder application execution error r0039

Powerbuilder Application Execution Error R p be down Please try the request again Your cache administrator is webmaster Generated Mon Oct GMT by s wx squid p p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and relatedl policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of million

powerbuilder application error

Powerbuilder Application Error table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Application Execution Error r a li li a href Powerbuilder Application Execution Error R a li li a href Powerbuilder Application Execution Error R a li ul td tr tbody table p and SafetyAsset NetworkAsset p h id Powerbuilder Application Execution Error r p Operations and MaintenanceCommerceOverviewSubscription Billing and Revenue ManagementMaster Data p h id Powerbuilder Application Execution Error R p Management for CommerceOmnichannel CommerceFinanceOverviewAccounting and Financial CloseCollaborative Finance OperationsEnterprise Risk and ComplianceFinancial Planning and p h id Powerbuilder Application Execution

powerbuilder application execution error

Powerbuilder Application Execution Error table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Application Execution Error r a li li a href Powerbuilder Application Execution Error r a li ul td tr tbody table p and SafetyAsset NetworkAsset p h id Powerbuilder Application Execution Error r p Operations and MaintenanceCommerceOverviewSubscription Billing and Revenue ManagementMaster powerbuilder application execution error r Data Management for CommerceOmnichannel CommerceFinanceOverviewAccounting and Financial CloseCollaborative Finance OperationsEnterprise p h id Powerbuilder Application Execution Error r p Risk and ComplianceFinancial Planning and AnalysisTreasury and Financial Risk ManagementHuman ResourcesOverviewCore Human Resources and PayrollHuman

powerbuilder application error r0039

Powerbuilder Application Error R p links to the respective forums on SCN or you can go to SCN and search for your product in the search box upper right corner to find your specific developer center Forums Archive PowerBuilder Powerscript PowerBuilder Application error R PowerBuilder Application error R posts in Powerscript Last posting was on - - Z devs Posted on - - Z Newsgroups sybase public powerbuilder powerscriptFrom devsDate Tue Jun - Subject PowerBuilder Application error R Lines MIME-Version Content-Type text plain charset us-ascii Content-Transfer-Encoding bitMessage-ID D AE AD DAB B BD DAB E BD webforums Path forums- -dub

powerbuilder application error r0006

Powerbuilder Application Error R p links to the respective relatedl forums on SCN or you can go to SCN and search for your product in the search box upper right corner to find your specific developer center Forums Archive PowerBuilder DataWindow Help Application Execution Error R Help Application Execution Error R posts in DataWindow Last posting was on - - Z chris Posted on - - Z Newsgroups sybase public powerbuilder datawindowDate Wed Jan - From chris chris perry harvard edu X-Mailer Mozilla en Win U X-Accept-Language enMIME-Version Subject Help Application Execution Error R Content-Type text plain charset us-asciiContent-Transfer-Encoding bitLines

powerbuilder application execution error r0007

Powerbuilder Application Execution Error R table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Application Execution Error R a li li a href Powerbuilder Application Execution Error R a li ul td tr tbody table p for Help Receive Real-Time Help Create a Freelance Project Hire for a Full Time Job Ways to Get Help Ask a Question Ask for Help Receive Real-Time Help relatedl Create a Freelance Project Hire for a Full Time powerbuilder application execution error r Job Ways to Get Help Expand Search Submit Close Search Login Join Today Products

powerbuilder application execution error r007

Powerbuilder Application Execution Error R p links to powerbuilder application execution error r the respective forums on SCN or you can powerbuilder application execution error r go to SCN and search for your product in the search box powerbuilder application execution error r upper right corner to find your specific developer center Forums Archive PowerBuilder General Discussion Powerbuilder Application powerbuilder application execution error r Execution Error R Powerbuilder Application Execution Error R posts in General Discussion Last posting was on - - Z Sergei Posted on - - Z Sender d fcbd eb sybase comFrom SergeiNewsgroups sybase public powerbuilder generalSubject

powerbuilder application execution error r0094

Powerbuilder Application Execution Error R table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Application Execution Error R a li ul td tr tbody table p links to the respective forums relatedl on SCN or you can go to SCN p h id Powerbuilder Application Execution Error R p and search for your product in the search box upper powerbuilder application execution error r right corner to find your specific developer center Forums Archive PowerBuilder Distributed PowerBuilder powerbuilder application execution error r Application Execution Error R Application Execution Error R posts in Distributed

powerbuilder application execution error r0001

Powerbuilder Application Execution Error R table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Application Execution Error R a li li a href Powerbuilder Application Execution Error R a li ul td tr tbody table p links to the respective forums on SCN or you relatedl can go to SCN and search for p h id Powerbuilder Application Execution Error R p your product in the search box upper right corner to find powerbuilder application execution error r your specific developer center Forums Archive PowerBuilder General Discussion Fatal Execution Error R Fatal p

powerbuilder application execution error null object reference

Powerbuilder Application Execution Error Null Object Reference table id toc tbody tr td div id toctitle Contents div ul li a href Error R Powerbuilder a li li a href Powerbuilder Application Execution Error R a li ul td tr tbody table p for Help Receive Real-Time Help Create a Freelance Project Hire for a Full Time Job Ways to Get Help Ask a Question Ask for Help Receive Real-Time relatedl Help Create a Freelance Project Hire for a Full Time powerbuilder application execution error r Job Ways to Get Help Expand Search Submit Close Search Login Join Today powerbuilder

powerbuilder application execution error r0002

Powerbuilder Application Execution Error R table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Application Execution Error R a li ul td tr tbody table p and SafetyAsset relatedl NetworkAsset Operations and MaintenanceCommerceOverviewSubscription Billing powerbuilder application execution error r and Revenue ManagementMaster Data Management for CommerceOmnichannel p h id Powerbuilder Application Execution Error R p CommerceFinanceOverviewAccounting and Financial CloseCollaborative Finance OperationsEnterprise Risk and ComplianceFinancial Planning and AnalysisTreasury and Financial Risk ManagementHuman ResourcesOverviewCore Human Resources and PayrollHuman Capital AnalyticsTalent ManagementTime and Attendance ManagementManufacturingOverviewManufacturing NetworkManufacturing OperationsResponsive ManufacturingMarketingOverviewMarket with Speed and AgilityUnique Customer ExperiencesReal-Time Customer InsightsR

powerbuilder application error r0021

Powerbuilder Application Error R p for Help Receive Real-Time Help Create a Freelance Project Hire for a Full Time Job Ways to Get Help Ask a Question Ask for Help Receive Real-Time Help Create relatedl a Freelance Project Hire for a Full Time Job Ways to Get Help Expand Search Submit Close Search Login Join Today Products BackProducts Gigs Live Careers Vendor Services Groups Website Testing Store Headlines Experts Exchange Questions Application execution error R calling Global External Function frm PB Want to Advertise Here Solved Application execution error R calling Global External Function frm PB Posted on - -

powerbuilder error calling external object function

Powerbuilder Error Calling External Object Function table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Application Execution Error r a li li a href Powerbuilder Application Execution Error r a li li a href Powerbuilder Application Execution Error R a li ul td tr tbody table p and SafetyAsset NetworkAsset Operations p h id Powerbuilder Application Execution Error r p and MaintenanceCommerceOverviewSubscription Billing and Revenue ManagementMaster powerbuilder error Data Management for CommerceOmnichannel CommerceFinanceOverviewAccounting and Financial CloseCollaborative Finance OperationsEnterprise Risk error calling external object function opendatasource and ComplianceFinancial Planning and AnalysisTreasury and Financial Risk

powerbuilder error 35

Powerbuilder Error table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Application Execution Error R a li li a href Powerbuilder Application Execution Error r a li li a href Powerbuilder Application Execution Error R a li ul td tr tbody table p links to the relatedl respective forums on SCN or you can p h id Powerbuilder Application Execution Error R p go to SCN and search for your product in error calling external object function powerbuilder the search box upper right corner to find your specific developer center Forums Archive error

powerbuilder error calling external object function run

Powerbuilder Error Calling External Object Function Run table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Application Execution Error R a li ul td tr tbody table p links to the respective relatedl forums on SCN or you can go powerbuilder application execution error r to SCN and search for your product in the search powerbuilder error box upper right corner to find your specific developer center Forums Archive PowerBuilder error calling external object function opendatasource General Discussion Error calling external object function Error calling external object function posts in General Discussion Last

powerbuilder error r0002

Powerbuilder Error R table id toc tbody tr td div id toctitle Contents div ul li a href Powerbuilder Application Execution Error R a li ul td tr tbody table p and SafetyAsset relatedl NetworkAsset Operations and MaintenanceCommerceOverviewSubscription Billing powerbuilder application execution error r and Revenue ManagementMaster Data Management for CommerceOmnichannel powerbuilder null object reference at line CommerceFinanceOverviewAccounting and Financial CloseCollaborative Finance OperationsEnterprise Risk and ComplianceFinancial Planning and p h id Powerbuilder Application Execution Error R p AnalysisTreasury and Financial Risk ManagementHuman ResourcesOverviewCore Human Resources and PayrollHuman Capital AnalyticsTalent ManagementTime and Attendance ManagementManufacturingOverviewManufacturing NetworkManufacturing OperationsResponsive ManufacturingMarketingOverviewMarket with Speed and AgilityUnique