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

    Olecontrol parameters

    I have placed an olecontrol on a form in VFP 6.0. The name of the control is CRViewer9.CRViewer.9.2. It will display a Crystal Report very nicely. That information can be found in thread faq184-3039. I want to call the form with the viewer with the following command from a menu. do form...
  2. cfriedberg2

    Showing a form from the executable

    I have a VFP 6.0 project that has only one form. When I work in development, the form shows up just fine from a prg named main using the following command: DO FORM reportselection.scx When I compile the code into an executable, there is no form. What is necessary to show the form so the user...
  3. cfriedberg2

    Duplicated Transaction

    We have created a sales listing report by state using JrnlHdr, JrnlRow, Customer, and Chart. When running the report we had only one transaction that was duplicated. We added all the obscure fields from JrnlHdr and JrnlRow to determine the cause. And none of the ones we added showed up with...
  4. cfriedberg2

    Date ranges for Subreports CR v 9.0.

    I am creating a report that displays data for a certain period of time. In order to get the YTD values, I want to summarize in one line the YTD data as a subreport. In order to link the reports I want to take the data from January 1 of the year in question to the last date in the primary...
  5. cfriedberg2

    What are the Sales Fields? -- Peachtree

    I have the tables JrnlHdr and JrnlRow joined as suggested in my last post. I have also used Customer and Chart. Now, I want to find out the values for specific Account ID's such as 401000 as Sales and 501000 for COGS as found in Chart. Amount in JrnlRow does not seem to return the correct...
  6. cfriedberg2

    SQLGetEnvAttr Crystal Reports

    I have created a Crystal Report using CR Developer 9 on an offsite computer. I am trying to move it to another computer that uses CR Standard 9. The underlying data are Visual FoxPro 6.0 free tables. The connectivity is through an ODBC driver that we just downloaded and installed from...
  7. cfriedberg2

    Crystal Report creation

    I want to create a report using the ddf files that contain the following fields: Customer ID, Customer Name, Sales on just specific account(not total billings), and date of sale. I am having difficulty determining just which tables contain the information needed. How would the tables be joined?
  8. cfriedberg2

    Printing specific values Crystal 9.0

    I have a report that has records with POXXXX and SOXXXX for which I want to accumulate totals. I am doing this by suppressing the details and displaying only the Group Footer. XXXX in both of these fields determines the group. There may be several detail records that are summarized. I can...
  9. cfriedberg2

    Sorting based on the Group Footer values

    I am displaying only the group footers which have summarized sales data. There is a percentage of sales that is to be calculated. I have been asked to sort that data descending by the values in the group footer. Is it possible?
  10. cfriedberg2

    Displaying Percents in Report Footer.

    I have a report that has lots of detail sales data. I am displaying only the group footer and a summary of sales data and the percentage of the groupings based on the grand total. That is working fine. However, I want to show the percentage (100%) in the report footer. When using the...
  11. cfriedberg2

    Pagebreaks in Crystal Crosstab V 9.0

    I am creating a crosstab report that contains Sales and Cost of Sales. I want to summarize the data by state. Then force a pagebreak after each state. I do not see anything that allows me to force a page break on various groupings.
  12. cfriedberg2

    Displaying Numbers in Crystal 9.0 Crosstab Report

    I am creating a crosstab report that contains Sales and Cost of Sales. By letting the COS field display as a negative, the Total is correct. I have been asked to not show the COS as a negative. How do I do that and still have the columns operate correctly?
  13. cfriedberg2

    Dim cat As New ADOX.Catalog

    Dim cat As New ADOX.Catalog When I use this code, I get the error message "Compile error: User-defined type not defined." What do I do to correct this?
  14. cfriedberg2

    Date field containg errors

    Field1 NewDate Company Rep: #Error #Error Rosauers #Error 38864 5/27/2006 38857 5/20/2006 38850 5/13/2006 38843 5/6/2006 38808 4/1/2006 38777 3/1/2006 #Error I have a sample query containing the following data. It is data from an...
  15. cfriedberg2

    Combo box in Access

    I have created a combo box on a form. When the user selects his choice, I want the record pointer to be at that record for all the other information on the form. How do I do it? I used a recordset.FindNext, etc. but that presented some unexpected problems.
  16. cfriedberg2

    Parameters not displaying

    I am using CRXI Professional against an Oracle database. I am using cascading parameters. The first list is up to 100 items (currently there are 77 items), the second can be that long as well. My difficulties are with displaying all 100 items. It seem as though, only about 1/2 of the items...
  17. cfriedberg2

    Report headings

    Is there a way to freeze the reports headings so that they will display no matter how far down one has scrolled? I am referring to freeze panes such as can be done in Excel.
  18. cfriedberg2

    Crystal Reports not working properly

    I am having extreme difficulty with some of the features of Crystal XI not woking correctly. Uninstalling and reinstalling have not corrected the situation. I have been leary of deleting anything from the Windows Registry, although I made sure that all of the pertenint files had been deleted...

Part and Inventory Search

Back
Top