Search found 26 matches

Go to advanced search

by vipul
Thu Nov 28, 2013 9:08 am
Forum: Issues
Topic: How to invoke appery database collection form .net application
Replies: 3
Views: 787
 
Jump to post

How to invoke appery database collection form .net application

so lets say my collection name is Attendance then
this will be the url
https://api.appery.io/rest/1/db/colle...

and then i need to pass database id as the parameter in header

X-Appery-Database-Id
and other parameters in the data part rite?

by vipul
Thu Nov 28, 2013 6:44 am
Forum: Issues
Topic: How to invoke appery database collection form .net application
Replies: 3
Views: 787
 
Jump to post

How to invoke appery database collection form .net application

Hi I am having a collection called Attendance in appery database. No i want to run create command on this database from outside appery ui. For this i am creating a Rest service in .net. Pls tell me what will be the requirements for creating this service. Like parameters to be passed and the url. Any...
by vipul
Wed Nov 27, 2013 5:24 pm
Forum: Issues
Topic: how to add left and right arrows in the carousel
Replies: 19
Views: 4495
 
Jump to post

how to add left and right arrows in the carousel

Hi Katya,
I write this code on page load but i m getting this error

Uncaught Error: cannot call methods on carousel prior to initialization; attempted to call method 'previous'

even i tried it on carousel click still i m getting this exception

by vipul
Wed Nov 27, 2013 1:29 pm
Forum: Issues
Topic: how to add left and right arrows in the carousel
Replies: 19
Views: 4495
 
Jump to post

how to add left and right arrows in the carousel

This i have to do at page load?

by vipul
Wed Nov 27, 2013 8:42 am
Forum: Issues
Topic: how to add left and right arrows in the carousel
Replies: 19
Views: 4495
 
Jump to post

how to add left and right arrows in the carousel

HI,
I am having a carousel and in that i want to add left and right arrow keys on which when i click i will be able to navigate from one frame to another.

in the JS i am able to see the div section for left and right arrow

but i m not able to see any arrow.

Pls help!!

by vipul
Wed Aug 14, 2013 7:09 am
Forum: Issues
Topic: Page Caching - Storing list response on the page
Replies: 7
Views: 1524
 
Jump to post

Page Caching - Storing list response on the page

Hi , the service is written in page load. I added a variable to local storage to check if the page has already been loaded. But this does not let me use the option to run the service on page load . Please could you give me an example to add the logic. I still want to be able to use the data type map...
by vipul
Mon Aug 12, 2013 12:34 pm
Forum: Issues
Topic: Page Caching - Storing list response on the page
Replies: 7
Views: 1524
 
Jump to post

Page Caching - Storing list response on the page

Hi , how do i store a page in the cache memory . Onload i need to fire a list service , but when i perform some other query and return to the previous page(where i fired the original list service) , i do not want to refire the same service , but the service should be fired only if the user clicks on...
by vipul
Sat Aug 10, 2013 7:51 pm
Forum: Issues
Topic: Combine multiple where clauses referencing component values
Replies: 21
Views: 5450
 
Jump to post

Combine multiple where clauses referencing component values

My problem is that i am not able to pass current date in the Date column. Is there any way (may be with the use of datepicker) to get current date(todays date).

by vipul
Thu Aug 08, 2013 11:36 am
Forum: Issues
Topic: Combine multiple where clauses referencing component values
Replies: 21
Views: 5450
 
Jump to post

Combine multiple where clauses referencing component values

I am also using this query This is my JS var d = new Date(); var month = d.getMonth()+1; var day = d.getDate(); var output = d.getFullYear()+'-'+((''+month).length that means problem is with Date only, But when I run this service stand alone with Date parameter it is working fine. Can you pls help..!!
by vipul
Thu Aug 08, 2013 11:21 am
Forum: Issues
Topic: Combine multiple where clauses referencing component values
Replies: 21
Views: 5450
 
Jump to post

Combine multiple where clauses referencing component values

I am also using same query
this is my JS
var d = new Date();

var month = d.getMonth()+1;
var day = d.getDate();

var output = d.getFullYear()+'-'+((''+month).length.

But when I fired this query from stand alone service it is working fine.
Can you pls help

Go to advanced search