Search found 81 matches

Go to advanced search

by araskin3i
Mon Jun 16, 2014 1:57 pm
Forum: Issues
Topic: Append values to a database array field
Replies: 7
Views: 872
 
Jump to post

Append values to a database array field

Hi Evgene, The myHeaderItem is a line from a call to code myCategory&#46;headerItems = Collection&#46;query(DB_id, "headerItems", headerItemsParams); &#47;&#47;Make the query for (var k = 0; k < myCategory&#46;headerItems&#46;length; k++) { var headerItem = myCatego...
by araskin3i
Sat Jun 14, 2014 11:41 am
Forum: Issues
Topic: Append values to a database array field
Replies: 7
Views: 872
 
Jump to post

Append values to a database array field

I should also add that I did try to convert the JSON object into a standard JS object BEFORE calling 'push' as shown below. Unfortunately the code raises an exception 'Unexpected end of Input' when I call JSON.parse in the first line code &#47;&#47;the line below raises an exception jsonObjT...
by araskin3i
Sat Jun 14, 2014 11:23 am
Forum: Issues
Topic: Append values to a database array field
Replies: 7
Views: 872
 
Jump to post

Append values to a database array field

I have the following code in a server code service: code var globalTaxItems = Collection&#46;query(DB_id, "taxCodes", taxItemParams ); for (var m = 0; m < globalTaxItems&#46;length; m++) { aTaxItem = globalTaxItems[m]; myHeaderItem&#46;taxItems&#46;push(aTaxItem); } /code m...
by araskin3i
Sun May 25, 2014 7:50 pm
Forum: Issues
Topic: Clone Database using API
Replies: 1
Views: 377
 
Jump to post

Clone Database using API

Is it possible to clone an Appery database using an API?

by araskin3i
Fri Apr 25, 2014 1:52 am
Forum: Issues
Topic: Is it possible to rename a database?
Replies: 2
Views: 332
 
Jump to post

Is it possible to rename a database?

Thanks. For some reason, I didnt see that.

by araskin3i
Fri Apr 25, 2014 1:42 am
Forum: Issues
Topic: Is it possible to rename a database?
Replies: 2
Views: 332
 
Jump to post

Is it possible to rename a database?

I would like to rename the database from A to B.
Is it possible?

by araskin3i
Tue Apr 08, 2014 5:54 pm
Forum: Issues
Topic: How to generate a unique auto increment number in a collection
Replies: 9
Views: 1263
 
Jump to post

How to generate a unique auto increment number in a collection

Everytime that I write to a collection in my DB, I want to generate an auto-increment value for the record. I dont see how this can be done in the DB or using JS. Any ideas on how to auto increment a field in the DB?

by araskin3i
Wed Mar 19, 2014 8:48 pm
Forum: Issues
Topic: encrypted field in collection
Replies: 1
Views: 259
 
Jump to post

encrypted field in collection

I am building an app. My customers will sign up and their credentials will be stored in the USER collection. However, each one of my customers will have a list of their customers that they wish to keep track of. They want to store their username and passwords. These END customers are not my customer...
by araskin3i
Fri Mar 14, 2014 2:16 pm
Forum: Issues
Topic: custom width for popup
Replies: 9
Views: 1781
 
Jump to post

custom width for popup

I have set the width/height on the screen element.

See attached image:
Image

by araskin3i
Fri Mar 14, 2014 12:12 pm
Forum: Issues
Topic: custom width for popup
Replies: 9
Views: 1781
 
Jump to post

custom width for popup

Hi Nikita,
Thanks. But my question is why is the popup ignoring the width that I have set in the properties?

Go to advanced search