Sorry this got cut short if thisform.check1.value=.t. report form myreport preview WasPrinted=.t. else report form myreport to printer prompt noconsole WasPrinted=.f. endif
On Fri, 24 Apr 2015, at 01:29 PM, Stephen Weeks wrote: > I tend to put a checkbox "Preview" which the user ticks if only to > preview the report, this enabled me to carry out certain actions if the > rteport is actually printed , which I believe is what you want :- > > if thisform.check1.value=.t. > > else > > endif > > On Fri, 24 Apr 2015, at 11:06 AM, Laurie Alvey wrote: > > When printing a report, I usually issue something like this: > > REPORT FORM <myreport> TO PRINTER PROMPT PREVIEW > > > > What I want to do is receive some sort of notification as to whether the > > report was actually sent to the printer or just previewed. Does anyone > > have > > any ideas? (I've looked at vfp2c32 but it looks horribly complicated and > > I'm not sure it will do what I want.) > > > > Laurie > > > > > > --- StripMime Report -- processed MIME parts --- > > multipart/alternative > > text/plain (text body -- kept) > > text/html > > --- > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

