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

    Record Selection not selecting enough records

    If I use the {JrnlRow.RowDescription} to exclude the necessary inventory items, then the report works like it should (keeping the invoices with no inventory item id, but excluding the two inventory items).
  2. crystalpro

    Record Selection not selecting enough records

    Yes. The report was working before the last record selection line was added. I printed the report before and after the additional record selection. The number of records selected is significantly reduced.
  3. crystalpro

    Record Selection not selecting enough records

    Using Peachtree Premium 2009, Pervasive SQL database and Crystal Reports v9. I created a report to list the invoices, quantity, unit price and invoice amount by sales rep. My client wants to eliminate two inventory items from the report. I added the record selection not({lineitem.itemid} in...
  4. crystalpro

    Inventory Adjustment Problem

    If you want to enter a new cost for the item, first do an inventory adjustment to make the quantity 0.00. Then do another inventory adjustment to put in the correct quantity at the correct cost.
  5. crystalpro

    Parameter with multiple discrete values

    I'm using Crystal Reports v9. I need a parameter for users to enter multiple assembly item id's and the quantities to build each assembly. How can I associate the quantity needed to build with each assembly? For the {?Assembly ID}, I am allowing multiple descrete values. The {?Units to...
  6. crystalpro

    Sales - Cost = Gross Profit

    I use "left outer join" on all links: JrnlRow.PostOrder to JrnlHdr.Postorder JrnlRow.ItemRecordNumber to LineItem.ItemRecordNumber JrnlRow.CustomerRecordNumber to Customers.CustomerRecordNumber JrnlRow.GLAcctNumber to Chart.GLAcctNumber If JrnlRow.RowType = 0, it is a normal transaction, like...
  7. crystalpro

    NO ROOM TO STORE PRINTER SETUP PARAMETERS IN FORM FILE

    This is an error that has occured in Peachtree since version 7. Try a different printer driver, preferrably one that is more generic. The key is also saving the new printer driver with the form.
  8. crystalpro

    Sales - Cost = Gross Profit

    crystalpro (TechnicalUser) 20 Jun 05 18:38 How do you get the cost for an item sold in Crystal Reports v9? I have tried: if {jrnlrow.rowtype} = 1 then GetPeachRowAmountv2 but it only returns 0.00's for every item sold. I have a record selection: {jrnlrow.journal} = 3 3 = the sales journal...
  9. crystalpro

    NO ROOM TO STORE PRINTER SETUP PARAMETERS IN FORM FILE

    How do you get the cost for an item sold in Crystal Reports v9? I have tried: if {jrnlrow.rowtype} = 1 then GetPeachRowAmountv2 but it only returns 0.00's for every item sold. I have a record selection: {jrnlrow.journal} = 3 3 = the sales journal columns on my report include: customer...
  10. crystalpro

    NO ROOM TO STORE PRINTER SETUP PARAMETERS IN FORM FILE

    This error means the printer driver you are using is not compatible with Peachtree. Try a more generic printer driver and then save that printer driver with your form.
  11. crystalpro

    Send "Blank" Field to end of report

    I have a report that groups by SHOWROOM and by PRODUCT LINE. Is there a way to have the transactions for a blank (empty/no showroom)SHOWROOM print at the end of the report instead of the beginning?
  12. crystalpro

    default settings for formula editor window

    How can I reset the Formula Editor to display the three windows at the top of the screen and across it? Somehow I changed the way the Formula Editor window displays. It used to show across the top: Report Fields, Functions, Operators. How can I change it back to this?
  13. crystalpro

    Calif State SDI rate change

    I think the name of the taxtable is CASDI. See if it is in the global or Peachtree-maintained taxtables.
  14. crystalpro

    Selecting based on part of the characters from a field

    Thank you so much for your help. I tried your suggestion in the last post and it worked like a charm.
  15. crystalpro

    Peachtree's Crystal Reports and other databases

    Does anyone know if Peachtree's Crystal Reports (version 9) be used with other databases besides Peachtree? In particular, an Oracle database.
  16. crystalpro

    Selecting based on part of the characters from a field

    I put {@Department} in the details section and it only returns zeroes 000. However when I see the data I can see the account 5310.0.0.00.001 If I add the selection criteria as you stated above, I get no data.
  17. crystalpro

    Peachtree Accounting Period dropdown box.

    The sample company contains accounting years for 2007 and 2008. If your company data is stored in a folder by itself, then the year end wizard was run more than once to get to these years.
  18. crystalpro

    Peachtree Forms

    The are stored in the datapath. The extension is always "FRM". The file name is 8 characters and generally starts with the type of form it is, i.e., inv for invoice, followed by 5 digits beginning with 00000. For example if you created a new invoice form for the first time in...
  19. crystalpro

    Unable to Determine Security Priviledges?????

    Unfortunately, this error message can only be resolved by restoring a good backup or sending in your data for repair. You can email me at gayle@baytek.com for more information.
  20. crystalpro

    Calif State SDI rate change

    It's stored in the company (or user-defined) taxtables under the File Menu. Select File Select Payroll Taxtables Select Company or User-Maintained (depending on your version) Select the disability taxtable Change the formula to contain the correct rate Click SAVE Click Close

Part and Inventory Search

Back
Top