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: rhpen
  • Content: Threads
  • Order by date
  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

    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...
  5. 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...
  6. 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
  7. rhpen

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

    Word 2003 document with a table containing several cells. My macro reads a file and gets 4 sentences as strings. The size of each sentence will not be known until run-time and can differ each run. I want to fit as much into the fixed cell as I can, but only complete sentences. I o not want any...
  8. rhpen

    VB5 Data Access Problems

    Have a VB5 program that used to access an Access97 database fine with the data control on a form as follows: MSC1.Data1.RecordsetType = vbRSTypeSnapShot MSC1.Data1.DatabaseName = "f:\admin\test.mdb" MSC1.Data1.RecordSource = "MSC" 'MSC is a query MSC1.Data1.Refresh The database was converted...
  9. rhpen

    Do I Want Gwava or Guiveviere or Something Else?

    Netware 5.1 | GW 6.5.5 | one domain | one server I'm looking for opinions on what to use for anti-spam on our GW system. My main concern is blocking spam and preventing dictionary-type attacks from flooding our GW server to a standstill which prevents real e-mail from getting through...
  10. rhpen

    Change Word Document Name?

    ActiveDocument.name is read-only. Is there any possible way to change the name of the open, active document (keeping it open) in code without doing a "save as"? Thank You
  11. rhpen

    Invisible "tracking code" ?

    Any information on the following would be appreciated. Am using Acrobat 7 standard. I am producing PDF files from Word documents programmatically with a VBA Word macro for customers. I would like to put a code (unique to each customer) in the PDF files that would be invisible and could not be...
  12. rhpen

    Keep Together Problem

    Crystal Reports 10. My report structure is as follows: RH PH GH1 GH2 GH2A GH2B GH2C GH2D GH2E GH3 GH4 GH5 D GF5 GF4 GF3 GF2 GF2A TEXT SUB-REPORT GF2B TEXT1 SUB-REPORT1 GF1 PF RF GF2A contains a line of text followed by a sub-report. GF2B contains a line of text followed by a...
  13. rhpen

    Macro Won't Wait for PDF Conversion to Finish

    Word XP, Acrobat 7.08 Am trying to convert the active Word document to pdf in my macro. After conversion I want to copy the pdf that was made to a different directory. The pdf maker window pops up and it starts to convert. The progress bar stops part way through and a vba error pops up...
  14. rhpen

    Put Frame Around Page (including header)

    Is there a way to place a rectangular frame around a page including the header (but not the footer). I tried a text box, but it covers up the header and goes around the footer too. It also would not go as close to the text on the sides as I wanted. Tried a rectangle from drawing toolbar with...
  15. rhpen

    How Many Lines in a Paragraph

    Is my vba Word 2003 macro is there a way in code to tell how many lines a string of text (in a string variable) will take up when put on the page? I want to trim it if beyond a certain number of lines. Thank You
  16. rhpen

    Switch Questions (switch newbie)

    We currently have about 70 connections (users, printers, etc.) on a 10-base ethernet using a bunch of hubs (various 8, 12, 16 port) linked together. We are considering switching to switches because of the theoretical increase in network speed, but I am a total switch newbie and am not sure what...
  17. rhpen

    "Unable to relay for..."

    GW 6.5.5 Netware 5.1 When sending an e-mail to a certain address outside the office, the message does not go through. If I look at the properties of the message in the "sent items" folder it says "550 5.7.1 Unable to relay for xxxxxxx.org" where xxxxxxx.org is the address we sent to. This only...
  18. rhpen

    Mirroring Questions

    Netware 5.0 SP6A Not new to Netware, but just learning about mirroring and am curious about the following: I have a server that had one drive in it. I added second drive, brought up server, load nwconfig, mirrored the original drive to the new one. That seemed to go OK. It re-mirrored and the...
  19. rhpen

    "Client CD Needed" Stopping GW6.5 Upgrade

    Am "trying"' to update our system from GW6.0.1 to 6.5. After starting from the admin CD and selecting the appropriate tree, the appropriate ConsoleONE location, the appropriate SDD, and after going thru 88% of the "Checking Files" process, I am asked to insert the "Client CD" (I assume they...

Part and Inventory Search

Back
Top