Focal Point
How to create a Launch Page Template

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4681026872

April 01, 2008, 11:03 AM
Rick Man
How to create a Launch Page Template
I create the Launch Page using the HTML Painter and save it. Then when I right click the submit button and select Hyperlink Properties, then select external procedure for the action and then selct the Focexec to run, it changes all the sizings of the frame and text boxes, positioning of the buttons, etc. The Focexec has variables that need to be prompted for.
Has anyone figured out a way to keep the developed 'boilerplate/template' Launch Page intact?
Thanks,


Reporting Server 7.6.10
Dev. Studio 7.6.8
Windows NT
Excel, HTML, PDF
April 01, 2008, 11:24 AM
Darin Lee
yeah. Make modifications in text mode instead of in the GUI.I know - yuck. Unfortunately when you change anything of significance in the GUI HTML painter, it thinks it needs to re-read necessary parameters, reposition controls, etc. If the new procedure uses the same parameters, you can just modify the "input hidden" lines where the IBIF_ex/IBIMR_fex values are set. If different parms are used, it's up to you to make sure that new controls are appropriately available.

Maybe a baby step would be to change the fex names in text mode, then open in the GUI for additional modifications. That way things won't be as drastically rearranged, but it will add additional controls as necesssary and you wil just need to set their type/position/style accordingly.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
April 01, 2008, 11:32 AM
Tony A
Just one more reason that many of us prefer to hand crank the code rather than use the GUI!

Of course, freelance consultants are always useful for this sort of thing Music

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
April 02, 2008, 03:07 PM
Rick Man
That's what I figured, just hoping against hope that there was some magic. Thanks


Reporting Server 7.6.10
Dev. Studio 7.6.8
Windows NT
Excel, HTML, PDF