2008 Aug 02 10:58 AM
Hi
I have created a screen in the screen painter which I am calling in my report program I want to set the title text of the screen .
Please tell me how to do this
SET TITLEBAR ' TEXT' is not working
Regards
Bikas
2008 Aug 02 11:28 AM
Hi Bikas,
If you want to set the title of the screen the you have to use SET TITLEBAR 'TEXT'. as you have mentioned.
Now Double click on the TEXT word , it will take you to new Editor, Now in the title input box you can Write the text you want ot display for the Screen.
Hope it will help you.
Regards,
Sujit
Hi
I have created a screen in the screen painter which I am calling in my report program I want to set the title text of the screen .
Please tell me how to do this
SET TITLEBAR ' TEXT' is not working
Regards
Bikas
2008 Aug 02 11:09 AM
Bikas,
in PBO
*******MENU AND TITLE FOR SCREEN 0100*******
&---------------------------------------------------------------------
*& Module STATUS_0100 OUTPUT
&---------------------------------------------------------------------
text
----------------------------------------------------------------------
MODULE STATUS_0100 OUTPUT.
SET PF-STATUS 'Z11AMIT_XD'.
SET TITLEBAR 'MAIN'.
ENDMODULE. " STATUS_0100 OUTPUTafter declear a tital save check activate your effors .
Amit.
2008 Aug 02 11:13 AM
this I have already done ... it is not working !!!!
Rregards
Bikas
2008 Aug 02 11:28 AM
Hi Bikas,
If you want to set the title of the screen the you have to use SET TITLEBAR 'TEXT'. as you have mentioned.
Now Double click on the TEXT word , it will take you to new Editor, Now in the title input box you can Write the text you want ot display for the Screen.
Hope it will help you.
Regards,
Sujit
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |