Controlled Section

Is there a way to print only what’s in a “section” on a form and not the whole form? I’m talking about controlled sections or standard sections.

Thanks.

ps. Sorry for the double post. I should have made a new one for this rather than reply.

Subject: Controlled Section

Compose new form for printing purpose containing only Controlled Sectionand create Print Action like follows

@Command( [SwitchForm] ; “frmPrint”);

@PostedCommand( [FilePrint] )

Subject: Controlled Section

Couple of ideas…

Use the Hide-when-printed flag for stuff outside of the section.

Have an action that switched to an alternate form, showing just what you need printed, trigger the print, then switch back.