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 dcrpepper

  1. dcrpepper

    Do Loop Until Minute = Value

    thanks for both your help...ill try it tonight
  2. dcrpepper

    Do Loop Until Minute = Value

    sorry, whats the limit in seconds i didn't understand that cheers,
  3. dcrpepper

    Network Card tcp/ip Settings

    is it possible to change network card tcp/ip settings from visual basic?
  4. dcrpepper

    Insert Data Into Sage Line 50

    i looked into this once, i found out that to access the sage api/sdk you have to become a sage developer member and that costs about £1000 if you have any luck though please let me know. I think you can still read info out of the tables using odbc.
  5. dcrpepper

    Do Loop Until Minute = Value

    thanks ill try that. how do i make the interval selectable by the user
  6. dcrpepper

    Do Loop Until Minute = Value

    If opt1min = True Then Do varDateTime = Now() varTimeVal = Mid$(varDateTime, 15, 2) Loop Until (varTimeVal = 30) FileCopy txtBackupFile, Dir1 & "\" & txtTest3 End If this is the code i am using the time value is tempory and will change depending on the value the user selects. how would i use...
  7. dcrpepper

    Do Loop Until Minute = Value

    i am trying to write a mini backup application that backs up a file every minute or so to a folder. i have got the minute part of date in a variable eg 05 and have a do loop until minute = the selected value. everything works except it really slows down and almost crashes the computer. Any...
  8. dcrpepper

    Publish Multiple Servers

    I have not yet used ISA Server we are buying it next week. I am just in the process of planning the installation. I have read that it is possible to put webservers behind the isa server. We have got two web servers and two dns servers obviously with different IP Addresses. If i am right i...

Part and Inventory Search

Back
Top