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 strongm 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: PaulBarbeau
  • Order by date
  1. PaulBarbeau

    GPG and the Run Command

    Thanks for the help i got it work. However it does not wait untill the job is finish to continue my VFP code. Do you know of a wait to make it pause untill the job is finished? Paul
  2. PaulBarbeau

    GPG and the Run Command

    I am trying to run GPG to decode a file and i am having problem getting it to run. When i call it from inside VFP it says the exe is not there. Has anyone done this? Also i read that i should not really be using the "run" command i should use "ShellExecuteEx" insted. Anyone have a sample on...
  3. PaulBarbeau

    Lucent Cajun P120

    Packetdogg where did you find a cable and do you have model number?
  4. PaulBarbeau

    SQL File

    Well i worked it out myself.. i am using osql (isql does not have enought memory to run) and it seams to be loading perfectly Thanks
  5. PaulBarbeau

    SQL File

    that does not work for me as file is not "raw" information rater SQL lines in the file. I guess i need to load the file into a varable then "exec" it or somehow exec the file on the hard drive. The file size is around 3 meg and below is a sample of what is inside it. INSERT INTO crd_are...
  6. PaulBarbeau

    TOP Level Form Control

    My only problem with this is i can only have one READ EVENTS and when i add a seach screen between the choice and edit i am having problem getting back to it. However i will try to work this out thanks for the help. Paul
  7. PaulBarbeau

    TOP Level Form Control

    I am have a problem with my menu bar and a top level form. I am sure i can not explain it well so i created a sample programn (http://www.barbeau.net/d2/help.zip) that show my problem. In a nut shell. I have a top level form and a second form in it to select where i want to go "choice"...
  8. PaulBarbeau

    grep & regex

    I am having problem locating a file with GREP and Regex can some help with the the line. I want to look for all files that have paul but not john in them. Thanks for any help
  9. PaulBarbeau

    Too Many Open Files

    To find out how many you have sysctl kern.maxfiles To make it larger sysctl -w kern.maxfiles=3500
  10. PaulBarbeau

    Too Many Open Files

    Apr 4 05:04:35 hy-sm-02 /bsd: file: table is full I am getting the above message and i want to change the limit however i am unsure where to do it in openbds. i found some information that you edit "/etc/sysctl.conf" and "kern.maxfiles" however that was not for open and i do not have that...
  11. PaulBarbeau

    IN and Function

    can not call a SP from a function unless it is a extended sp.
  12. PaulBarbeau

    IN and Function

    I am trying to write a function where i pass in a list in of values like '1,2,3' and i want to return some information on the matching records. Normal i would build the sql string and then run it via exec(@sql) however exec does not work in a function. Anyone know how i can do this? Paul
  13. PaulBarbeau

    MX Record

    I am look for a CFX Tag that will tell me the current MX record for a domain.
  14. PaulBarbeau

    SQL File

    Thanks i will look at it. The file is a bunch of SQL commands that they have built as an extract from their database. Paul
  15. PaulBarbeau

    SQL File

    I get a script file from a client (.sql extention) that i would like to load into our server via some kinda of automated process. Right now i am loading the file manually however i do not want to do this in the long run. Can anyone give me a hand? Paul
  16. PaulBarbeau

    Script for Yesterday

    Thanks to both of you for your help
  17. PaulBarbeau

    Script for Yesterday

    Newbee question here i am trying to write a script that move the files from yesterday into a folder dated yesterday however not sure how to subtract dayone from the date. This is the script i have so far however if i run it at 11:59:59 i seam to be missing some files. Can anyone help me out...
  18. PaulBarbeau

    .htaccess is not working

    Yep it is and it is the same setting as in the manual told me to make it. Let me check to confirm what user the service is running under. Thanks again for the help you send me on a track to look for. chown root.nogroup /var/www/pwfile chmod 640 /var/www/pwfile
  19. PaulBarbeau

    .htaccess is not working

    well not really. I get the popup and it using the setting i have in my .htaccess file however when i enter my username and password it does not work. Just keeps asking them beflow is my .htaccess AuthType Basic AuthName "My Area" AuthUserFile /var/www/pwfile Require valid-user
  20. PaulBarbeau

    .htaccess is not working

    Thanks that fixxed the problem

Part and Inventory Search

Back
Top