Hi.... I'm sure this question has been asked many times and this won't be the last. I'd like to simply print the totals (for) an invoice on te last page. I could probably work this out if I were printing a single invoice at a time
I have created two views with Pervasive SQL, one for service and one for project. Both have fields for date ,quantity, project no. and employee no.(not the same field name per view). How can I create a report to print per date who work, # of hours on service and hours on project ...
when using SET PRINTER TO NAME GETPRINTER() everything looks as if it is working fine but printing is always done on the default printer regardless of what printer is selected as a result of the above statement. Are there any tricks to getting VFP apps to obey?