instmsiw.exe would not install - it said wrong os version
vfpstart works but call setup.exe which promptly dies
we dont see anything in the log files suspicious
This old world keeps spinning round - It's a wonder tall trees ain't layin' down
We have tried all of the above and nothing seems to work. We have also made sure that we are running as administrator with full privlages. Do you know of this being done successfully?
This old world keeps spinning round - It's a wonder tall trees ain't layin' down
Has anyone successfully installed vfp9 on windows server 2016. The setup.exe is starting and then just dies with no reference to the process in the process explorer.
This old world keeps spinning round - It's a wonder tall trees ain't layin' down
Thanks Olaf,
I did get the select part as i have done it before
Ill give the left(field,254) a try.
wjwjr
This old world keeps spinning round - It's a wonder tall trees ain't layin' down
Thanks for the reply. I will try the select in the click event of the button.
Since i am only going to process the data locally I may try this also.
psudo!
open data xxx
use remoteview
copy to temp.dbf for condtion
use temp
process and print
One other question that either i cannot remember or...
When i create a database and put a remote view from the avaliable sources selecting a mysql connection i created with the connector, I can browze the view and see/navigate the records.
When i use this database/view for the source of a form, put elements on it, create a next/previous button, i...
Thanks for the replies. We've gotten the regex working (with the help of my son) but I will look at each method as they are regular vfp commands. I will post the code we end up with.
Is there a downside to using the regular expressions thru the object, or are they just harder to get a handle...
I am looking at this code from foxite
CREATE CURSOR xx (title c(254))
INSERT INTO xx VALUES ("Unable to determine IP address from host name")
INSERT INTO xx VALUES ("am having some issues trying to determine the status of a host within a task.")
INSERT INTO xx VALUES ("host is not after...
This code uses regexp to extract a string, in this case a domain without the dot com. I will eventually use this type of code to extract a large string (newsstory) from an even longer string (source of webpage)
1. is there a way to get at the submatches without the for/endfor loops as I dont...
What program is running the VBA code?
are you refering to MindManager
https://www.mindjet.com/partners/DevZone/7/mm7_object_model/Page1948.html
I see a reference to mm...... constant there
wjwjr
This old world keeps spinning round - It's a wonder tall trees ain't layin' down
Hello,
I have a doc that has four equal columns. Eventually thru automation I need to insert text from an outside source into each column and have the font size adjusted to fit each column. The inserted text will be of different lengths.
I have tried
Using a bookmark at the top of each column...
Can we not automate Excel 07 to open an xlsx formatted file,
the automate the saving of the file in 95-2003 format,
and import it directly into VFP with the new file?
wjwjr
This old world keeps spinning round - It's a wonder tall trees ain't layin' down
What worked for me was
open database bhp
INSERT INTO bhptoday!content (title,alias,introtext,state,sectionid,catid) ;
VALUES ("test title","test-title","this is the intro",1,2,2)
=tableupdate(.t.)
This is for stuffing articles into Joomla Articles
wjwjr
This old world keeps spinning round -...
The error i get is
fulltext is not the first field in the table and it is not the first memo field in the table either.
Also, i tried checking the key fields only in the view designer and it did not work.
Default setting of using sql insert was checked..i will try using update and delete...
vfp9 I have a database with a remote view based on mysql on webserver.
Send sql updates is checked.
I copied the structure of the view to a temp file
Prepared and added records in the temp file
I want to add the records to the remote view and update the mysql table on the server.
open...
Try setting up another folder with email items.
next, try making a rule to put all incomming mail with somethign specefic in it to the other folder...
wjwjr
This old world keeps spinning round - It's a wonder tall trees ain't layin' down
What do you mean by
Could you not simplify the process by:
Having the user select text
Run a macro assigned to a keyboard shortcut to do the process
and return to the document?
This old world keeps spinning round - It's a wonder tall trees ain't layin' down
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.