NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on November 26, 2018, 04:55:44 AM
-
Hi,
I have a browse where a field is a EIP droplist.
I would like to immediately go to another page after the user has selected a (new) value in one of the droplists in the browse.
In fact the droplist has to behave like a button (when a new value is picked).
Is this at all possible?
Cheers,
Ren
-
I'm going off of memory but I would certainly think it's possible.
Maybe try creating a button (other) and set the settings to open the page you want to open.
Look in the generated code and replicate what happens there in your droplist's server code.
Don
-
Thanks Don.
A different question reared up here.
I have a "button"button that I have assigne a URL to with some parameters.
In the webform procedure I refer to in the URL, I do p_web.storevalue('blah') for every blah I send as a parameter with the url
just after teh CODE keywordt in the procedure .
However, the session vars don't seem to change to what I have sent to the server in the URL.
Currently doing overtime to find out what's (not) happening there.
Maybe you know what happens?
Kind regards,
Rene
-
FOUND IT!!
-
so, is the original question answered?
-
Hi Bruce,
I don't know yet.
Because of a demo I have on Thursday, fixing this issue will be moved to a later date.
I "solved" my question by using an "Enter" button. (In fact, an 'other' button with a link).
In a later stage I will try the approach Don advised.
Chers,
Ren?