Desmond Lloyd wrote on 2016-08-26: > When printing our reports from our VFP app we usually get a "print dialog" > (from preview) with a way to navigate from page to page, and more > importanly print! > > Had a user lose that dialog, am assuming he pressed the escape key. In > any event how do we get it back? > > ....been a long week... > TIA, > Desmond >
Desmond, Too vague.. Are you using a third party tool to preview your reports? I think FoxyPreviewer has a setting one could turn off the Print Dialog with. Are you talking about the toolbar that appears above the standard VFP Report Previewer? If so, that tool bar position and if it is visible is stored in a FoxUser table. UNLESS you have RESOURCE=OFF in the CONFIG.FPW that is built in to the EXE. Which is how the main program I work on does it. It also uses a compiled in stripped down FoxUser table. It turns it on just before printing then turns it off after printing. Tracy Pearson PowerChurch Software _______________________________________________ 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.

