home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vpcvrsam.zip / VPCVRSAM / Main / 1003.0 < prev    next >
Text File  |  1995-08-01  |  508b  |  16 lines

  1. /* Event Preview  1003, Clicked/selected */
  2.  
  3. /* Disable window Print1002 Push Button */
  4. WinEnableControl(hwndDlg, 1002, FALSE);
  5. /* Disable window Preview1003 Push Button */
  6. WinEnableControl(hwndDlg, 1003, FALSE);
  7.  
  8. RunVPReprot ((ULONG)hwndDlg, "SALARY.VPT", "SALARY.", "<PREVIEW>");
  9.  
  10. /* Enable window Preview1003 Push Button */
  11. WinEnableControl(hwndDlg, 1003, TRUE);
  12. /* Enable window Print1002 Push Button */
  13. WinEnableControl(hwndDlg, 1002, TRUE);
  14.  
  15. WinSetActiveWindow(HWND_DESKTOP, hwndFrame);
  16.