Showing posts with label write file. Show all posts
Showing posts with label write file. Show all posts

Tuesday, September 28, 2010

File related variables

These variables are used with WF and DF commands. In all other cases their values are ignored by WhizBase.
WB_FileName - This variable contains the file name of the DF (file will be deleted) and WF (key value will be written in file).
WB_KeyName - This variable contains the name(s) of the key(s) that will be changed/added/deleted using WF.
WB_KeyValue - This variable contains the value(s) for the key(s) that will be changed or added using WF.
WB_Section - This variable contains the name of the section containing the key that will be changed/added/deleted using WB_Command value WF.
WB_Separator - This variable contains the character which will be used to separate different entries in the WB_Keyname and WB_KeyValue variables.

read more

Thursday, August 19, 2010

5069 - WB_KeyName and WB_KeyValue arrays do not match!

This error is generated when the user tries to write more than one key values using write file command (WB_Command=WF) and separator character (WB_Separator) and WB_KeyValue and WB_KeyName variables contain different number of elements separated by character defined in WB_Separator.

read more

Monday, August 16, 2010

5059 - Required form field WB_Section missing!

This error is generated when WBSP tries to execute command WF and neither form nor configuration file have specified value for variable WB_Section.

read more

5058 - Required form field WB_KeyName missing!

This error is generated when WBSP tries to execute command WF and neither form nor configuration file have specified value for variable WB_KeyName.

read more

5057 - Required form field WB_FileName missing!

This error is generated when WBSP tries to execute DF or WF and neither form nor configuration file have specified value for variable WB_FileName.

read more