Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Oops - an error...

Hi Cuatro ,

Please show us some screen shots of your problem.

Hi Mittelheisser,

Unfortunatly currently is not clear about your problem.

Please describe it with details, perhaps screen shots.

Regards.

Mittelheisser
Posts: 0
Joined: Sat Dec 27, 2014 5:59 pm

Oops - an error...

Hello,

As for me, I modified the design and I use a database. No more error problem "Oops ..."

Now I want a javascript code for a button - or list - to display the page with id "C", for example with a database that includes the id "A to M". Something like that "to page appaery.navigate +" id database ".

good day and happy new year

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Oops - an error...

Hi Mittelheisser,

Please explain with more details what you're trying to implement exactly.
And describe the structure of your database.

Mittelheisser
Posts: 0
Joined: Sat Dec 27, 2014 5:59 pm

Oops - an error...

Hello,

I have a database with two column: Article + reference.
I created a page from the tutorial "Building a mobile app with pagination."
So I can navigate the odre the database with the arrows. I would like now to call a page from a button on the panel, not necessarily the first ...
I would like to call on the "image A" Article L.123-4 from the panel "image B" with javascript or other relationship, is it possible? Image Image

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Oops - an error...

Hello,

You just need to pass this value into the "where" request parameter for new list/query service datasource.

Please pass following tutorial to understand how to do it. http://devcenter.appery.io/tutorials/...

Regards.

Mittelheisser
Posts: 0
Joined: Sat Dec 27, 2014 5:59 pm

Oops - an error...

Hello,

Sorry, I do not understand.

It is not possible with a javascript code to display a page asking a particular Id ?
A javascript on a button to display a page with a given X?

I really need a navigation solution to display only information from a database.

with localStorage.setItem; get.execute ...? i dont no?

Best Regards

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Oops - an error...

Hi Mittelheisser,

Yes you can do it.

And here is tutorial that pretty describes how to do it:

http://devcenter.appery.io/tutorials/...

Also you can store needed value between pages in local storage with following code:

pre

localStorage.setItem("variablName", "variablevalue");

/pre

Get stored value on the needed page with following JS code:

pre

var goalVariable = localStorage.getItem("variablName");

alert("goalVariable = " + goalVariable);

/pre

Regards.

Mittelheisser
Posts: 0
Joined: Sat Dec 27, 2014 5:59 pm

Oops - an error...

Hello,

I tried, but no results ...

Can you give me an example of the basic tutorial: http://devcenter.appery.io/tutorials/...
(Building a mobile app with data pagination)

If in Testing the app tab, if the first image I add a button to access the last page, what would the javascript code?

Please

thank you

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Oops - an error...

Hi Mittelheisser ,

Yes here is requested tutorial.

http://devcenter.appery.io/tutorials/...

Regards.

Mittelheisser
Posts: 0
Joined: Sat Dec 27, 2014 5:59 pm

Oops - an error...

Hello,

OK, thank you, I understand, you do not want to help me.

I'll repost a message hoping that a user will answer me.

Regards.

Return to “Issues”