Additional components provided with SRP FrameWorks. These are primarily user interface components such as messages and popups. All reports are documented here as well.
Message Boxes
| Name | Description |
|---|---|
| CONFIRM_PASSWORD | Default error message if the new password and the confirmed password changes do not match. |
| ERROR | Generic error message. Customized using replaceable parameters within the Msg function. |
| FW_GENERIC_MSG | Generic message. Customized using replaceable parameters within the Msg function. |
| INCORRECT_LOGIN | Default error message if the username or password are invalid. |
| NOMATCH | Default error message if there is no match to a search. Used by the Quick_Search stored procedure. |
| OK | Generic message with an OK button. Customized using replaceable parameters within the Msg function. |
| OPENTABLEERR | Generic error message used when an Open table command fails. |
| READROWERR | Generic error message used when a Read record command fails. |
| ROWEXISTSERR | Specific error message used when a Read record command fails. Used by some SRP FrameWorks features. |
| SAVE_AS | Prompts the user for a new Key ID when the Save As menu option is selected. |
| SAVE_AS_MISSING_KEYS | Error message when the number of "Save As" Key IDs does not match the number of Key parts in the dictionary. |
| SAVE_AS_OW | Confirmation message if the "Save As" Key ID already exists in the current table. |
| SYSTEM_MAINTENANCE | Timed message informing the user that the application is in system maintenance mode. Used by the Check_System_Maintenance stored procedures. |
| UPDATEAPP | Confirmation message if the application should be updated using deployment files. |
| UPDATEAPPFINISH | Notification message that the application has been updated. |
| UPDATEAPPLOCATION | Prompts the user for the location of the update deployment files. |
| USER_INPUT | Generic message that prompts the user for a single piece of information. Customized using replaceable parameters within the Msg function. |
| USER_INPUT_INTEGER | Generic message that prompts the user for an integer. Customized using replaceable parameters within the Msg function. |
| WRITEROWERR | Generic error message used when a Write record command fails. |
| YESNO | Generic message with a Yes and No button. Customized using replaceable parameters with the Msg function. |
Popup Boxes
| Name | Description |
|---|---|
| AUDIT_TABLES | Displays the list of database tables which are controlled by the Audit Manager. |
| FW_GENERIC_POPUP | A generic popup template designed for easy override configuration using the PopUp function. |
| USERNAME | Displays the list of all application users. |
| WINDOW_OPTS | Displays the list of options for the active window. These options are defined by the NDW_WINDOW_OPTIONS form. |
Reports
| Name | Description |
|---|---|
| USER LIST | Report of all application users. Created with the Report Builder. |
Images
| Name | Description |
|---|---|
| ApplicationAbout.bmp | Banner graphic for the NDW_ABOUT form. Defaults to a SRP FrameWorks branded image. |
| ApplicationLogin.bmp | Banner graphic for the NDW_LOGIN form. Defaults to a SRP FrameWorks branded image. |
| Application.ico | Primary application icon. Defaults to a SRP FrameWorks branded image. |
| SRP.ico | SRP icon used by the installed SRP Utilities (e.g. SRP Editor and SRP Table Search utility). |