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 SkipVought 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: YoungManRiver
  • Order by date
  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
  16. YoungManRiver

    Quick Q => Filename.ext Processing

    All, I've tried all possible ways of quoting, manually adding, magicquotes, etc. Even took the snapshot of query code to the SQL interactive on phpMyAdmin and tried it all there, but always get the same error, no matter what I try. That's why I think it is a config issue. YMR
  17. YoungManRiver

    rexx program

    Jonats, Please ID which version of REXX you are speaking of. I was going to ask that, but looks like MF if you are considering ISPF. This would be easy in OO-Rexx, but doesn't run on MF. On MF you can also look at Virtual Screens, but not all versions of the MF OS have them. They are native...
  18. YoungManRiver

    Geetin all variable name in an REXX

    All, I used to have a program "header.rex" that auto built the header for a file, including doc of all external calls, all functions, all subroutines, all calls/signals and all vars. Had all that on 9-Track tape from MF world, and can't find a machine to read it, plus too old now, probably...
  19. YoungManRiver

    Two Issues

    All, I need the following: I'm REXX hack and use Pegasus Mail. Problem with Pegasus Mail is the files, at the file level are compressed or encrypted with multiple emails jammed into one file. I have over 1 Million emails in my system. I need to clean out some, but need to keep all the valid...
  20. YoungManRiver

    WAMP Server Issue on Local Network

    NigeW, The issue is in the php.ini file. There is a line that sets this limit. Check the one on the laptop against the one on the server to make sure they are the same. If you do not have wamp installed on laptop, just using alias then check the alias setting in the wampserver.ini file. YMR

Part and Inventory Search

Back
Top