Can you tell me how to format your suggested code for this messageList? I want to find the messageitem_1 where value of userid = 2 and change the background color to red. There are 3 labels on a listitem and one of them is userid. I don't know if element is id, dsid, etc.. ( I cut out the other two ...
If i want to reference after page service success event how do i loop through and read all labels in all listitems? I want to change background properties of those listitems that have a specific value in order to highlight them.
I have a list called MessageList with 4 labels. id, firstname and lastname and messagetext. id is a hidden label. I want to test to see if id matches my saved localstorage value and change the property of only that listitem row. So - some of the listitems will have a different background color to em...
Illya, Tables are related and business applications need to lookup and store values from other tables. The classic example is customer, order, orderdetail, product. This is hard to do in appery.io but could be easy. IF we could map a form field which represents a pointer value to another collection ...
We need a way to set pointer values in forms from lookups from other collections. Tables are related and in order to use for business applications - we need to be able to lookup related data and let user decide selected. Perhaps a lookup button next to a field and let us define which fields will be ...
Is there an example on how to call the appery.io database services from .NET? We are trying to preload values into appery database collection from our internal SQL server. We are calling a collection we created and allowed appery to generate the db services. Now we would like to call the create serv...