NetTalk Central

Author Topic: Link to another page  (Read 3314 times)

Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
Link to another page
« 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
Rene Simons
NT14.14

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: Link to another page
« Reply #1 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
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
Re: Link to another page
« Reply #2 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
Rene Simons
NT14.14

Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
Re: Link to another page
« Reply #3 on: November 26, 2018, 08:28:21 AM »
FOUND IT!!
Rene Simons
NT14.14

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: Link to another page
« Reply #4 on: November 26, 2018, 11:51:12 PM »
so, is the original question answered?

Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
Re: Link to another page
« Reply #5 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?



Rene Simons
NT14.14