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 TouchToneTommy 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: piazzab
  • Content: Threads
  • Order by date
  1. piazzab

    Text in Word Table Not Printing but Previews Okay

    Help. Ihave a large 11x17 document that is 38 pages long and has 6 columns. It previews fine but prints with no data in the columns except the 1., 2., numbering used per row. Help. I am using Word 2003.
  2. piazzab

    Sort on Running Total Results

    I have a client that would like to perform group sorting on the running total invoice amount placed in the Group Footer #1. Is there a way to do group sorting on a running total field? HELP! The database is a SQL database.
  3. piazzab

    Crystal Reports displays 15 pages on screen but only prints first 13

    Why would a Crystal Report display 15 pages on the screen but only print the first 13? I have to then print pages 14-15 by selecting Print, Pages 14-15. The printer is a small desksheet I believe.
  4. piazzab

    Running Total From a Formula

    I need to calculate the qtyonhand inventory - qtyordered = available inventory. Then I need to take the available - qtyordered = available on the next line item, etc. How do I do this? QTY ON HAND 10,000 QTY ORDERED 9,000 AVAILABLE 1,000 QTY ORDERED 500 AVAILABLE 500 etc.
  5. piazzab

    High-Volume Printing from MAS 200

    I have a client that prints 22,000 A/P checks every 2 weeks. They are converting to MAS 200 Client Server v. 3.70. Does anyone have a reference for me for a large volume of A/P checks using a MICR printer? I need MICR printer recommendations as well. Thank you. Please respond!
  6. piazzab

    Subtotalling with Global Variables

    I have initialized a variable and increment it in the details section of the report. When I place a third subtotal variable in the footer, it doubles the last item twice. Here is my variables: Group Header 2b: whileprintingrecords; global numbervar patinit030:=0; patinit030; Details Line...
  7. piazzab

    Arrays - HELP

    Here is my problem. I have a report where I have to keep the invoice numbers together with the payments so I have the report grouped by invoice number. My client wants to gross billings for a given month and the payments for those billings in the following months. I can not group my report...
  8. piazzab

    Max Tran Paid Date versus Paid Date

    Why would this note work: if {Combined.Type} = &quot;P&quot; then ( if Maximum ({@Tran Date}, {@Service Number}) <= {@paid date} and Maximum ({@paid date}, {@Service Number}) >= {@paid date} then {@Payment}) else 0 The value of Maximum (@Tran Date},{Service Number} is 4/30/2000 The...
  9. piazzab

    Vertical Page Breaks in Crystal Reports

    How can a use a vertical page break in Crystal Reports v 8? I have a header row, 4 columns, [page break] then repeat the header row on second page, 4 columns, [page break}, etc. The number of columns will vary depending on the customer so I need to be able to use a formula with a count of...

Part and Inventory Search

Back
Top