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 TouchToneTommy 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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"...
  3. 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
  4. 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...
  5. 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
  6. PaulBarbeau

    MX Record

    I am look for a CFX Tag that will tell me the current MX record for a domain.
  7. 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
  8. 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...
  9. PaulBarbeau

    .htaccess is not working

    I am trying to make it so when every you connect the the website (on the box ) it asked you for username and password In my root folder (/var/www/htdocs) i have put the .htaccess file however it does not seam to be picking it up. i have looked at the manual and have no idea what i am doing...
  10. PaulBarbeau

    HTTPD and .htaccess

    I am trying to make it so when every you connect the the website (on the box ) it asked you for username and password In my root folder (/var/www/htdocs) i have put the .htaccess file however it does not seam to be picking it up. i have looked at the manual and have no idea what i am doing...
  11. PaulBarbeau

    Deleting a file

    I have a file in my "/tmp" that i want to delete that was made by error. the filename is '-20040118_08" how did i delete it. everthing i do thinks the -2 is an argument. Paul
  12. PaulBarbeau

    SelectOnEntry

    I am having a problem with this control. When i tab into the field it works however when i mouse click in it does not. I need to to select the whole field when i single click into it. Can anyone help me on this? Paul
  13. PaulBarbeau

    Yahoo Messenger

    I have a client that wants to send message from inside there VFP application to Yahoo Messenger used (first to see if they are online and second to send them a note) has anyone done this in VFP? Paul
  14. PaulBarbeau

    Ad-Hoc Reports

    In the past i used FoxFire to enbed into my installed applications however it is an old verion (3.0) and i was wondering if there was something better out there to use now or should i just update my FF. Thanks Paul
  15. PaulBarbeau

    Spinner/POP text

    I am using the Max and Min in my Spinner Object in a form that is in my top level form. As i do not need it i hide the VFP Window. However when the user enter outside the range the pop does not apear in my form (but in the hidden VFP window. Does anyone know how to fource this to popup in my...
  16. PaulBarbeau

    Cursor Position Inside a Text Box

    I am look to see if 1) can find out where the cursor is inside a text box and/or edit box eliment on a form. 2) if when i set the focus i can move to the end of the the eliment or a spot inside the field. i know if the user select text i can found that out however if they do not how do i...
  17. PaulBarbeau

    TOP Level Form Control

    I am look at working with a Top Level Form/Window and i want to use the Max, Min, Close and menu bar on it however when i popup and other forms inside it those controls do not work. The other forms are set as "1 — In Top-Level Form" so why can i not use these. Do i have to use form...
  18. PaulBarbeau

    TAB Key on a button

    I want to make a button (for use on a touch screen) that simulates the pressing of a tab key. Does anyone know how to make it so my focus changes to the next field in the tab order when i press this button
  19. PaulBarbeau

    Local Text Larger then 8000

    How do you have a local text varable larger then 8000?
  20. PaulBarbeau

    Dynamic Evaluation

    I want to build a string that i then want to use in a select statement (look at example below) and i can not workout how to do this. Can anyone help me or tell me it is imposible in t-sql declare @sqlline varchar(100) set @sqlline = 'op_id = 16' select * from thetable where @sqlline

Part and Inventory Search

Back
Top