Home
Main Introduction Features Constants Statements Database Objects Parser Serial-Communication Samples Misc
Objects>Form Object>Properties>_serverport
Caravan Business Server>Help>Objects>Form Object> Properties> _serverport
Name _serverport
Text To specify the server port where the form needs to be submitted
Syntax <caravan>form(_serverport)=port number</caravan>
Sample <caravan>form(_serverport)="8555"</caravan>
Caravan Business Server>Help>Objects>Form Object> Properties> Property
Name Property
Text To specify the property that needs to be set to the form.
Syntax <caravan>form(propertyName)="Value"</caravan>
Sample <caravan>myform(contacts)="Add contacts"</caravan>
Caravan Business Server>Help>Objects>Form Object> Properties> _server
Name _server
Text To specify the server address where the form needs to be submitted
Syntax <caravan>form(_server)="address"</caravan>
Sample <caravan>myform(_server)="10.100.2.10"</caravan>
Caravan Business Server>Help>Objects>Form Object> Properties> _action
Name _action
Text To specify the file which needs to be invoked after submitting the form
Syntax <caravan>form(_action)="responsefile"</caravan>
Sample <caravan>form(_action)="test.html"</caravan>
Caravan Business Server>Help>Objects>Form Object> Properties> post
Name post
Text Method used to post the form
Syntax <caravan>form(post)</caravan>
Sample <caravan>myform(post)</caravan>
Caravan Business Server>Help>Objects>Form Object> Properties> _reply()
Name _reply()
Text To receive the response from the server.
Syntax <caravan>_reply(content)</caravan>
Back