Sep 28, 2002 #1 0kioyp Programmer Jun 15, 2002 13 US I'm want to change frame title in forms,What is statement to change frame title
Sep 28, 2002 #2 lewisp Programmer Aug 5, 2001 1,238 GB To change a window within the formd MDI use Set_Window_Property('<window>',TITLE,'Your Title'); and to set the MDI title use Set_Window_Property(FORMS_MDI_WINDOW,TITLE,'Your Title'); Upvote 0 Downvote
To change a window within the formd MDI use Set_Window_Property('<window>',TITLE,'Your Title'); and to set the MDI title use Set_Window_Property(FORMS_MDI_WINDOW,TITLE,'Your Title');