Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     SUBMIT form question

Read-Only Read-Only Topic
Go
Search
Notify
Tools
SUBMIT form question
 Login/Join
 
Platinum Member
posted
I have a foc report that generates work orders. The user that creates these orders will probably need to create 20+ at one time and does not need to see them except to verify the data when a problem arises (ie missing instructions etc.)

The report I created generates the files and sends them to the server as text, excel or PDF (depending on the vendors req.). Now I use the dashboard with a SUBMIT button to generate the report. How do I make the submit button NOT send the results to a target. If I target the lower frame I removes my listings, If I use _self or leave it blank it over writes my upper frame. any Ideas?

Is there a way I can run the focexec from code?

thanks Lloyd
 
Posts: 157 | Location: Secaucus, NJ | Registered: May 21, 2004Report This Post
<Pietro De Santis>
posted
What I do is add an <iframe to the html page and make that the target of the report request.

At the end of the fex, since it does not display a report, you could add a simple -HMTLFORM that displays a message, something like "99 Work Orders created". If something went wrong, you could display an error message with the -HTMLFORM.
 
Report This Post
Platinum Member
posted Hide Post
I had thought about that, but I really did'nt want anything visible, just DIR list. (don't want to confuse the users)

I guess I could hide the Iframe.....
 
Posts: 157 | Location: Secaucus, NJ | Registered: May 21, 2004Report This Post
<Pietro De Santis>
posted
<-iframe name="ifMsg" width="280" height="30"
frameborder="0" scrolling="no"
marginwidth="0" marginheight="0"></-iframe>
 
Report This Post
Gold member
posted Hide Post
quote:
Originally posted by Lloyd:
[qb] I have a foc report that generates work orders. The user that creates these orders will probably need to create 20+ at one time and does not need to see them except to verify the data when a problem arises (ie missing instructions etc.)

The report I created generates the files and sends them to the server as text, excel or PDF (depending on the vendors req.). Now I use the dashboard with a SUBMIT button to generate the report. How do I make the submit button NOT send the results to a target. If I target the lower frame I removes my listings, If I use _self or leave it blank it over writes my upper frame. any Ideas?

Is there a way I can run the focexec from code?

thanks Lloyd [/qb]
If you want to generate the report but not output it, you could use save which is the opposite of pchold. It can save the end result as a file on the server... Then you can do an htmlform to output that the task has completed (otherwise people may run the job several times "just to make sure").

If you purposely want to overwrite the file every time it is run then you can also use the app hold trick to make a persistant hold file on the server.

Can you post more of what you need? I'm not sure I understand what you need yet Smiler
 
Posts: 77 | Location: Chicago, IL | Registered: May 06, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     SUBMIT form question

Copyright © 1996-2020 Information Builders