Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescription
FW_MAINThe application entry point. All application features will launch from this form's menus, toolbar, or shortcut bar.

SRP FrameWorks Managers

NameDescription
DBW_HELP_MANAGERManages the help text for any control of any form.
DBW_REPORT_MANAGERManages the reports available to the application. Reports are assigned to groups.
DBW_AUDIT_MANAGERManages the audit settings for database tables.
DBW_FRAME_MANAGERManages the display options for for the FRW_MAIN form.
DBW_SECURITY_MANAGERManages the list of components which are controlled by the security system.
FW_COMMAND_MANAGERManages all the commands in the application.
NDW_CONTEXT_MENU_MANAGERManages the context-menus available to the application.
NDW_PRINT_MANAGERManages the default printer assignment for any report group.

Sample MDI Children

NameDescription
DBW_SAMPLE1A single-page sample MDI Child form. A corresponding commuter module is included.
DBW_SAMPLE2A multi-page sample MDI Child form. A corresponding commuter module is included.
DBW_SAMPLE3A tabbed multi-page sample MDI Child form. A corresponding commuter module is included.
DBW_SAMPLE4A sample MDI Child form with a tab and shortcut bar. A corresponding commuter module is included.
DBW_SAMPLE5A sample MDI Child form with a selectable theme. A corresponding commuter module is included.

...

NameDescription
NDW_DATEPrompts the user for a date entry. Can be customized using replaceable parameters.
NDW_DATE_2Prompts the user for a date entry. Can be customized using replaceable parameters.
NDW_DATE_RANGEPrompts the user for a date range entry. Can be customized using replaceable parameters.
NDW_DATE_RANGE_2Prompts the user for a date range entry. Can be customized using replaceable parameters.
NDW_LOCK_RECORDDisplays information regarding a locked record. Used by the Lock_Record stored procedure.
NDW_RANGEPrompts the user for a general range entry. Can be customized using replaceable parameters.
NDW_WINDOW_OPTIONSDisplays available form options (aka "softkeys") for the current window.

SRP FrameWorks Managers

NameDescription
DBW_HELP_MANAGERManages the help text for any control of any form.
DBW_REPORT_MANAGERManages the reports available to the application. Reports are assigned to groups.
DBW_AUDIT_MANAGERManages the audit settings for database tables.
DBW_FRAME_MANAGERManages the display options for for the FRW_MAIN form.
DBW_SECURITY_MANAGERManages the list of components which are controlled by the security system.
FW_COMMAND_MANAGERManages all the commands in the application.
NDW_CONTEXT_MENU_MANAGERManages the context-menus available to the application.
NDW_PRINT_MANAGERManages the default printer assignment for any report group.


SRP Utilities

NameDescription
SRP_EDITORCreate, edit, and compile stored procedures. Work with records and operating system files.
SRP_FORM_COPYCreates a duplicate of a specific form and its commuter module.
SRP_METRICS_VIEWERDisplays the metrics for the current desktop theme. Useful for code that needs to adjust control locations.
SRP_RSUCustomizable utility for users to perform record searches in the active form.
SRP_TABLE_SEARCHGlobal search utility. Works directly with the SRP Editor.

...