|
RAD11 Start Page Using RAD11 is considered to be the ‘old’ RAD. However, RAD11 generates clean windows for business use and for big projects, there are no fancy colors and shapes. In order to routinely use RAD11 you have to take several steps and save the work you’ve done. After running RAD11 there’s a bunch of generated windows which are waiting for being adapted and tweaked until your project looks professionally enough for your customers! At last, a good installation routine in your language is necessary. Beware! This cook-book type writeup is for RAD11 + MDI with maximized child windows + Procedural code + H-commands + HyperFile only! Of course, you can develop your own cook book for any other flavor of RAD11 and maybe, you can retrieve some useful hints from this writeup. 1 - Adapt a chosen style to your needs 2 - Translate the RAD11 templates (the .MDL-files) into your language 3 - Correct a few things in the RAD11 template images and files. 4 - Test run RAD11 and see whether everything is OK 5 - Save adaptions of styles and RAD11 templates! 6 - Underlying principles / decisions 7 - General Quality Concerns 8 - First steps for beginners. Let’s start a test project and run ‘Full Application RAD11’ 9 - Overview of RAD11-generated windows10 - Project code. Initialization / placement / opening of files11 - Restricting access to an application12 - Main Menu (MDI parent)13 - Table Windows (MDI child)14 - Form Windows (MDI child) new 2011-05-0115 - Vision Windows (MDI child)16 - Table-Table Windows (MDI child)17 - Form-Table Windows (MDI child)18 - Table-Form Windows (MDI child) |