Web Settings
Generally, sending data to Web server's sequence is login to the server at first, then send data, finally logout.
Web Setting will takes care of procedures of sending data. Additional parameters of sending data also can configurable.
Web Settings Sheet
Web Settings Sheet
  
  • Set the URL for upload in Web URL text field.
  • maximum record text field sets maximum record count of each upload units.0 means send all records in one upload unit, but not recomended. Choose GET method or POST method with popup menu on the right side.
  • 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 to the Top, Append to the Bottom popup menu sets the insert position of additional parameters to the CSV records. By the way insertion position is not important for most Web servers.
  • Add button adds 1 Additional Parameter.
  • Modify button modifies 1 Additional Parameter which is selected in the text view.
  • Delete button deletes 1 Additional Parameter which is selected in the text view.
  • You can change the order of Additional parameters with Up button and Down button.
  •  
    This sheet appears, when you choose Web Sheet's add button or modify button.
    Additional Parameter Sheet
      
  • 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
      
  • his sheet checks password, when password checkbox unchecked. This sheet never appears at the time of adding the reuest parameter.