Introduction Installation Beginning Admin Quick Ref FTP Server SMTP Server Database Security
Statements Objects String Parsing Events Queues Samples Special names Error Handling Accessories   Back
Objects>Running External Applications>Properties>success
Caravan Business Server>Help>Objects>Running External Applications> Properties success
Name success
Text       if program is successfully executed then success will return =1 other wise it will be 0       e.g  x(success)="1" or x(success)="0"
Syntax
<caravan>x(success)</caravan>
Caravan Business Server>Help>Objects>Running External Applications> Properties> rc
Name rc
Text   Return code from the called program. It will be normally a numeric value.
Syntax
<caravan>x(rc)</caravan>
Caravan Business Server>Help>Objects>Running External Applications> Properties> output
Name output
Text               It is the text output (console output) from called program.       
Syntax       
      <caravan>x(output)</caravan>
             
Home       Back