( |
|
|
|||
Calls the print preview event for the specified window. |
Parameters: | |
Record Window that has FormName defined | |
// Load DEMO data before testing this // This will run right after HansaWorld has been started global updating procedure OnApplicationStartup() begin record IVVc IVr; integer wn; SetCompany(1,true); LoopMain(IVr,1,true); wn = OpenWindow("IVDClass",0,0,"","",IVr); WindowDoPreview(wn); return; end;
Related topics: |