new_griddlg
The new_griddlg function opens a CGrid object into a modeless grid dialog. Use new_griddlgmodal to open the grid into a modal dialog. For a descripion of modeless versus modal grid dialogs, see the CGrid class description.
D = new_griddlg( CGrid_object )
Opens the CGrid object CGrid_object into a modal dialog window.
Returns true on success and false on failure.
The following script creates a CGrid object using the GridParams table to initialize the grid, fills it with data, and then opens it into a modeless dialog:
|
-- create CGrid with properties in GridParams |
-- assemble the grid |
|
|
-- open the CGrid into a modeless dialog. |
Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.