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
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...
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...
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
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"...
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
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...
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
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
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...
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.