Websydian v6.1 online documentationOnline documentation - Websydian v6.1

FAQ - How can I parse information on the first request

Product Websydian Web Developer
Version 3.0, 3.1
Category Development
Question How can I parse information on the first request
Answer In the post point 'Parse web input' of the EventDispatcher insert the following statement:

If WebInput<EventID> == <EventID.*Blank>
Set WsyBase<InputFromServer> == <InputFromServer.No>
Else
Set WsyBase<InputFromServer> == <InputFromServer.Yes>

If you insert the above statements you can add fields to the WebInput variable and get parameters with the first request.

Using Websydian 4.0 and later this is all ready supported.