You can put the call to that procedure in a format trigger of some object in the main section of your layout model.
Something similar to this:
<pre>function M_G_some_frame_GRPFRFormatT return boolean is
nPage number;
begin
srw.get_page_num(nPage);
insert into tmp_reporte values (nPage); -- include other appropriate fields here.
commit;
return (TRUE);
end;</pre>
Last Wiki Answer Submitted: May 13, 2009 1:48 pm by carlosdl63,535 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.