Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: George99
  • Content: Threads
  • Order by date
  1. George99

    Printing on reverse of page

    Hi all - help please I built a report that prints customer invoices. It worked fine. Multiple pages per customer etc etc. Then the goalposts moved. The client wanted to have his terms and conditions printed onto the back of each page. There are no natural groupings that identify new page. A...
  2. George99

    Conditional expressions in SQL Server

    Hi all I am struggling here without manuals. I want to write a simple SQL statement like SELECT customerid, customertype, orderid, ordertotal, iif(customertype="A",.1,.2) as discountrate, ordertotal * discountrate as discounttotal FROM salesorder etc etc Thanks for your...
  3. George99

    Behaviour of ActiveX

    I have a report with many sub-reports (these only start on page 3). The report is called from an application and behaves quite normally. You can load it, preview it and print it. However, the export is causing problems. From The ActiveX viewer (which is called by the application) I export the...
  4. George99

    Printing from ActiveX

    Hi I developed a report printing in A4 portrait. Run from Developer the report previews and prints correctly to a couple of printers. The same report using ActiveX will preview correctly (this is important) but when it prints it uses US Letter in portrait. The main symptom is that I get a...
  5. George99

    Importing e-mail messages

    Help please I had Outlook installed and for about 12 months received and sent e-mail. I then had to reformat and re-install Outlook. How do I link all my existing mail messages to the new installation? I know where the files storing the messages are. Alternatively Can I import Outlook...
  6. George99

    Business Hours Calculation

    I am trying to calculate business hours between two date/time fields. I downloaded the Seagate UFL cruflwdays.dll - this allowed the std computation. It even had provision for holidays. BUT - I have two sets of working hours in a week. Mon-Fri are 09:00 - 18:00 Sat is 10:00 - 13:00 The only...

Part and Inventory Search

Back
Top