Search by Start Date Dialog |
This scenario is part of Actions Example 9: Dialog for Search Conditions. To create the Search Dialog, take these steps:
Do this by dragging an esd_date and an esd_number Text Box from the Controls tab page of the catalog. Change some visual and layout properties if you want to. Also, change the IO Format of the esd_date field to: DD-MON-YYYY
The best way to call the Create() method is to drag the Search Results class from the catalog to the Object Activator's Script box. Search_Results(Variables.esd_date_1(),Variables.esd_number_1()).Window.Create() ActionDialogOk() |