Method WMLCard():getWaaLink() Professional

Build a CGI connection string.

Syntax
:getWaaLink() --> cCGILink
Return

A WAA connection string as character string.

Description

The method builds the CGI string required to submit a card to WAA. It uses the data specified with :setWaa(), :sle(), :select()and :setVar() for string creation. These are methods that define name/value pairs and allow for user input. Only those CGI variables defined before :getWaaLink() is called are included in the returned string.

PRG code example:

oCard:href( 'Submit data', oCard:getWAALink() ) 

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.