Form FrmMain rename with text editor

a6000000

Member
Licensed User
Longtime User
Form rename with text editor.
after a error I found how to rename a FrmMain:

1. in b4ppc: menu Designer: "OldFormName" click to open
2. rename in upper right textfield your "OldFormName" maybe "FrmMain" to "NewFormName"
3. save and close b4ppc
4. open the b4ppc source file with text editor, try text-editor SCiTE from sf.net:
Download Scintilla from SourceForge.net
5. search-replace in SCiTE text-editor all "OldFormName" to "NewFormName"
6. save the b4ppc source file
7. open the b4ppc source file with b4ppc - enjoy
 
Top