How to access parameters passed from another form?

Post any questions you have about using the Verj.io Studio, including client and server-side programming with Javascript or FPL, and integration with databases, web services etc.

Moderators: Jon, Steve, Ian, Dave

chsurendra2016
Ebase User
Posts: 9
Joined: Wed Mar 16, 2016 9:01 am

How to access parameters passed from another form?

#1

Postby chsurendra2016 » Sun Jun 19, 2016 8:24 am

Hi, how to access the parameters passed from one form to another form.
I have two forms FORM1 and FORM2.
In FORM1, I am passing parameters to FORM2 like below.

Code: Select all

var parms = {};
parms.FirstName = 'MNOP';
parms.LastName = 'XYZ';
parms.City = 'Abu Dhabi';
parms.Location = 'UAE';
form.gotoForm("FORM2", parms);
How to get the parameter values in FORM2.
0 x

chsurendra2016
Ebase User
Posts: 9
Joined: Wed Mar 16, 2016 9:01 am

Re: How to access parameters passed from another form?

#2

Postby chsurendra2016 » Sun Jun 19, 2016 8:30 am

Hi, how to access the parameters passed from one form to another form.
I have two forms FORM1 and FORM2.
In FORM1, I am passing parameters to FORM2 like below.

Code: Select all

var parms = {};
parms.FirstName = 'MNOP';
parms.LastName = 'XYZ';
parms.City = 'Abu Dhabi';
parms.Location = 'UAE';
form.gotoForm("FORM2", parms);
How to get the parameter values in FORM2.

Thanks in advance.
0 x

Steve James
Ebase User
Posts: 331
Joined: Mon Mar 10, 2014 8:34 am

#3

Postby Steve James » Sun Jun 19, 2016 4:58 pm

Set the fields in form 2 as url parameters.

http://www.ebasetech.com/ebase/doc/Fiel ... _parameter
0 x


Who is online

Users browsing this forum: No registered users and 13 guests