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 SkipVought 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: *

  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

    Thanks, lbass, I was using that feature, but I can't get the report to show the document linked by a formula. The OLE object looks at a certain location, but if the location is changeable, I can't link without using a formula. Any ideas? Thanks, Meryl
  3. 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...
  4. meryls

    Visual Studio toolstrip - add or remove buttons run-time

    Thanks, RiverGuy, for a quick reply. I think you are showing me how I can code this at run-time, but my question is how does the toolstrip itself handle the user deciding to remove a button off the toolstrip, i.e., customizing what is on it. When you are using Microsoft Word, you can add or...
  5. 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...
  6. meryls

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

    Thanks, Alex. How would I do this using a 'Local resource" instead of an imported one? Thanks again! Meryl
  7. 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...
  8. 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...
  9. meryls

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

    Christiaan , Thanks for your reply. I tried the copy and paste, but as soon as I try to open the copied form, I get a whole set of error messages, starting and ending with these: Failed to parse method 'InitializeComponent'. The parser reported the following error 'Error HRESULT E_FAIL has...
  10. 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...
  11. 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...
  12. meryls

    Is it possible to change a datasource at design time?

    Madawc, I have set datasource location successfully many times if the directory of the ttx file changes and the name of the file stays the same, but not if I point to a different file name. If I make a copy of the SAME ttx file, and use set data source location to that file, I get this error...
  13. 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...
  14. meryls

    Converting Crystal 9 with ttx files to Crystal XI

    Yes, it may be the right way to go, but when dealing with complex reports, it seems like a complete re-write. Is there any way to change your data source without having to re-position every field, change every formula and running total, and all section formatting rules? I've never foung the...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...

Part and Inventory Search

Back
Top