The time was stored in a character field. It was added much later since initially all the info was in a memo field in table with a date field. Thank you for your response and help.
I have a table with date and time as separate fields. I want to transfer the information to another table which has a DateTime field. How do I merge the date and time from one table to put it in one field in the second table?
I recently purchased dBase plus latest version. It is VERY different and much better than the old dBase III which the others above describe. Hoever, it has a 90s look and feel. It does work in a browser. However, it is inferior to VFP except for the ability to port to web automatically. I...
The grid works but it does not adjust the height of the rows to accomodate the amount of data in the memo field. Fopr example, the row height is very small and the amount of text in the field is too large. IN other cases, there is simply one line of text and the row height is high. Is there a...
Thank you for all your help. I added an OLE Container control to form and selected "Microsoft Flexgrid Control version 6.0 (SP2)".
However, I cannot figure out how this control works. I looked in properties and there is a "rowheightmin" which is set to 0 by default. Where in the properties is...
I need to vary the row height in a grid to accomodate the contents of a memo field which will vary from one line to 6. Each row in the grid would have different memo fields of different lengths.
I now have the problem when I am building a new form with the form wizard. It will stop at the end and state that wizbtns.vct is missing or invalid. I build the form by hand with no problem and include the wizbtns class and I can compile the project.
I copied both the .vcx and .vct files from several different computers and still got nowhere. It seems that only the "gridbtns" is the problem in wizstyle. I can run VFP 9 only if I do not use gridbtns in a form.
I know that VFP9 SP2 is NOT part of Visual Studio. However, I am transitioning over to VS2010 and want to be able to use the VFP tables both in VFP and VS2010/ASP.net4 for a while before I make the complete switch to VS/ASP.net. I love and prefer VFP but VS is much easier for web based...
Thanks Olaf
I just realized that some machines that I use run 64 bit while others are 32 bit.
Do you recommend using VFPOLEDB instead of ODBC when I access VFP tables in VS2010?
I am trying to add a system DSN in ODBC, but all I get is 2 possible choices of MS SQL. I need to access VFP tables using Visual Studio 2010 + ASP.net. I was able to establish a connection string and dataset for Visual Studio 2010 and the VFP tables and I can view the web site on my browser...
VFP is so much better than ASP.net and Visual Studio.net. The database functions are much easier and faster in VFP. However, VFP is not easy to in a browser or web based program.
I have set autopostback = true on the listbox. I want to execute a select statement but the
" Protected Sub ListBox1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedIndexChanged
End Sub"
does not allow me to enter a select statement to...
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.