‎2008 Apr 22 3:57 AM
Hi all,
How to set title in Dialog Programming
Thanks & regards,
Sinha.
‎2008 Apr 22 3:58 AM
Hi,
In the PBO event, Give like this.
SET TITLEBAR 'MYTITLE'.
save your program and make double click on 'MYTITLE'. You get a popup message indicating that the object does not exist. Press yes.
In the next screen that shows up, you enter the title you want. Save and activate.
Reward if useful.
Regards,
Swetha.
‎2008 Apr 22 3:58 AM
Hi,
In the PBO event, Give like this.
SET TITLEBAR 'MYTITLE'.
save your program and make double click on 'MYTITLE'. You get a popup message indicating that the object does not exist. Press yes.
In the next screen that shows up, you enter the title you want. Save and activate.
Reward if useful.
Regards,
Swetha.
‎2008 Apr 22 7:29 AM
Hi Sinha Rao,
In the flow logic of screen .
Double click on status_0200. Then u will see.
process before output.
module status_0200.
process after input.
module user_command_0200.
I hope that it helps u .
Regards,
Venkat.O
*&---------------------------------------------------------------------*
* text
*----------------------------------------------------------------------*
module STATUS_0200 output.
SET PF-STATUS 'X_STATUS'. "Set your status
SET TITLEBAR 'TITLE'. "Module pool program title
"Double click on X_STATUS and PF status like BACK , CANCEL buttons
"Double click on TITLE, write titel and save .Title of the program is displayed.
endmodule. " STATUS_0200 OUTPUT
‎2008 Apr 25 9:32 AM
Hi,
In PBO Event
MODULE STATUS_0100 OUTPUT.------double click -
it will take to your driver program there
MODULE STATUS_0100 OUTPUT.
SET PF-STATUS 'MENUBAR'. " here you can set PF-status(DOUBLE CLICK --- and set the menu bar)
SET TITLEBAR 'TIT'.(DOUBLE CLICK --- and set the Title) " here you can set title , wht you want and ACTIVATE
Or
If you want to set the srandard Pf-status and title , you just copy the satus(source) to target and dont forget to ACTIVATE
Reward Points if usefull,
Regards
Fareedas