Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

set title bars

Former Member
0 Likes
1,329

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,308

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  OUTPUT

Regards

vijay

10 REPLIES 10
Read only

Former Member
0 Likes
1,309

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  OUTPUT

Regards

vijay

Read only

0 Likes
1,308

Hi vijay!

I tried the same but it is not showing up.

regards

Pavan

Read only

0 Likes
1,308

any where in the program, where u want to set the title,

give

SET TITLEBAR <TITLE> and double click on that

Read only

0 Likes
1,308

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

Read only

0 Likes
1,308

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

Read only

0 Likes
1,308

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

Read only

0 Likes
1,308

THANKS VIJAY

PROBLEM SOLVE AYENDE

MAXIMUM POINTS REWARDED

Read only

0 Likes
1,308

Hi Kumar,

Kindly reward points to all helpful answers..

if your problem is solved

regards

satesh

Read only

0 Likes
1,308

done

Read only

0 Likes
1,308

> THANKS VIJAY

>

> PROBLEM SOLVE AYENDE

>

> MAXIMUM POINTS REWARDED

Don't forget to reward...

Vijay