Parametry
hParent | identifikace (handle) formulß°e, kter² mß b²t v₧dy pod otevφran²m dialogem, nebo nula |
Popis
Funkce otev°e standardnφ dialog pro nastavenφ formßtu strßnky. V p°φpad∞ tisku Ütφtk∙ volejte p°ed funkcφ Page_setup
funkci View_pattern
pro nastavenφ formßtu Ütφtk∙.
╚ast∞jÜφ je volat funkci Print_opt
, kterß otev°e standardnφ dialog pro tisk, z n∞ho₧ je mo₧nΘ otev°φt dialog pro formßt strßnky tΘ₧.
Hodnota funkce
Je-li dialog zav°en tlaΦφtkem OK, vrßtφ funkce TRUE, jinak vrßtφ FALSE.
P°φklad
if Find_object("stitek3x7",CATEG_VIEW,objnum) then Signalize
else begin
View_pattern(objnum);
Set_first_label(1,1);
if Page_setup(0) then Print_view("stitek3x7",-1,-1,-1);
end;
Viz