I have a field that just parses the QueryString like so:
@Left(@Right(Query_String; “&ID=”) + “&”; “&”)
Currently it is not hidden in any way.
I have tried having it as editable, computed for display and computed.
But when the WQS agent runs it sees the field being blank even when on the page before I save it has data.
At first I turned off “generate html for all fields” and that fixed it for a day. Now it stopped seeing it… I have no idea why this is happening.
Subject: WebQuerySave LS agent cant see certain fields…
not sure, but I think you must have a computed field on the form called Query_String with formula “Query_String”.Without it I ran into sever trouble when trying to access Query_String from anywhere …
hope that helps,
Subject: RE: WebQuerySave LS agent cant see certain fields…
That was the case in R4 and R5. In Domino 6 there’s a much easier way to do things:
@URLQueryString(“ID”)
The new @Function does all of the parsing for you and you don’t need a computed Query_String field on your form. This will also work on pages, by the way, in Computed Text.