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: crystalabc
  • Order by date
  1. crystalabc

    Export to MSWORD

    Thanks so much for the solution and helpful info!
  2. crystalabc

    Export to MSWORD

    I'm using Crystal Reports 10. My report is setup in Crystal as "letter size 8.5x11 inches". But when I export it to MSWORD, the page length is changed to "Custom size 8.5x11.5 inches". So I have to change the page setup every time I output a MSWord file. Does anyone know why this happens? Thanks
  3. crystalabc

    Include a record based on two records

    I had seen similar situation in my database. This is what I did. It worked for me. Connect the table to itself by Orderid (add the same table twice and rename them, say Table-R and Table-X). When you choosing the records, choose the ones with type "R" in Table-R but NOT type "X" in Table-X.
  4. crystalabc

    Display Page Number in multiple report headers

    This works. But a new problem came up. The page header appears on each page within this new group header. I want the page header displaying only on the detailed pages, how can I do it?
  5. crystalabc

    Group Number

    It's working like a charm. Thanks so much!
  6. crystalabc

    formula help -- embed number within text

    Use this to separate thousands: cstr({g_letter_mgmt_change_data_1.changeCt},0,",")
  7. crystalabc

    Group Number

    Thanks a lot. It works... But my problems is still not solved yet. Using the above formula can only show the invoice number in the Group#1 header. I want to display the same invoice number on each of the detail pages, like this: Group#1 CustomerA InvoiceNumber:1 (new page)Group#2 Books...
  8. crystalabc

    Group Number

    Thanks for reply. Sorry for being unclear. This is an example, I want to create invoices for the customers who ordered books and journals. I'm using Group Number as part of the invoice number to increase 1 for each customer. What I want to get is something like this: Group#1 CustomerA...
  9. crystalabc

    Group Number

    Hi there, I'm having a problem displaying group number. I have multiple level groups, I want to display only the first level of group number but what's counted is actually the lowest level of group number. This is what I got: Group#1 GroupNumber 1 Group#2 Group#2 Group#1...

Part and Inventory Search

Back
Top