Tuto WINDEV Mobile 25
144 Part 5: Android and iOS: Developing an application Overview In the lesson 5.2, we have explained how to create a window used to list the products in a looper. We are going to create a window based on the same principle but proposing a search on the product name: • the window displays the list of products in a looper. • when the user types a product name in the search area, the corresponding products are displayed in the looper. In our example, this search will be performed on the "Product" data file. The interface of "WIN_List_of_products_Advanced" will be as follows: To create this window, we are going to: • Create the query for selecting records in the Product data file. • Create and configure the search window. Remark What is a select query? A select query is a query that will "choose" the records corresponding to the specified criteria. This type of query is called a select query because the SELECT command is used in SQL language. Answer If the "WM Managing Products" application was not created in the previous part: • an intermediate project is available. This project contains the windows created in the previous parts. This project allows you to follow this lesson and to create the new windows. To open this project, in WINDEV Mobile’s home page (Ctrl + <), click "Tutorial" and select "iOS/Android application (With windows)". • a corrected project is available. This project contains all windows created in this part and it allows you to check your operations. To open this corrected project, in WINDEV Mobile’s home page (Ctrl + <), click "Tutorial" and select "iOS/Android application (Answer)".
Made with FlippingBook
RkJQdWJsaXNoZXIy NDQ0OA==