Karen,
If you want a Fast HTML editor, do a search for DHTMLEDIT.OCX.
Microsoft built it into Internet Explorer but it is still available as a download.
I created a OleControl, Put the Control on a form and added buttons from all the simple HTML edit items like
Bold, Lists, Underline, Etc...
I know this is more of a C#.NET question, but I'm a VFP programmer just learning C# and can not find the answer to this question anywhere.
In C#.NET I have to access a VFP table (SYSKEY.DBF) in a VFP database using 2 fields (dbfname c(10), keyfield c(10)). The table has No Primary Index or No...
What if you had a table with predetermined code that needed to be run in memo fields and in the lost focus you called that table.
Table Stru would be something like this for a table named GRIDCONTROLDBF
Integer = PriKey - Index Primary, Memo1, Memo2, memo3,memo4
in the lost focus you had...
Tamar,
Sounds famaliar to a battle we just fought here. Turns out the different VFP programs were on different servers running different VFP runtime modules.
Updated all the servers to the same VFP runtimes (VFP9 SP2) and the C5 errors went away. Also had to update one server running .net...
Just got an Application written VFP3 and they want many changes and it updated to VFP9.
There are 2 database. The main VFP database with all the tables is on the Server. A second VFP database, holding nothing but views and connection string, is on the local computer running the application...
Mike,
Send me a email at DWGREWE HOTMAIL COM and I'll be glad to forward you a word document of the written standards we have for our company. Warning, it is over 30 pages long and addresses everything from Naming standards to white spaces to defining memvar and procedure names to sectioning...
Do not know if this will help you but, Most large Applications need a System Dictionary for users.
My method of creating the System Dictionary is to open the Database Container and Copy it to a free table. I then add a few columns and populate them and split the table into 3 tables...
Try this code if it is not more then you wanted.
Needless to say backup your table before running it, I did not test it.
*
* Save your delete setting
lcSetDelete = SET("DELETED")
SET DELETED OFF
*
* open your table and get rid of deleted record
OPEN DATABASE vpricelist
SET DATABASE TO...
Aslo remember that all you Class Objects on the form will have to have the same change. So the Shapes, Textboxes, Listboxes, grids , .... will have to be changed also.
David W. Grewe Dave
To help figure out the record that was but in last on the same day, Do the tables have a field for a sequence number or primary key that can be used to determine what order the records were entered ?
David W. Grewe Dave
VFP maintains some user preferences in a file FOXUSER.DBF. (such as window placement on the screen and many other items.) The file format changed from version 6 to version 9.
Delete the FOXUSER.* files on the users computer. When the app starts up the next time, VFP will just simple recreate...
Craig,
Your correct.
I made a bad assumption.
I Assumed the programmer would have vista on his computer if the app was to be installed on a vista computer.
Should have said "If the app is to be run on Vista Install SP2."
David W. Grewe Dave
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.