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!

Search results for query: *

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

    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...
  3. 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...
  4. 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...
  5. 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 ...
  6. 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 !
  7. 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...
  8. SDELISLE

    Since XP SP1 - Some file stay 'Open'

    I'm using Xp Sp1 and Office Xp , all documents are save on my NT 2000 Server. I'm open an Excel document (Without readOnly Notice), after some minute of work, I'm decide to save... I receive a message 'This file is already Open, you must give an other name to save' We have 50 computers on the...
  9. SDELISLE

    Sbs 2000 and NT 4.0 Workstation

    I'm uable to add NT 4.0 workstation to my SBS2000 Domain. Only W2000 Pro are able ? Is'it normal ? My domain name have a dash in the name (MY-Domain) for the NetBios Name. Stephane Delisle Mcp

Part and Inventory Search

Back
Top