[progress Communities] [progress Openedge Abl] Forum Post: Re: Change Printer Settings At...

  • Thread starter Thread starter cSocaciu
  • Start date Start date
Status
Not open for further replies.
C

cSocaciu

Guest
I think you must use the external DLL libraries under windows to achieve this: PROCEDURE PageSetupDlgA EXTERNAL "comdlg32.dll":U: DEFINE RETURN PARAMETER answer AS SHORT. DEFINE INPUT-OUTPUT PARAMETER tagPSD AS MEMPTR. END PROCEDURE. PROCEDURE PageSetupDlgW EXTERNAL "comdlg32.dll":U: DEFINE RETURN PARAMETER answer AS SHORT. DEFINE INPUT-OUTPUT PARAMETER tagPSD AS MEMPTR. END PROCEDURE.

Continue reading...
 
Status
Not open for further replies.
Back
Top