Epilogue
Generally, sending data to Web server's sequence is login to the server at first, then send data, finally logout.
Epilogue will takes care of procedures after sending data, like an user logout.
CsvToWebRec's epilogue setting sheet is like following. To take care of other than user logout, CsvToWebRec lets you configure multiple epilogue settings. Epilogue procedures are done in order of this sheet's view.
Epilogue List Sheet
  
  • Add button adds 1 Epilogue setting.
  • Modify button modifies the selected Epilogue setting in the text view.
  • Delete button deletes the selected Epilogue setting in the text view.
  • You can change the order of epilogue settings with Up button and Down Button.
  •  
    This sheet appears, when you choose Epilogue List Sheet's add button or modify button.
    Epilogue Sheet
      
  • Set the URL for epilogue in Epilogue URL text field, and choose GET method or POST method with popup menu on the right side.
  • Describe about the epilogue a summary of the epilogue 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 Epilogue Parameter.
  • Modify button modifies 1 Epilogue Parameter which is selected in the text view.
  • Delete button deletes 1 Epilogue Parameter which is selected in the text view.
  • You can change the order of Epilogue parameters with Up button and Down button.
  •  
    This sheet appears, when you choose Epilogue Sheet's add button or modify button.
    Epilogue 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
      
  • This sheet checks password, when password checkbox unchecked. This sheet never appears at adding the reuest parameter.