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 -...
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.