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!

Recent content by YoungManRiver

  1. YoungManRiver

    Automated Linked Table manager

    PHV, No never had to do this before and code is in class module so normally called with: How do I call this in the startup, is there a method or code example of this? YMR
  2. YoungManRiver

    Ghost Tables

    All, Got this fixed. Had to: 1. Use the mysqldump with "ignore errors" option to dump the DBs on both machines, then hand correct the resulting .sql file. 2. Un-install MySQL on both, 3. Re-install MySQL on both, 4. Import the data back in the new DB with restore. Thanks! YMR
  3. YoungManRiver

    Exec

    J, That is what the "addslashes" routine does, corrects this problem. This is in my REXXforPHP addin functions module, it's a REXX command. No but quess I need to put in a break to escape the loop when value is valid, but will revisit, as I forgot original intent.
  4. YoungManRiver

    Simulating REXX

    All, Sound like I need an AJAX component or script to run within my PHP code to do this. Does anyone know an AJAX snippet that does this? YMR
  5. YoungManRiver

    Automated Linked Table manager

    All, I added my auto re-linking code to my "Main Form" init sequence to automatically re-link my linked tables. However I still am getting errors, before it gets to the code. Looks like I need to link in my code somewhere else to catch the application init instead of the form init. Where do...
  6. YoungManRiver

    Looking - Sync Package

    J, Can you post the links to the packages you wrote about? YMR
  7. YoungManRiver

    Looking - Sync Package

    All, I think I now know what I'm looking for. It would be like a combination of: PCdocs or Worldox, Subversion, Duplicate file eliminator, Data Sync Tools, Collaboration Suite/Tool Backup/Recovery Software. But instead of the repository being the active directory (like subversion), the local...
  8. YoungManRiver

    MySQL Newbie

    Chew, If you are fully into MySQL with Web, then download WAMP server from: It has phpMyAdmin built in and you can fully work your DB from that except for backup dumps and other tools like "slow query monitor, etc. YMR
  9. YoungManRiver

    Quick Q => Filename.ext Processing

    All, Noticed the following: The code also works differently in different browsers. Ex1 MSIE: Ex1 Mozilla: I tried the "realpath" command but when all the path info is missing the "realpath" command does not work right. Tried the following combinations: None of these works in Mozilla. So...
  10. YoungManRiver

    Simulating REXX

    all, Back to my question of: Would I need an AJAX script to do this? I think all machines can do that, as all have WEB capability? Alternate Q: Does anyone have links to good Windows interaction scripts? I think I lost the ones I had. Thanks! YMR
  11. YoungManRiver

    Simulating REXX

    J, You will find info on OO-REXX at: http://www.oorexx.org/ Lang dev history is: 1. PL1, 2. REXX, 3. C/C++, 4. Java, 5. Perl, or something like that, but since REXX was on Big Blue boxes natively, then Commodore Amigas, then PCs and IBM sales gurus did not know how to sell it, it did not...
  12. YoungManRiver

    Simulating REXX

    V, Also all, but 2, machines are user machines, not developers, so do not have REXX/OO-REXX installed, so PHP/WEB is common to all. I understand the server-side issue, but found several command and extensions in PHP that not only deal with Windows, but are at the machine specific level, so...
  13. YoungManRiver

    Simulating REXX

    V, Has to roll-out to over 20 non networked machines, so needs to run on all and WEB is only common linked source. YMR
  14. YoungManRiver

    Simulating REXX

    I have a REXX procedure that does the following: Map all local windows drives, Delete "somefile.txt", Run equiv to "dir *.* /s /b >> somefile.txt" for each drive, Read and filter "somefile.txt" to eliminate program and OS files, Load the File Results into "f_results.txt", Load the Dir Results...
  15. YoungManRiver

    Quick Q => Filename.ext Processing

    All, Oh hey, same code works on my office machine and writes the "filename.ext" but blows on the laptop, so it's not the code. YMR

Part and Inventory Search

Back
Top