Re: Suppressing the printing option in VFP9 for reports

2008-05-29 Thread MB Software Solutions General Account
Dave Crozier wrote: > Michael, > Well I haven't been able to do too much work on the SQL Class wrapper > recently but the performance figures I got from your data were good. There > is no better test than using remote data to confirm as I'm sure you are > aware. > > Hopefully I'll be able to post

RE: Suppressing the printing option in VFP9 for reports

2008-05-29 Thread Dave Crozier
k soon. Thanks again for access to the data. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MB Software Solutions General Account Sent: 29 May 2008 15:13 To: ProFox Email List Subject: Re: Suppressing the printing option in VFP9 for reports Dav

Re: Suppressing the printing option in VFP9 for reports

2008-05-29 Thread MB Software Solutions General Account
Dave Crozier wrote: > Michael, > What you have to do is modify the resource file: > Set up a table MyTable with a couple of fields in it and create a simple > report MyReport with these fields in. > > Run the following program with table Mytable and report MyReport names > appropriately set. > >

Re: Suppressing the printing option in VFP9 for reports

2008-05-29 Thread MB Software Solutions General Account
Hi Cathy! Cathy Pountney wrote: > The PROMPT clause has nothing to do with whether or not the printer button > appears on the toolbar. What it does is control whether or not the Printer > Dialog pops up once the user hits the printer button. Without the clause, > the report goes to the default pri

RE: Suppressing the printing option in VFP9 for reports

2008-05-29 Thread Cathy Pountney
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MB Software Solutions General Account Sent: Thursday, May 29, 2008 12:50 AM To: ProFox Email List Subject: Suppressing the printing option in VFP9 for reports This is the code snippet I was expecting to work: IF oUtils.l

RE: Suppressing the printing option in VFP9 for reports

2008-05-28 Thread Dave Crozier
int to whenever required. Hope this helps Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MB Software Solutions General Account Sent: 29 May 2008 05:50 To: ProFox Email List Subject: Suppressing the printing option in VFP9 for reports Th

Suppressing the printing option in VFP9 for reports

2008-05-28 Thread MB Software Solutions General Account
This is the code snippet I was expecting to work: IF oUtils.lTrial THEN REPORT FORM (tcRpt) NOCONSOLE PREVIEW WINDOW (.Name) ELSE REPORT FORM (tcRpt) TO PRINTER PROMPT NOCONSOLE PREVIEW WINDOW (.Name) ENDIF ...but even though it falls into the first part of the IF because oUtil