NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on November 26, 2018, 04:55:44 AM

Title: Link to another page
Post 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
Title: Re: Link to another page
Post by: DonRidley on November 26, 2018, 07:21:26 AM
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
Title: Re: Link to another page
Post by: Rene Simons on November 26, 2018, 07:46:07 AM
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
Title: Re: Link to another page
Post by: Rene Simons on November 26, 2018, 08:28:21 AM
FOUND IT!!
Title: Re: Link to another page
Post by: Bruce on November 26, 2018, 11:51:12 PM
so, is the original question answered?
Title: Re: Link to another page
Post by: Rene Simons on November 27, 2018, 01:50:51 AM
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?