Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. In Design View add the grid and business entity objects to the choose window object by drag-and-drop after searching for these objects. In Links view add the "Data" link between the business entity object and the grid object and also the "Primary Sdo" link between the container and the business entity object. Set the "enabled" attribute of the grid to FALSE.

3. Open the window repository object where the ChooseWindow will be used. Double click on the form to open the Form Builder and find the corresponding dynSelect control. Set the AxLookupDialog attribute value to the ChooseWindow object name previously created.

...

By default selecting a row in the Choose Window grid is done by clicking on the Confirm button on the top-left. Selecting a row is also possible by double-clicking on the grid row by setting EventRowChosen attribute to "$ akioma.chooseWindowRecordSelected(self)".