As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Hello everyone, I'm developing maintain application from the documentation section [FanClub]. It rights to a local FOCUS database. There is one local webFocus report that access the local database. The application is working for the most part. I'm having a problem when I run the form that executes the report. I get the following error:
(FOC03690) Called Proc, FANRPT, wants 0 Output parms but was called w/ 1.
The report is not expecting any parameters and there is no variable inside the report. The report contains "ON TABLE PCHOLD FORMAT HTMTABLE". A new stack was created with a new variable named "HTML". An HTML object control was added that is linked to the new variable from the new created stack. A new function was created that contains "EXEC fanrpt INTO [stackName];" and then the function gets called when a particular form is displayed. I tried to change the length of the variable HTML to 2000 and nothing changed. I also tried the other method where I used "ON TABLE PCHOLD", HTML table object, and the actual columns from the data source (not a computed column) when I created the stack and that still didn't stop the error message. I inserted "-SET &ECHO=ALL;" at the beginning of the report and "-RUN" at the end to display errors, and besides error "FOC03690" that I get at the top of the form, the last line states that "no data found for the focus file." When I re-run the report by itself, it works fine and returns data. Any suggestions?
AliThis message has been edited. Last edited by: <Kathryn Henning>,
WebFOCUS Developer Studio 8104 / Windows 7 / HTML and Excel