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

NameDescription
CONFIRM_PASSWORDDefault error message if the new password and the confirmed password changes do not match.
ERRORGeneric error message. Customized using replaceable parameters within the Msg function.
FW_GENERIC_MSGGeneric message. Customized using replaceable parameters within the Msg function.
INCORRECT_LOGINDefault error message if the username or password are invalid.
NOMATCHDefault error message if there is no match to a search. Used by the Quick_Search stored procedure.
OKGeneric message with an OK button. Customized using replaceable parameters within the Msg function.
OPENTABLEERRGeneric error message used when an Open table command fails.
READROWERRGeneric error message used when a Read record command fails.
ROWEXISTSERRSpecific error message used when a Read record command fails. Used by some SRP FrameWorks features.
SAVE_ASPrompts the user for a new Key ID when the Save As menu option is selected.
SAVE_AS_MISSING_KEYSError message when the number of "Save As" Key IDs does not match the number of Key parts in the dictionary.
SAVE_AS_OWConfirmation message if the "Save As" Key ID already exists in the current table.
SYSTEM_MAINTENANCETimed message informing the user that the application is in system maintenance mode. Used by the Check_System_Maintenance stored procedures.
UPDATEAPPConfirmation message if the application should be updated using deployment files.
UPDATEAPPFINISHNotification message that the application has been updated.
UPDATEAPPLOCATIONPrompts the user for the location of the update deployment files.
USER_INPUTGeneric message that prompts the user for a single piece of information. Customized using replaceable parameters within the Msg function.
USER_INPUT_INTEGERGeneric message that prompts the user for an integer. Customized using replaceable parameters within the Msg function.
WRITEROWERRGeneric error message used when a Write record command fails.
YESNOGeneric message with a Yes and No button. Customized using replaceable parameters with the Msg function.

Popup Boxes

NameDescription
AUDIT_TABLESDisplays the list of database tables which are controlled by the Audit Manager.
FW_GENERIC_POPUPA generic popup template designed for easy override configuration using the PopUp function.
USERNAMEDisplays the list of all application users.
WINDOW_OPTSDisplays the list of options for the active window. These options are defined by the NDW_WINDOW_OPTIONS form.

Reports

NameDescription
USER LISTReport of all application users. Created with the Report Builder.

Images

NameDescription
ApplicationAbout.bmpBanner graphic for the NDW_ABOUT form. Defaults to a SRP FrameWorks branded image.
ApplicationLogin.bmpBanner graphic for the NDW_LOGIN form. Defaults to a SRP FrameWorks branded image.
Application.icoPrimary application icon. Defaults to a SRP FrameWorks branded image.
SRP.icoSRP icon used by the installed SRP Utilities (e.g. SRP Editor and SRP Table Search utility).
  • No labels