Search found 38 matches

Go to advanced search

by Dan Hoeck
Fri Jul 11, 2014 12:26 am
Forum: Issues
Topic: Database Update Service: How?
Replies: 29
Views: 3418
 
Jump to post

Database Update Service: How?

I'm have the same issue. the error I get in the browser console is as follows:

Image

by Dan Hoeck
Tue Jun 17, 2014 11:23 pm
Forum: Issues
Topic: query with two variables
Replies: 7
Views: 871
 
Jump to post

query with two variables

I had issues with pulling the existing variable, but did a workaround mapping the variable directly and calling the local storage variable.

Thanks for your help!

by Dan Hoeck
Wed Jun 11, 2014 9:23 pm
Forum: Issues
Topic: query with two variables
Replies: 7
Views: 871
 
Jump to post

query with two variables

I looked through that before but could not find out the proper mapping? I was using the following, however the mapping won't work because the mapping does not dynamically separate which value I'm using to compare to userName and to vendorName. return '{"$and": [{"userName": "...
by Dan Hoeck
Wed Jun 11, 2014 7:44 pm
Forum: Issues
Topic: query with two variables
Replies: 7
Views: 871
 
Jump to post

query with two variables

Hi. I'm trying to run a query that searches for a row containing 2 particular variables in 2 particular columns of the database. Right now I am trying to do so by creating a 2nd "where" in the query Request. Then I map one variable to each "where" and run the query. I could use s...
by Dan Hoeck
Wed Jun 11, 2014 4:07 pm
Forum: Issues
Topic: How do you convert 24 hour time to am/pm using javascript?
Replies: 10
Views: 3645
 
Jump to post

How do you convert 24 hour time to am/pm using javascript?

Thank you, this worked great!

by Dan Hoeck
Tue Jun 10, 2014 6:09 am
Forum: Issues
Topic: How do you convert 24 hour time to am/pm using javascript?
Replies: 10
Views: 3645
 
Jump to post

How do you convert 24 hour time to am/pm using javascript?

I tried this without luck. Should the code be triggered on the success of invoking the list service?

by Dan Hoeck
Mon May 19, 2014 4:44 pm
Forum: Issues
Topic: Mandatory Fields
Replies: 6
Views: 1100
 
Jump to post

Mandatory Fields

Thank you, this worked! I just had to add in -- if(radioButton == null)
otherwise the following code worked great:

var radioButton =$('input[name=mobileradiogroup_5]:checked').val();

if(radioButton -- null){
alert("Please select an option from the list");

return;
};

by Dan Hoeck
Sat May 17, 2014 3:55 am
Forum: Issues
Topic: Mandatory Fields
Replies: 6
Views: 1100
 
Jump to post

Mandatory Fields

This is very helpful! The one thing I could use, to add to this, is how do you add validation of a radio button? I am using the following script which is not working: var radioButton = Appery("mobileradiobutton_1").checked; if(radioButton == "false"){ alert("Please select an...

Go to advanced search