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!

Recent content by rhpen

  1. rhpen

    WEB Report Print Problems

    In IE7 (or IE8) if I go to a report I created in Visual Studio.NET and select "File|Print Preview", the first page shows correctly with all gridlines from the report. Subsequent pages show no gridlines (but does show the data). Report prints properly in IE6. How can I get the lines to show (and...
  2. rhpen

    Gridline Printing Problem

    I have a printing problem with report in ASP.NET. First, the gridlines appear just on first page and not on subsequent pages. Second, the last line on page is cut into 2 horizontally, first half in first page and second half in another page. I am printing via the browser print function. Same...
  3. rhpen

    Add a Word Doc to the end of Another?

    Word 2003. VBA. In my head this seems like this should be easily doable, but when I went to actually do it (manually or in vba) I just couldn't see how. I open a document and want to add another document with very different formatting after the end of the first one; just kind of tack on the...
  4. rhpen

    Insert Text Files with Widow Control

    Thanks Fumei, You are exactly right about the file name. A terrible blunder on my part. It should, of course, be Selection.InsertFile FileName:="c:\test\"+file$(i) It is correct in my actual code, but was not in my post. I do want each line of the text files to be independent (they...
  5. rhpen

    Insert Text Files with Widow Control

    In my Word 2003 macro I am inserting a number of text files into a Word document. Simple. See following code, but I would like to not have a text file break at the Word page break (the text files can have variable number of lines). I just can't figure out how to do it. If I concatenate the text...
  6. rhpen

    Grandtotal Shows Zero

    Yes. Thanks. I'll try re-creating it from scratch into a new file and see what happens.
  7. rhpen

    Grandtotal Shows Zero

    Hi lbass, You formula worked as advertised in that I don't need the variable. The numbers show up properly in the sums in GF1, but the grand total still shows 0. This one is a stumper. Thanks,
  8. rhpen

    Grandtotal Shows Zero

    lbass, I can't imagine there is a problem with the formula since the sums in GF1 show up correctly. It's just the grand total for only this field that doesn't show up and there is no syntax to that; just inserting it. I've also deleted and re-inserted the grand total for this field to no avail...
  9. rhpen

    Grandtotal Shows Zero

    I'm baffled. Crystal Reports 11. Simple report with no subreports. Layout as follows. RH PH GH1 D GF1 RF PF I have several formula fields across. Each field has the same formula (as follows) except I check for a different "type" and the "resultvar" is named differently for each. NumberVar...
  10. rhpen

    Remove Outer Border from Table?

    To tell you the truth, I was looking for a shortcut. I had a table all made and then when I set it to leave spacing between the cells I liked the way it looked, but I didn't want the outer gridline. Rather than composing a new document with separate textboxes, I thought maybe there was some way...
  11. rhpen

    Remove Outer Border from Table?

    Fumei, I truly appreciate your help and the help of all responders; not just for this thread but for all the help they have provided over the years. You are right on in your comments and suggestions, as was Hasit. They work perfectly - for "borders". I was trying to remove the outer "gridline"...
  12. rhpen

    Remove Outer Border from Table?

    Fumei, I wish it were that easily found in the Word help file. Of course there were sections on gridlines and borders, but nothing that addressed what I was trying to accomplish (remove just the outer gridline box; not all the gridlines).
  13. rhpen

    Remove Outer Border from Table?

    Thanks for the replies, By "separated" I mean that I selected under "table options" to "allow spacing between cells". It puts a gap between the cells allowing them to look like separate boxes. xlhelp: I hope you will forgive my newbiness in not asking exactly the correct question. What you...
  14. rhpen

    Remove Outer Border from Table?

    I have a WordXP table with multiple cells (separated). Is there a way to remove the outer border of the table so that just the separated cells show? Thank You
  15. rhpen

    How Much Text Can Fit in a Word Table "Cell"

    Thanks Macropod, Would you have any hints for one who is fairly new at working with fonts as to how this would be done in VBA? With a proportionally spaced font, the only way I can imagine possibly doing it is by getting down into the details of how many dots or points each character of a font...

Part and Inventory Search

Back
Top