Page 1 of 1

Tabs not visible

Posted: Fri Aug 23, 2013 2:40 pm
by Karthik
We downloaded the latest release of Profound yesterday onto our test port. Service program has the DSPF that contains the tab menu. Each tab is a call out to a separate program. 1st screen shot is from our current production port where the tabs are visible. When the same program is called in our test port, the tabs are not visible. I recompiled the DSPFs, recreated the SRVPGM and recompiled the individual programs that make up the tabs, but it still didnt resolve the issue.
Menu - Production Port.PNG
Menu - Production Port.PNG (40.1 KiB) Viewed 616 times
Menu - Test Port.PNG
Menu - Test Port.PNG (36.79 KiB) Viewed 616 times

Re: Tabs not visible

Posted: Mon Aug 26, 2013 9:23 am
by Scott Klement
Please open a support case by e-mailing support@profoundlogic.com so we can help you troubleshoot and fix this problem.

Re: Tabs not visible

Posted: Thu Aug 29, 2013 10:03 am
by Karthik
I sent an email to support.

I made a change to the program so that users can continue testing. Original logic was to load the subfile in the program that makes up the tab and just before the EXFMT of the subfile control call the procedure in the SRVPGM to write the tab record format.

Change I made is to call the procedure in Inzsr so that the tab record format gets written out before the subfile is loaded. This fixed the issue. But still not sure why I didnt have to do this with the old release.