Search found 12 matches

Go to advanced search

by Chris McKenna6917608
Mon Apr 27, 2015 12:09 pm
Forum: Issues
Topic: Dropbox access example in Server Code
Replies: 2
Views: 664
 
Jump to post

Dropbox access example in Server Code

thanks. It ended up being easier than i realized. you can call the API and just pass the "access_token" that can be generated from the dropbox App console. This then allows you to use the XMLHttpRequest. It was the part of getting authenticated that was not explained well on the dropbox AP...
by Chris McKenna6917608
Sun Apr 26, 2015 5:51 pm
Forum: Issues
Topic: Dropbox access example in Server Code
Replies: 2
Views: 664
 
Jump to post

Dropbox access example in Server Code

Anyone have an example of using BOX or DROPBOX from server code? I want query the db and then store the results as a csv file to dropbox or box.

I a little confused on how to authenticate to Drobbox and not via an interactive prop up. I am not sure if this is even possible.

Thanks
Chris

by Chris McKenna6917608
Wed Jun 18, 2014 7:02 pm
Forum: Issues
Topic: Mapping multiple responses from a service to the same component
Replies: 57
Views: 10967
 
Jump to post

Mapping multiple responses from a service to the same component

Any chance of getting this in a tutorial? I would like to do the same thing. I am trying to follow, but i get a little lost after about 5 posts.

I want to map firstName and lastName from the database to a listItem Text .

by Chris McKenna6917608
Fri Jun 13, 2014 1:42 am
Forum: Issues
Topic: Validating form fields - setting textarea CSS with javascript
Replies: 13
Views: 3228
 
Jump to post

Validating form fields - setting textarea CSS with javascript

Hmm It seems to be that the input field was a custom component. When I removed that, it worked.

On the customer component i have the text property exposed. Can I not use appery function with customer components?

by Chris McKenna6917608
Fri Jun 13, 2014 1:35 am
Forum: Issues
Topic: Validating form fields - setting textarea CSS with javascript
Replies: 13
Views: 3228
 
Jump to post

Validating form fields - setting textarea CSS with javascript

Yes.. I thought I had it working.. but i not getting the value of my input field. I have one named: CustomerName so I was trying to get the value like this: var CustomerName = Appery("CustomerName").val(); This is returning nothing, var CustomerName is empty. CustomerName is a template inp...
by Chris McKenna6917608
Fri Jun 13, 2014 1:13 am
Forum: Issues
Topic: Validating form fields - setting textarea CSS with javascript
Replies: 13
Views: 3228
 
Jump to post

Validating form fields - setting textarea CSS with javascript

I figured out my own question.

for others that might be looking for this:

On click --- Run JavaScript

Script something like the above

add

yourservicename.execute(); if validation is true.

by Chris McKenna6917608
Fri Jun 13, 2014 1:05 am
Forum: Issues
Topic: Validating form fields - setting textarea CSS with javascript
Replies: 13
Views: 3228
 
Jump to post

Validating form fields - setting textarea CSS with javascript

How / Where do you run this code and then how do you tell it to invoke the service?

by Chris McKenna6917608
Thu Jun 12, 2014 3:59 pm
Forum: Issues
Topic: Looking for server code example for db query to csv file saved and uploaded back to db.
Replies: 5
Views: 912
 
Jump to post

Looking for server code example for db query to csv file saved and uploaded back to db.

I have been through those..while they are very helpful, they don't answer the questions i have. I am trying to query the db for records enter on a given date and then format the results in to a CSV file and email those .. I have examples of: Doing the query I want Emailing text to someone using send...
by Chris McKenna6917608
Thu Jun 12, 2014 10:08 am
Forum: Issues
Topic: Looking for server code example for db query to csv file saved and uploaded back to db.
Replies: 5
Views: 912
 
Jump to post

Looking for server code example for db query to csv file saved and uploaded back to db.

I have a form that collects data and stores in the db. I want to run some server code once a day that runs a query to pull only the new entries for the past 24 hours and creates a CSV file.

Saving the CSV file into the DB is really not necessary thinking about it more.

by Chris McKenna6917608
Thu Jun 12, 2014 12:23 am
Forum: Issues
Topic: How to assign Event & Action for "select menu" component
Replies: 14
Views: 3720
 
Jump to post

How to assign Event & Action for "select menu" component

Thank you !.. that worked perfectly!

Go to advanced search