05-18-2013, 10:40 PM
DT_Page
function hDlg index [~map] [flags] ;;flags: 1 don't show controls that were hidden when hiding the page or in dialog editor ?
Shows dialog page and hides other pages.
Dialog procedure can call it, for example, when listbox item is clicked.
Read more in Help.
index - zero-based page index. Use -1 to hide all pages.
map - can be used to map index to different page. Read morre in Help.
flags - added in QM 2.3.4.
function hDlg index [~map] [flags] ;;flags: 1 don't show controls that were hidden when hiding the page or in dialog editor ?
Shows dialog page and hides other pages.
Dialog procedure can call it, for example, when listbox item is clicked.
Read more in Help.
index - zero-based page index. Use -1 to hide all pages.
map - can be used to map index to different page. Read morre in Help.
flags - added in QM 2.3.4.