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

    Set printer in VB at run-time before report.PrintOut

    Our application is using Crystal XI and VB6. When our users run reports, they can select to have the report go directly to the printer. Recently, we've run into a problem where the report would not go to the printer at all. Investigation showed I had set the report page setup in design mode...
  2. meryls

    Dynamic linking to Word Document in Crystal XI

    Hi! I have a report that is able to insert an image, and then create a formula to link to a data element, in order to have the picture ( company logo) be completely dynamic. This works great. I now want to be able to do the same thing with a word document insert. I'd like to link to a word...
  3. meryls

    Visual Studio toolstrip - add or remove buttons run-time

    I am writing an app in VB.net using Visual Studio 2008. I need a toolstrip with buttons that the user can add/remove or move. I expected the Visual Studio toolstrip to behave like the toolstrips in Microsoft products, e'g', Visual Studio, Outlook, etc., which allow the user to edit which...
  4. meryls

    How do I set assign an image to a control in code?

    I am using a version of a binding navigator that we had to modify to do some additional tasks. When the Edit button is pressed, it changes to an undo button. I would like to have the button be set to an image for Edit and for Undo in the code. instead of...
  5. meryls

    Can Crystal 11 and Crystal 8.5 run on same PC?

    I have a customer using another business application which uses Crystal 8.5. They have installed my VB application which includes the Crystal 11 run-time dlls and report viewer. This customer is reporting an error now when trying to run reports in the other application. Could this be a...
  6. meryls

    Visual Studio 2005/VB.net - can I copy a form?

    I need to create many forms that will have similar fields. each form being connected to a different data source. For example: Form A is connected to database table A which has Code, Name, Description and Note Form B is connected to database table B which has Code, Name, Description, Note and...
  7. meryls

    ole Microsoft Word linking

    I have recently upgraded to Crystal XI from Crystal 9. In CR 9, I was using cviewImage and cviewText to embed dynamic images and rtf files into my reports. I was able, in CR XI, to replace cviewImage with Crystal's own functionality, true dynamically linked ole bitmapped images, using a passed...
  8. meryls

    Is it possible to change a datasource at design time?

    Every time I have tried (in Crystal 9) to change a data sourve location to a different ttx (field definition) file, even with the same field names, I have lost all my data, causing my field positions to vanish, and formulas and section formatting to be invalid. Am I doing something wrong? Are...
  9. meryls

    Converting Crystal 9 with ttx files to Crystal XI

    I currently have over 200 reports written in Crystal 9 launched from an application written in Visual Basic 6. These reports use one or more recordsets at run time, but were created using various ttx files. The underlying database is SQL, but none of my reports have ever gone to the database...
  10. meryls

    Need formula to split decimal and whole number

    I am getting a numeric data element that represents a quantity and a count. Example: 550.2 is really a quantity of 550 and a count of 2 3300.12 is really a quantity of 3300 and a count of 12. I need a formula that separates the quantity from the count and puts them into different...
  11. meryls

    Default settings on a color printer not being used

    Using Crystal 9 from a VB 6 program, we have seen that sometimes a report which shows up with color on the monitor and is then sent to a color printer prints in black and white. The default settings on the color printer are to print in color, but the report ignores that setting. Has anyone...
  12. meryls

    Printing on 6x9 postcards Please Help!

    I have a customer with pre-printed 6x9 postcards, I need to print from Crystal 9 onto his postcards, to add customer info from the database. I've tried a variety of combinations - defining my paper size as 6x9, defining his printer paper as 6x9, using landscape and portrait. Whatever we try...
  13. meryls

    Formatting summaries based on previous summaries

    Using Crystal 9. I need to format group summaries based on previous group summaries. I have sales records which I am grouping first by customer, then by year. To sum this up, I need to highlight sums that are zero at the year-group level based on information about a previous year-group...
  14. meryls

    Crystal Report Viewer Performance Issues

    Hi! I'm using Crystal XI within a VB6 application, using an ActiveX Report Viewer. The reports are all passed recordsets that have been defined at design time using ttx files. I have noticed that some of the reports render very slowly in the report viewer. I have some very complex reports...
  15. meryls

    Help with Crystal XI upgrade getting error on formatting formulas

    Hi! I'm running into a problem migrating from Crystal 9 to Crystal 11. I have a complex Crystal 9 report that is showing the following error when run with the Crystal 11 report viewer: Formatting formulas must be print-time formulas I have looked through the report formulas one at a time...
  16. meryls

    Can I repeatedly go throu the same recordset using a subreport?

    I feel like I should know how to do this, but I'm stumped. Can I put a subreport into a main report that will run off the same recordset multiple times? If I am passed a set of dates as a parameter to the main report, and a recordset from a VB program, can I then run the subreport once per...
  17. meryls

    Need help on date array to process records

    I am using Crystal 9. I have been asked to write a report based on records that have the following data: charge_amount tax_amount charge_date charge_start_date Charge_end_date . . . Some charges are for a single date. When that is true, charge_date is populated. Some charges are for a...
  18. meryls

    Can main report know count of subreport items before run?

    I have two recordsets being passed from a VB 6.0 program. I link these recordsets in the Database Expert using the customer number fields in both recordsets. Recordset 1 is work orders and I use this in the main report. Recordset 2 is a set of items that I use in the subreport. In the main...
  19. meryls

    Date Problems: Reports need to run with VFP and SQL Server

    I have over 180 reports that are launched via a VB application using a Visual FoxPro database. The application will now also support SQL Server, based on the needs of our customers. All of the current reports use Date (not DateTime) fields. The reports are handed a recordset and do not access...
  20. meryls

    Date formula not working in canadian format

    Hi! I am using the dateDiff function to calulate the ages of customer charges in a report. We have a Canadian customer who has noticed that these reports are not working. Their dates are dd/mm/yy, as opposed to the U.S. mm/dd/yy. Is there any way I can program around this in the Crystal...

Part and Inventory Search

Back
Top