Search found 6 matches

Go to advanced search

by Patrick Nanry
Wed Jun 17, 2015 11:05 pm
Forum: Issues
Topic: list in panel overflows off bottom of screen
Replies: 3
Views: 521
 
Jump to post

list in panel overflows off bottom of screen

I have a list inside of a panel, but when the list has more than a few elements, it overflows off the bottom of the screen and there is no option to scroll.
Image

by Patrick Nanry
Mon Jun 08, 2015 7:48 pm
Forum: Issues
Topic: How to make an array of pointers
Replies: 1
Views: 237
 
Jump to post

How to make an array of pointers

I need to make an array of pointers in a collection so the data in the pointed to objects can be accessed from an entry in the collection. their is no option for what type of data is supposed to be stored in the array so how do I make the array store pointers?

by Patrick Nanry
Thu Jun 04, 2015 5:57 pm
Forum: Issues
Topic: How to access a field of a database entry using the _id
Replies: 3
Views: 587
 
Jump to post

How to access a field of a database entry using the _id

Does this work with a pointer to a collection in a different database?

by Patrick Nanry
Thu Jun 04, 2015 12:35 am
Forum: Issues
Topic: How to access a field of a database entry using the _id
Replies: 3
Views: 587
 
Jump to post

How to access a field of a database entry using the _id

I have an array of entry _id's and would like to access a specific field of each corresponding database entry, and add it to a list. How do i go about reading a field of a database entry using the entry _id?

by Patrick Nanry
Sat May 30, 2015 4:05 pm
Forum: Issues
Topic: In Server Code: How to iterate through each entry in a collection to test if a field matches a certain string
Replies: 4
Views: 487
 
Jump to post

In Server Code: How to iterate through each entry in a collection to test if a field matches a certain string

My main confusion is just how to make a call to the database using the server code. So, what is the syntax used to invoke one of the methods in the below link? https://devcenter.appery.io/documenta...

by Patrick Nanry
Sat May 30, 2015 1:58 am
Forum: Issues
Topic: In Server Code: How to iterate through each entry in a collection to test if a field matches a certain string
Replies: 4
Views: 487
 
Jump to post

In Server Code: How to iterate through each entry in a collection to test if a field matches a certain string

I am trying to iterate through a collection and test whether one of the fields for each entry in the collection matches a certain string. if so, i would like to delete this entry from database. what I am mainly having trouble with is the syntax used in server code order to call a delete function on ...

Go to advanced search