Which reminds me...
Using DDT, I can't find a way to pass a parameter to a dialog.
A new feature might be the addition of a parameter option to DIALOG NEW or DIALOG SHOW, as in:
Code:
DIALOG NEW hParent&, title$, [x&], [y&], xx&, yy& [, style& [, exstyle&] [,Param&] TO hDlg&
Code:
DIALOG NEW yadda, yadda DIALOG PARAM hDlg, X& CONTROL ADD xxxxx .... DIALOG SHOW ...
(I'm not sure when the dialog is created, on DIALOG NEW or DIALOG SHOW).
MCM
Leave a comment: