Re: FORM SET OUTPUT -> project form

2017-10-17 Thread Koen Van Hooreweghe via 4D_Tech
Hi Pat, FWIW, to preset the PRINT SETTINGS, you should use PAGE SETUP(“projectformname’). HTH Koen > Op 17 okt. 2017, om 14:27 heeft Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> > het volgende geschreven: > > This was in a database that was updated from a previous version of 4D. I > think

Re: FORM SET OUTPUT -> project form

2017-10-17 Thread Pat Bensky via 4D_Tech
This was in a database that was updated from a previous version of 4D. I think that previously you called FORM SET OUTPUT to specify the default settings for the PRINT SETTINGS dialog - e.g. page orientation. But this isn't necessary any more. Thanks! Pat On 16 October 2017 at 17:37, Keith

Re: FORM SET OUTPUT -> project form

2017-10-16 Thread Keith Culotta via 4D_Tech
I think PRINT RECORD and PRINT SELECTION require a Table Form. A project form is printed with PRINT FORM. Keith - CDI > On Oct 16, 2017, at 5:39 AM, Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Using v14: > > I get an error with > > *FORM SET OUTPUT*("ReportHeaderLandscape")

Re: FORM SET OUTPUT -> project form

2017-10-16 Thread Jeremy French via 4D_Tech
Hi Pat, Use the DIALOG command for a project form, as Tai points out. But the form name "ReportHeaderLandscape" suggests you want to print a header. Perhaps the command you are looking for is "Print form”? "Print form" requires a table. You can change the project form to a table form by —

RE: FORM SET OUTPUT -> project form

2017-10-16 Thread Tai Bui via 4D_Tech
Hi Pat, I think DIALOG might be the command you are looking for. http://doc.4d.com/4Dv16R4/4D/16-R4/DIALOG.301-3317982.en.html Best Regards, -Tai B. ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html

Re: FORM SET OUTPUT -> project form

2017-10-16 Thread Koen Van Hooreweghe via 4D_Tech
Hi Pat, Why would you want to do that? FORM SET OUTPUT sets the current form for a table. If you don’t pass a table, the command takes the default table, but the form must belong to that table. HTH Koen > Op 16 okt. 2017, om 12:39 heeft Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> > het