This function gets the query string contained in the URL of the HTTP request.
Context
Adelia Web client
Parameters
ALPHA(n) |
QueryString |
Query string contained in the URL of the HTTP request. The string is not decoded. Use function VaToolBxJavaDecodeURL if needed. |
BOOL |
ReturnCode |
Return code for the operation: *TRUE if the operation was carried out correctly. *FALSE if it was not. |
Example
ALPHA(128) |
qStr |
BOOL |
ReturnCode |
* Retrieval of the query string contained in the URL of the last HTTP request initiated by the customer:
CALL_CLASS 'VaToolBx' 'VaToolBxAwsGetQueryString' qStr ReturnCode
* As an output, for the http://www.hardis.fr:80/TGEN9/HTML/REQURI.jsp?from=10&to=20, qStr will contain 'from=10&to=20'
List of the VaToolBx functions by topic