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.
I am running an excel template with 3 tabs through Report Caster via email. When you open the attachment you have to enable editing before the macros populate the cells on the first tab and the graphs on the second. (the third is raw data and I hide it). Is there a way to by pass this so that the user doesn't have to say OK for the attachment to be readable?
It would be more desirable if the information presented itself on loading
Maybe some command or something in post processing?This message has been edited. Last edited by: FP Mod Chuck,
This is a MS-Excel security feature that has to be changed on each computer.
Your application/network admin can us a GPO to perform the global change if this is something authorized by your organisation. Otherwise it must be performed individually on each computer (still if authorized).
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
The way that I removed this requirement (in a previous life!) was to use VBScript on the server to open an MS Excel app, open the file and execute the VBA before saving it minus the VBA code.
Send this to your users and they will not get the prompt.