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 TouchToneTommy 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 SDELISLE

  1. SDELISLE

    2 External and 1 internal

    Hi , I install 3 Nic in my ISA server 3.0, 2 External (A & B) with different Metric and 1 internal (C). The Isa working only with the Default Gateway (NIC), it never take the second route (If I disable, or Unplug the cable to simulate a crash) Perhaps my configuration is not correct ! Must...
  2. SDELISLE

    Print Acrobat PDF in VB

    The developpement and End Customer using the same Printer and Printer Queue ! We using a Lan Lexmark printer C912 Color (The Print queue is locate on a WIndows 2000 server) It work very fine on developpement machine. It's the same drivers version on both machine. Same Windows XP with same SP
  3. SDELISLE

    Print Acrobat PDF in VB

    I'm using this code to print via VB 6.0 ' Select my printer pageSize Printer.PaperSize = 3 Printer.Orientation = 1 ' Print nForm = frmMDI.ActiveForm.Tag nMaxPage = pdDoc.GetNumPages() r = AcroExchAVDoc(nForm).PrintPages(0, nMaxPage, 1, 0, 0) * This Works correctly on Developpement...
  4. SDELISLE

    PDF Print via VB

    I'm using this code to Select the correct Pagesize and print via VB 6.0 ' Select my printer pageSize Printer.PaperSize = 3 Printer.Orientation = 1 ' Print nForm = frmMDI.ActiveForm.Tag nMaxPage = pdDoc.GetNumPages() r = AcroExchAVDoc(nForm).PrintPages(0, nMaxPage, 1, 0, 0) * This Works...
  5. SDELISLE

    Printer.Pagesize

    I'm using this code to print via VB 6.0 ' Select my printer pageSize Printer.PaperSize = 3 Printer.Orientation = 1 ' Print nForm = frmMDI.ActiveForm.Tag nMaxPage = pdDoc.GetNumPages() r = AcroExchAVDoc(nForm).PrintPages(0, nMaxPage, 1, 0, 0) * This Works correctly on Developpement...
  6. SDELISLE

    Printer.Pagesize

    Thanks you. I will try to find how select my pagesize with a shell or print with VB S.D.
  7. SDELISLE

    Printer.Pagesize

    Hello, I'm using the Printer.pagesize object to select the correct printer page size before printing with a Shell. Using Windows XP Pro Sp1 with VB 6 Sp5, everything working fine in developement environnement. I Deploy my prog on Windows 2000, Windows XP, Windows NT 4.0 with the same...
  8. SDELISLE

    What the best way to install Accpac 5

    Hi, I'm working in Windows 2000 Server environnement with 50 Windows XP on 100mb lan. 20 Wks work with Accpac. The Consultant install Accpac + Pervasive Sql2000i on the same server and each wks run Accpac.exe direct on the server (After do a Workstation Setup on each) Is it the best way ...
  9. SDELISLE

    OLE DB Connection to Pervasive

    Yes it's done but how have the string based ??
  10. SDELISLE

    OLE DB Connection to Pervasive

    I'm looking for a correct connection string working from Sql Server...
  11. SDELISLE

    P.SQL 2000i Slow Application open

    I had set my problem after do some set in my NT server. It's not an Accpac problem (In my case). It's a network communication problemes. Check this hint in Techrepublic. http://www.techrepublic.com/article.jhtml?id=r00320030121pos01.htm&fromtm=e103-3
  12. SDELISLE

    Exchange 2000 - Global Address List

    Hello gang, In Exchange 2000 Server, can we add an External Email address in the Global Address list. An External Internet Email of somebody without account on the domain. Thank Body !
  13. SDELISLE

    Ethernet 1000 Fiber - Performance Monitor

    I monitor an Intel 1000 Fiber with Windows 2000 performance Monitor.(I have a slow performance of the network) I use 'Bytes received per second' and 'bytes sent per second', this one give me a correct output of performance ( I Thing) but if I use 'Output Queue Lenght', the counter give me...
  14. SDELISLE

    W2k server not releasing file locks on Excel XP

    I Have the same problem, only with workstation update to Xp Pro Sp1. Other W2k, W98, Xp sp0 are correct !
  15. SDELISLE

    Recently used files won’t delete

    Similar problem, only after I install the Xp Pro Sp1, What is the Poll Rate, I don't find it on my netword card advanced tab..

Part and Inventory Search

Back
Top