Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Print_Init function ====== ==== Description ==== Starts a printing session. ==== Syntax ==== //status// = **Print_Init**(//mode//, //jobtitle//, //handle//) ==== Parameters ==== The Print_Init function has the following parameters: ^Parameter^Description^ |mode|__Value__ - __Description__\\ 0 - Default printer.\\ 1 - Displays the //Print// dialog box and lets you choose the printer.| |//jobtitle//|The print job title to appear in Print Manager.| |//handle//|Handle of the owner window.| ==== Returns ==== True for successful execution or False for failure. ==== See Also ==== [[print_end|Print_End()]] ==== Example ==== <code> * Sends the print job name to Print Manager. hwnd = Get_Property(@Window, 'HANDLE') stat = Print_Init(0,"Test Document", hwnd) </code> guides/programming/programmers_reference_manual/print_init.txt Last modified: 2024/06/19 20:20by 127.0.0.1