Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. roger9991

    DateTime

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

    DateTime

    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?
  3. roger9991

    Any one Heard/Tried ....... Visual Dbase

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

    Servoy

    I saw the Servoy ad and downloaded the program. Is anyone familiar with it? Any opinions? I do not see where Servoy is the successor of VFP
  5. roger9991

    Variable row height in grid

    Thanks Mike , that was very helpfull
  6. roger9991

    Variable row height in grid

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

    Variable row height in grid

    What does .TextMatrix(i, 1) = moncurseur.Name represent? I actually mean "moncurseur.Name" Thank you for your help.
  8. roger9991

    Variable row height in grid

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

    Variable row height in grid

    If you eally want that, try the flexgrid activex. It does that.http://www.atoutfox.org/articles.asp? This is in French How do I download the vcx?
  10. roger9991

    Variable row height in grid

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

    Wzbtns

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

    Wzbtns

    Is there a bug in VFP 9? I get the wizbtns.vct missing error often and then it disappears!!
  13. roger9991

    VFP9: surprising error in Buttonset

    I get a Buttonset error which states that wizbtns.vct does not exist and mentions record # 34 Buttonset.
  14. roger9991

    Wizstyle

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

    System DSN

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

    System DSN

    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?
  17. roger9991

    System DSN

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

    Visual fox Pro 9 is it worth me learning it

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

    ListBox control problem

    I tried using ADO.net but it wants MS SQL database and I am using an Access database
  20. roger9991

    ListBox control problem

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

Part and Inventory Search

Back
Top