Search found 16 matches

Go to advanced search

by Ralph Smith
Fri Sep 26, 2014 2:35 am
Forum: Issues
Topic: We are going to push an update [Completed]
Replies: 3
Views: 565
 
Jump to post

We are going to push an update [Completed]

Were there any problems reported after the update? Currently my app no longer loads the next screen after the login in screen. I tried the first tutorial (the Warehouse app) and had the same issue. The app would not move to the next screen which requires a database list service. No errors or other m...
by Ralph Smith
Thu Apr 03, 2014 2:54 am
Forum: Issues
Topic: Query Service??
Replies: 27
Views: 4401
 
Jump to post

Query Service??

Stephen. sorry it took so long to respond. I'm just logging back on to this system for the first time and noticed this. Yes, it worked perfectly!

Thanks again.

by Ralph Smith
Thu Apr 03, 2014 2:48 am
Forum: Issues
Topic: Want to Transfer Ownership of an Account (and App)
Replies: 2
Views: 402
 
Jump to post

Want to Transfer Ownership of an Account (and App)

Thanks Mayna.

by Ralph Smith
Wed Apr 02, 2014 7:57 pm
Forum: Issues
Topic: Want to Transfer Ownership of an Account (and App)
Replies: 2
Views: 402
 
Jump to post

Want to Transfer Ownership of an Account (and App)

Change ownership. We're a non-profit group that teaches kids Information Technology skills through doing projects for other non-profit organizations. We have used Appery.io to create a simple app to track volunteer hours for another non-profit. My question is, can I transfer our whole account to the...
by Ralph Smith
Fri Jul 12, 2013 6:59 pm
Forum: Issues
Topic: Need help with a query through a local variable.
Replies: 15
Views: 1727
 
Jump to post

Need help with a query through a local variable.

Hi Marina. Is there any way I can give you access to the test app I'm using for your help? I searched and found another thread that someone else had the same problem. Steven replied to that one and I don't want to where out my welcome. We are trying to finish up anther app for Monday that we need th...
by Ralph Smith
Fri Jul 12, 2013 6:19 pm
Forum: Issues
Topic: Query Service??
Replies: 27
Views: 4401
 
Jump to post

Query Service??

Hi everyone. I'm looking at this post because I have the same problem. Thanks for the example. I have exactly the same situation and have implemented the code just like you have here. return '{"user_id": "' + localStorage.getItem("local_user_id") + '"}'; But I still get...
by Ralph Smith
Fri Jul 12, 2013 3:04 pm
Forum: Issues
Topic: Need help with a query through a local variable.
Replies: 15
Views: 1727
 
Jump to post

Need help with a query through a local variable.

OK. I see what you are saying and I made the correction to look like this: return '{"user_id": "' + value + '"}'; But I don't know how to get it to evaluate to the local storage variable called local_user_id. I have mapped to variable local_user_id from the response to the login ...
by Ralph Smith
Fri Jul 12, 2013 12:49 am
Forum: Issues
Topic: Need help with a query through a local variable.
Replies: 15
Views: 1727
 
Jump to post

Need help with a query through a local variable.

Marina, I'm still lost. I tried putting a grid (1 row, 2 columns) with labels in them. I mapped two fields to the text of the labels and $ to the grid but still nothing shows up in the page. Any other suggestions? Thanks much for your help.

by Ralph Smith
Thu Jul 11, 2013 9:53 pm
Forum: Issues
Topic: Need help with a query through a local variable.
Replies: 15
Views: 1727
 
Jump to post

Need help with a query through a local variable.

Marina, thank you very much for your support. I added the JS code as you suggested. Mine reads "return '{"local_user_id": "' + value + '"}'; ". I also added a grid and tried having the Fullname field from the collect mapped to the grid, but nothing actually shows up the...
by Ralph Smith
Thu Jul 11, 2013 7:53 pm
Forum: Issues
Topic: Need help with a query through a local variable.
Replies: 15
Views: 1727
 
Jump to post

Need help with a query through a local variable.

Finally, the welcome Screen response. this is supposed to update the user name on loading the screen. Image

Go to advanced search