Tuto WINDEV 25

Part 4: Full application with data 187 ▶ We are now going to check how the first parameter is passed: 1. Save the window by clicking among the quick access buttons. 2. Click among the quick access buttons. 3. Select the "Finding orders" tab pane if necessary. 4. Change the status of orders with the radio button and click "Find". The content of Table control is modified. 5. Close the test window. Second parameter: Payment mode Several payment modes can be used for an order: cash, checks, ... The available payment modes are stored in the "PaymentMode" data file. We will be using a Combo Box control based on this data file to allow the user to select the requested payment mode. Remark The "Combo Box" control is used to display a list of elements and to select an element from this list. Unlike a List Box control , a Combo Box control is not expanded: the Combo Box control expands on request or when the cursor is positioned on the control input area. The elements displayed in a Combo Box control can be defined when creating the control in the editor. These elements: • are defined by programming. • come from a data file or from a query.

RkJQdWJsaXNoZXIy NDQ0OA==