Prologue
Generally, sending data to Web server's sequence is login to the server at first, then send data, finally logout.
Prologue will takes care of procedures before sending data, like an user login.
CsvToWebRec's prologue setting sheet is like following. To take care of other than user login, CsvToWebRec lets you configure multiple prologue settings. Prologue procedures are done in order of this sheet's view.
Prologue List Sheet
  
  • Add button adds 1 Prologue setting.
  • Modify button modifies the selected Prologue setting in the text view.
  • Delete button deletes the selected Prologue setting in the text view.
  • You can change the order of prologue settings with Up button and Down Button.
  •  
    This sheet appears, when you choose Prologue List Sheet's add button or modify button.
    Prologue Sheet
      
  • Set the URL for prologue in Prologue URL text field, and choose GET method or POST method with popup menu on the right side.
  • Describe about the prologue a summary of the prologue in the description text field.
  • Put the desired return string from the server into the success string text field when communication was success. If you want to trim head and tail's space, tab, EOL characters, check the trim checkbox. If return string is changable, use functions and properties. If you do not want to examine success or error, use %IGNORE% property.
  • Allow duplicate checkbox allows you to use same name for different parameters.
  • Add button adds 1 Prologue Parameter.
  • Modify button modifies 1 Prologue Parameter which is selected in the text view.
  • Delete button deletes 1 Prologue Parameter which is selected in the text view.
  • You can change the order of Prologue parameters with Up button and Down button.
  •  
    This sheet appears, when you choose Prologue Sheet's add button or modify button.
    Prologue Parameter Sheet
    Prologue Parameter Sheet of password checkbox checked
      
  • Set the reuest parameter name into the Name text field. This value represents name attribute of input element of HTML. If this value is a changable, use functions and properties.
  • Set the reuest parameter value into the Value text field. This value represents value attribute of input element of HTML. If this value is a changable, use functions and properties.
  • Password checkbox hides a content of Value text field, When you uncheck this checkbox Password Sheet is appear and urge you to input password, Password Sheet never asppears in adding mode. Password checkbox is only for the display, and communication sends plain text of the value.
  •  
    Password Sheet
      
  • This sheet checks password, when password checkbox unchecked. This sheet never appears at the time of adding the parameter.