‎2006 Mar 01 11:22 AM
Hi All!
How to set title bars to a screen.Please give sample code.I am executing the screen through a report program which is executable.
regards
pavan
‎2006 Mar 01 11:26 AM
Hi,
in the screen PBO you can set the title bar.
MODULE STATUS_0100 OUTPUT.
SET TITLEBAR 'TITLE'. "double click it, and create
ENDMODULE. " STATUS_0100 OUTPUTRegards
vijay
‎2006 Mar 01 11:26 AM
Hi,
in the screen PBO you can set the title bar.
MODULE STATUS_0100 OUTPUT.
SET TITLEBAR 'TITLE'. "double click it, and create
ENDMODULE. " STATUS_0100 OUTPUTRegards
vijay
‎2006 Mar 01 11:31 AM
Hi vijay!
I tried the same but it is not showing up.
regards
Pavan
‎2006 Mar 01 11:31 AM
any where in the program, where u want to set the title,
give
SET TITLEBAR <TITLE> and double click on that
‎2006 Mar 01 11:37 AM
Did you activated it ,
double click it, and write your title, and then activate it.
check in debugging are you able to reach the set title bar.
SET TITLEBAR '<b>TITLE</b>' "GIVE the CAPS for TITLE
Regards
vijay
‎2006 Mar 01 11:37 AM
Hi,
You set a status and title for a screen in the PBO (Process Before Output) module.
SET PF-STATUS
SET TITLEBAR 'CREATE'.
You need to double click on Create and then define your titlebar and the Function keys.
Cheers
Sunny
If helpful , Rewrd points
‎2006 Mar 01 11:40 AM
hi Kumar,
as Vijay Said..
write ..
SET TITLEBAR 'TITLE'.
double click on it..
then click on <b>ALL Titles</b>..
Give your title name and <b>ACtivate</b> it ..
it will display..
regards
satesh
‎2006 Mar 01 11:42 AM
‎2006 Mar 01 11:53 AM
Hi Kumar,
Kindly reward points to all helpful answers..
if your problem is solved
regards
satesh
‎2006 Mar 01 11:55 AM
‎2006 Mar 01 11:59 AM
> THANKS VIJAY
>
> PROBLEM SOLVE AYENDE
>
> MAXIMUM POINTS REWARDED
Don't forget to reward...
Vijay