How to test the Report Designer

1   The Clarion-template Demo program (Single APP)
        Use the ARD_DEMO.APP
        At Application proporties
            Set Destination type to EXE
        Delete module ARDDATA if present
        At Global Proportiess
            Set off: Generate template globals as EXTERNAL
            File Control, File attribute EXTERNAL to: None External
        At Project, Edit
            Set to 16-bit using DLLs
        Make and test program

        At Project, Edit
            Set to 32-bit using DLLs
        Make and test program

        At Project, Edit
            Set to 16-bit LOCAL
        Make and test program
        
        At Project, Edit
            Set to 32-bit LOCAL
        Make and test program

2   Tha ABC-template Demo program (Single APP)
        Use the ABC_DEMO.APP
        At Application proporties
            Set Destination type to EXE
        Delete module ABC_DATA if present
        At Global Proportiess
            Set off: Generate template globals and ABC's as EXTERNAL
            File Control, File attribute EXTERNAL to: None External
        At Project, Edit
            Set to 16-bit using DLLs
        Make and test program

        At Project, Edit
            Set to 32-bit using DLLs
        Make and test program

        At Project, Edit
            Set to 16-bit LOCAL
        Make and test program
        
        At Project, Edit
            Set to 32-bit LOCAL
        Make and test program
        

3   The Clarion-template Demo program (Multiple APPs)
        Use the ARDDATA.APP
        At Application proporties
            Set Destination type to DLL
        At Project, Edit
            Set to 16-bit using DLLs
        Make
        Use the ARD_DEMO.APP
        At Application proporties
            Set Destination type to DLL
        At Application, Insert Module
            Insert External DLL: ARDDATA.LIB
        At Global Proportiess
            Set on: Generate template globals and ABC's as EXTERNAL
            File Control, File attribute EXTERNAL to: All External
                          Set on: All files are declared in another APP
        At Project, Edit
            Set to 16-bit using DLLs
        Make
        Use the ARDMAIN.APP
        At Project, Edit
            Set to 16-bit using DLLs
        Make and test program

        Use the ARDDATA.APP
        At Project, Edit
            Set to 32-bit using DLLs
        Make
        Use the ARD_DEMO.APP
        At Project, Edit
            Set to 32-bit using DLLs
        Make
        Use the ARDMAIN.APP
        At Project, Edit
            Set to 32-bit using DLLs
        Make and test program

4   Tha ABC-template Demo program (Multiple APPs)
        Use the ABC_DATA.APP
        At Application proporties
            Set Destination type to DLL
        At Project, Edit
            Set to 16-bit using DLLs
        Make
        Use the ABC_DEMO.APP
        At Application proporties
            Set Destination type to DLL
        At Application, Insert Module
            Insert External DLL: ABC_DATA.LIB
        At Global Proportiess
            Set on: Generate template globals and ABC's as EXTERNAL
            File Control, File attribute EXTERNAL to: All External
                          Set on: All files are declared in another APP
        At Project, Edit
            Set to 16-bit using DLLs
        Make
        Use the ABC_MAIN.APP
        At Project, Edit
            Set to 16-bit using DLLs
        Make and test program

        Use the ABC_DATA.APP
        At Project, Edit
            Set to 32-bit using DLLs
        Make
        Use the ABC_DEMO.APP
        At Project, Edit
            Set to 32-bit using DLLs
        Make
        Use the ABC_MAIN.APP
        At Project, Edit
            Set to 32-bit using DLLs
        Make and test program
