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 Mike Lewis 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. lovevthokie

    Must have MS word on your computer?

    I am adding a feature to a currently existing program that would generate a report in Microsoft Word from VB 6. I have added a reference in VB to MS word 10.0. When the user installs this program and attempts to run this function, will they have to have MS Word 10.0 on their machine? Do they...
  2. lovevthokie

    Print Margins Fine on Preview but not when printed

    I am running CR 8.5 in VB 6.0 with through the RDC Method. I have 3 subreports in my main report displaying text that is interpreted as RTF. When I execute the report, it display on screen without problems. No words are cut off and the margins look fine. I print the report out and words...
  3. lovevthokie

    Keep a rs of the page numbers in CR?

    How will a counter determine what page the group starts on?
  4. lovevthokie

    Keep a rs of the page numbers in CR?

    I am running CR 8.5 on VB 6 using the RDC method. I have a grouping of each assembly in a project. I need to know what page number each assembly group is on to pass to a subreport that will display at the end like a Table Of Contents. Does anyone know how I can keep track of this value for...
  5. lovevthokie

    Know the page number of each group?

    I have to display a Table of Contents after my report. I am grouping my Report By Assembly. The Table of Contents needs to display the Assembly Name and what page it is displayed on my Report. Is there any way of saving the variable of page number for each assembly and displaying them all in...
  6. lovevthokie

    Runnig totals from shared variables

    paulmarr, thank you for the helpful tips however my problem is that I pass a variable to the main report from my subreport. Then in my main report I use the subreport value in a formula(summing the shared variable with other values in each row) for each row(details section) in the main report...
  7. lovevthokie

    Runnig totals from shared variables

    I am running CR 8.5 and VB 6 using the RDC method. I pass in a subreport that gives me a value to display in my Main Report. I am using linking to only show a certain value on each row. I use this value in a formula to come up with a final total on each row. Now I need a grand total of that...
  8. lovevthokie

    Enable Close Button on CRViewer

    I am using CR 8.5 with VB 6 using the RDC method. I have a frmPreview that holds the CRViewer on it and I pass the previously designed .rpt files to this form. My question is the "X" button or known as the Close Button. I have a property to EnableCloseButton. I set it to True, but...
  9. lovevthokie

    View % Size in VB

    I am running VB 6.0 with CR 8.5. I am using the RDC method with the CRViewer showing my .rtp files. Sometimes, depending on the size of the report, the Percentage shown is less then 100%. Our client wants it to always be 100% regardless of how big it looks. Is there a property for this...
  10. lovevthokie

    Page Margins changing?

    I have VB 6 running CR 8.5 using the RDC method with the CRViewer. I will never know what type of printer our numerous users will have. I have set the margins to .25 for top and bottom and .75 for right and left. I have the "Use Default Margins" box UNCHECKED in page setup for CR...
  11. lovevthokie

    Group Tree "Type Mismatch" ERROR

    When the user clicks on the plus sign to the left of the report name in the group tree in development mode, everything works fine. When the user clicks on it in the build we make and place on another computer, they get a "Type Mismatch" ERROR. I have gone through lists of .dll's to...
  12. lovevthokie

    Page Number Problem

    As soon as I posted this question, I went back into CR and realized that I just needed to do Groups and that would fix that problems and a few others. Sorry! I am still new to this program! Thanks!
  13. lovevthokie

    Watermark?

    Thanks for the help. However, where did you find the property of "sent to back"? I right clicked on the text box, chose Format Text, but don't see it in there. Thanks!
  14. lovevthokie

    Watermark?

    I have to have watermark that will show in the background of my report. I thought maybe a text box would work, but I need it to show behind some other text and I think it will overwrite my data that the user also needs to view. Does anyone have a solution to this or has anyone ever done this...
  15. lovevthokie

    Page Number Problem

    Running CR8.5 I have a 5 page letter that can be longer depending on what data is passed in I have the entire letter placed in my Report Header Section and have Keep Together turned off so that the letter can continue on to the other pages. I need a page number at the bottom of each page...
  16. lovevthokie

    Can Grow for Cross Tabs?

    Actually that was my mistake in typing and looking at my fields! I meant to say 255 length Text field. That makes it better then having the memo in there. Regardless, it won't let me size to fit. I have decided to just allow white space there and hope that the client doesn't mind it too much...
  17. lovevthokie

    Can Grow for Cross Tabs?

    Thanks but I had already checked out the manual way and I will never know how many columns will exist for one report which is why I had to go with true cross-tabs. Can I create a manual cross tab with a dynamic number of columns?
  18. lovevthokie

    Report work fine on Development but error on VB build

    We are using RDC to run Crystal Reports with VB. The group Tree works fine on the development machine when the user clicks on the plus sign next to the name of the report. On the build that is on a clients machine, when the user clicks on the plus sign, they receive the error of "type...
  19. lovevthokie

    Can Grow for Cross Tabs?

    I have a memo field as a row in my cross tab. I will never know how long it can be and I need the field in the cross tab to lengthen to fit the entire field. The Can Grow Option is greyed out and I can't seem to find another way to get the box to grow. Right now it will just cut off all text...

Part and Inventory Search

Back
Top