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 Chriss Miller 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. sritzel

    Microsoft Networking Idiosyncrasies

    Can anyone please explain to me why this works? To me, it violates the basic laws of networking, yet all of our MS computers don't have any issues, but Linux ones do: .... Description . . . . . . . . . . . : Broadcom NetXtreme 57xx Gigabit Controller Physical Address. . . . . ...
  2. sritzel

    DOCS Open 3.9.5 Migrate to new Document Server

    1. Shouldn't matter. If you want to maintain both servers and think that the performance may be better with 2 servers, then I would leave them both. 2. Yes, you will always be able to see the documents, as long as the server is up. 3. Yes, DOCSNTFS will be fine. I have used Storage Manager...
  3. sritzel

    Accessing Soft Fonts on Canon Imagerunner w/M2

    Has anyone ever been able to access PCL soft fonts that have been downloaded to an M2 controller? We used the Netspot Resource Downloader to push the fonts, and they show up on the PCL font list. I need to know what series of PCL codes to use to access the fonts. Canon won't tell me, they...
  4. sritzel

    Word 2003 page break refresh on XP / 2000

    Sorry - forgot to add: Service Pack 2.
  5. sritzel

    Word 2003 page break refresh on XP / 2000

    We are upgrading from Office 2K to Office 2K3. If you're on a Windows XP box and you are editing a document in the Normal View, the dotted lines that represent the page breaks update normally. If you are on a Windows 2000 box, the page breaks do not refresh as they are supposed to. They...
  6. sritzel

    Simple question: Insert DocsOpen doc number?

    The version might be a bit trickier. We were extracting ours from the full path of the document. Here's how we're doing it: Dim Version$ ... Version$ = Trim(Str(Val(Mid(path$, InStr(1, path$, ".") - 3, 2)))) Let me know if that works. -Steve
  7. sritzel

    Simple question: Insert DocsOpen doc number?

    Try inserting this code into your NewMacros Module: Option Explicit Private Declare Function DOCSGetProfileInfo Lib "DOCSAP32" (ByVal openFileID$, ByVal item$, ByVal itemBuffer$, ByVal bufferLen As Integer) As Long '======================================================================= '...
  8. sritzel

    Shortcuts to DOCSOpen documents

    Create a .DRF (Docs Reference File). It's the same file that is uses when you email a reference to a document. It's a single line text file formatted as such: Document;%LibraryName%;%Docnumber% Just make sure you save it with the correct extension. You could also email the link to yourself...
  9. sritzel

    Creating Text Files

    Try using \r\n.
  10. sritzel

    HP Printers on AS/400

    We have 50+ HP printers hooked to our AS/400, this is how I do it. These are screenshots from the CHGDEVPRT command, the parameters will have to be changed a bit to fit the CRTDEVPRT command. Sorry so big. Change Device Desc (Printer) (CHGDEVPRT)...
  11. sritzel

    TMemo cursor position

    Nevermind, I did: MyTMemo->SelStart = MyTMemo->Text.Length(); As long as you aren't doing any text selection, this should work.
  12. sritzel

    TMemo cursor position

    Shot in the dark - Did anyone ever figure this out?
  13. sritzel

    Split up .PST

    The best way I have found to do this (if you can afford the disk space) is to create a copy of the .PST file. Open the first archive, and do a search on all times that are before the cutoff date and delete them. (you will need to do an advanced search). Open the 2nd file and search on all...
  14. sritzel

    RPG and Windows SQL Server

    There is a company called RJS Software Systems that makes a product that allows you to do this: http://www.rjssoftware.com/index.asp?pg=rjsrpg2sql.htm
  15. sritzel

    How to structure this table

    In the items table, I would not delete the items, I would create a Yes/No field called Deleted. When the users wants to look at all the items, I would just use a query that showes all active items. When a user wants to delete an item, just mark the Deleted field.
  16. sritzel

    report background

    Under the properties for the entire report, you can set a background picture.
  17. sritzel

    Colored Source Code

    Took me forever to find this on the 'net: http://www.martinvt.com/Code_Samples/Paula_s_Code/paula_s_code.html Works like a charm, hope this is helpful.
  18. sritzel

    Colored Source Code

    I'm sorry, it's been a very long day. I meant to say SEU, not SDA.
  19. sritzel

    Colored Source Code

    Does anyone know the way to change the colors of your source code in SDA?
  20. sritzel

    Sounds and DVD run at double time; funny actually

    I have also noticed this on our Dell GX240's. It sounds like every song is being performed by Alvin and the Chipmunks. I have had to install the R45973 driver from Dell to make it sound correctly.

Part and Inventory Search

Back
Top