Hello, We are planning a new application and I want to ask if we can realize our plan with Apperyio. The idea is the following: On the start of the app we want to import datarows from a PROGRESS DB to the device. From now on no internet connection is available, because the app has to work in basemen...
I tried to do so, but when should I get my event to fire? The detail page is already loaded so I cant use the "Load" or "Show" event for the search to fire. Instead I want to use the Search Button on the List page, but in fact I cant access the Search button with my event on the ...
Hello Alena, I think you understand me wrong. These page you see on my last screenshot consists of two seperate pages which are displayed side by side. The list you can see beneath the detail page is the list located on the home page and is not part of the detail page itself. So why should I build a...
Hi Illya, How should I build a second list? The list is displayed in the home page of the App and also visible when you click on a record to display the detail page (see screenshot above your post). So you should be able to use the search button from this list. Building a second list is not what I w...
Hello Igor, I now fill a local storage variable named "searchFilter" when i press the search button on the list page. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1040199/search_01_inline.png?1396430096 Also, I created a new Search Datasource on the detail page as you told me to do. But...
Hello Katya, The error points to this line of code: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1039836/search_inline.png?1396358583 I think the problem is following: The list and the detail page are two different pages although they are displayed at the same time. The Search Service is located ...
Hello Alena, The problem is I cannot invoke the data source on the detail page because the button is located in the home page. So I cant select an event for the source to fire on the detail page. On the other hand I tried to create a Service on the detail page with the same name, but the designer te...
Hello, The situation is the following: We are building a tablet app to display customer data. When you first start the app, you see a search field where you can enter a name and search for customers. The "Search" Service we built, displays a list of the matching customers. https://d2r1vs3d...