PLBCS_ERRORn Keyword
PLBCS_ERRORn={UserMessage}
This optional keyword enables the user-defined dialogs. The {UserMessage} string is specified as a single text line where any embedded '^' characters are translated into a LF character. Each user dialog can have 6 lines of data with a line length that is specific to each user dialog.
The following keywords are used to enable and control the data for individual error resource dialogs implemented for the clients. The basic descriptions for these keywords are implemented as follows:
|
Keyword |
Use |
|
PLBCS_ERROR0 |
Enable User Connection Error Dialog. |
|
PLBCS_TITLE0 |
Set the title for the User Connection Error Dialog. |
|
PLBCS_RETRY0 |
Retry count for the User Connection Error Dialog. |
|
PLBCS_DELAY0 |
Enable a timeout for the User Connection Error Dialog. |
|
|
|
|
PLBCS_ERROR1 |
Enable User Communications Error Dialog. |
|
PLBCS_TITLE1 |
Set the title for the User Communications Error Dialog. |
|
PLBCS_RETRY1 |
NOT USED! |
|
PLBCS_DELAY1 |
Enable a timeout for the User Communications Error Dialog. |
|
|
|
|
PLBCS_ERROR2 |
Enable User Application Server timeout Dialog. |
|
PLBCS_TITLE2 |
Set the title for the User Application Server timeout Dialog. |
|
PLBCS_RETRY2 |
Retry count for Application Server User timeout Dialog. |
|
PLBCS_DELAY2 |
Enable a timeout for the Application Server User timeout Dialog. |
|
|
|
|
PLBCS_ERROR3 |
Enable User Application Error Dialog. |
|
PLBCS_TITLE3 |
Set the title for the User Application Error Dialog. |
|
PLBCS_RETRY3 |
NOT USED! |
|
PLBCS_DELAY3 |
Enable a timeout for the User Application Error Dialog. |
Example of PLBCLIENT INI:
[Environment]
#
# Default User Dialog Settings
PLBCS_AUTORETRY=2
PLBCS_AUTODELAY=20
#
PLBCS_ERROR0=Error0 User Message^Line2^Line3^Line4^Line5^Line6
PLBCS_ERROR1=ERROR1 User Message^Line2^Line3^Line4^Line5^Line6
PLBCS_ERROR2=ERROR2 User Message^Line2^Line3^Line4^Line5^Line6
PLBCS_ERROR3=ERROR3 User Message^Line2^Line3^Line4^Line5^Line6
PLBCS_TITLE0=User Application Title0
PLBCS_TITLE1=CaveSave Title1
PLBCS_TITLE2=CaveSave Title2
PLBCS_TITLE3=CaveSave Title3
PLBCS_DELAY2=5
PLBCS_RETRY2=0
PLBCS_DELAY3=10
PLBCS_DELAY4=15
See Also: PLBCLIENT Keywords, PLBSERVE Command Syntax
![]() |