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!

Search results for query: *

  1. coldbohemia

    jquery function always returns contents of the same table cell, no matter which table cell i click

    Hi all. i have jquery function that's triggered by "onclick" from an html table cell (<td>) with a class of 'tdcheck': i then have an alert box that displays the contents of the next table cell which has a class="blank". this cell is hidden, but i don't think that's the problem. the function...
  2. coldbohemia

    network folder inaccessible from php is_dir function

    Is there a way to read a network folder with php? I've tried using the "\\drive\folder\" and also using the mapped drive letter. I keep getting "no folder by that name" error. I have administrator privileges on that server, so I don't think it's a rights issue. I also tried escaping the...
  3. coldbohemia

    hello: i'm running visual foxpro 8

    hello: i'm running visual foxpro 8 on a windows 7 pro computer. I have a project with multiple methods and command buttons, each its own program. When I place the "set step on" command anywhere in the project, the code page dialog box pops up and won't close, no matter how many times i select...
  4. coldbohemia

    I'm inserting a text file into a we

    I'm inserting a text file into a web page with the <object> tag. It works, but I can't figure out how to format the linked text file. Would like to change font size, color, etc. Tried a bunch of things but no success. Can someone point me in the right direction? I already researched this on...
  5. coldbohemia

    underscores in directory names

    running dwimperl i have these 2 lines as part of a perl 5 script: my $dirstring = "dir p:/dir" . chr(95) . "001/" ; system( $dirstring) ; this gives me the error: "parameter format not correct - "dir_001" p: is a mapped drive on the intranet, and i'm running the dwimperl version of...
  6. coldbohemia

    passing package names as parameters to modules

    i have a module that contains general use subroutines that will be accessed from different scripts- my question is: can i pass a package names to these subroutines? i want to be able to initialize package variables within these subs the package names will differ depending on the calling...
  7. coldbohemia

    Good morning people: running str

    Good morning people: running strawberry perl script on windows 7 64 bit from padre editor my first perl script reads a text file and looks for a certain value within same this works: while (<$wsls_stormast>) when i try to test for multiple conditions in the while loop, the loop...
  8. coldbohemia

    VISUAL FOFPRO 8 HELP

    WHEN I OPEN VISUAL FOXPRO 8 HELP THE CONTENTS TAB SHOWS EVERYTHING AS BEFORE BUT THE INDEX TAB IS BLANK AND THE SEARCH TAB DOESNT WORK - I GET A "NO TOPICS FOUND" NO MATTER WHAT I TYPE IN ADDITIONALLY, ALL MY FAVORITES UNDER THE FAVORITE TAB ARE GONE IS THERE ANY WAY TO FIX THIS WITHOUT...
  9. coldbohemia

    how can i access files by their unc name in procomm plus

    im writing a script in procomm plus 4.8 installed on windows xp pro system ( an old dell e machine) i cant seem to get procomm to recognize files with "\\" in their names i need to be able to access files across the network using the unc format: for example, i try the isfile command with...
  10. coldbohemia

    shellexecute problem with child processes from VFP8

    i'm launching an independent process from microsoft visual foxpro 8.0 sp1 with the "shellexecute" command the target is an exe program written in clipper 5.2e the clipper runs fine as long as the foxpro program that launched it is active, but terminates prematurely if i quit visual foxpro is...
  11. coldbohemia

    FIND FIELDS CONTAINING LETTERS OF THE ALPHABET

    I HAVE A SCRIPT THAT (TRIES) TO DELETE ALL RECORDS IN A MYSQL TABLE THAT DO NOT CONTAIN AT LEAST ONE LETTER OF THE ALPHABET THE FIELD IN QUESTION (GENERIC_ROW) IS A CHAR() TYPE AND THE DATABASE ENGINE IS INNODB TYPE THE FILE IS NOT INDEXED. HERE IS THE OFFENDING COMMAND: $query="delete from...
  12. coldbohemia

    PHP CODE DOES NOT DELETE ROWS USING EREG

    THIS LINE OF PHP CODE IS SUPPOSED TO DELETE ANY ROWS THAT DO NOT CONTAIN AT LEAST 1 ALPHABETIC CHARACTER THE FIELD 'GENERIC_ROW' IS A CHAR(100) FIELD $query="delete from temptables.rfile_temp where ereg([a-zA-Z]+, temptables.rfile_temp.generic_row) = '0' " ; I ALSO TRIED "NOT EREG" AND THIS...
  13. coldbohemia

    code samples vfp8 sql commands

    does anyone know of a good site to see code samples of vfp8? especially sql commands in general, and sql update command in particular the vfp online help samples are extremely deficient. thanks...

Part and Inventory Search

Back
Top