- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a series of dialog boxes with Cancel, Back, New, and Finish buttons. I've worked out the "wizard" logic, and I display output in full screen mode in the DLG_INIT event procedure for each dialog. Now the user wants a Print button added. That seems easy; the callback for that button contains just one executable statement:
iStat = CLICKMENUQQ(LOC(WINPRINT))
The problem is that WINPRINT displays a dialog box, then a message box; and, when they're gone, so is my dialog box. I can cancel full screen mode by clicking on the output, and that reveals the dialog box, but then there's no way to return to full screen mode without moving to a different display via Back or New.
I would appreciate any suggestions.
It's a QuickWin project in CVF 6.5 under WinNT 4/SP6.
TIA,
Dick
Link Copied

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page