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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ronald777

  1. ronald777

    New to Visual Foxpro

    u can also study this learning visual foxpro videos at http://www.garfieldhudson.com/FreeVideos.aspx
  2. ronald777

    News updates from the Visual FoxPro Team

    Sample: Visual FoxPro DDEX Provider for Visual Studio 2005 http://msdn.microsoft.com/nl-nl/vfoxpro/default(en-us).aspx
  3. ronald777

    Open Office Automation from VFP

    an example in OO, what works for me *** Here is a very similar Visual FoxPro - Open Office example that..... *** 1. Creates an OOo Calc spreadsheet *** 2. Puts some strings into it. *** 3. Puts some numbers into it. *** 4. Puts some dates into it (as formulas) *** 5. Saves it in Calc...
  4. ronald777

    What to use after FoxPro

    What do i use after foxpro? i will use foxpro again :) This language is so mature. A developer with good skills can make a good living with it. I am sure. I was thinking a little bit deeper about foxpro as language these days. I must say, I always blamed M$ for NOT continuing development of...
  5. ronald777

    F2 keypress

    Thanks David for u cooperative thinking, i have a blackout i think :) i can issue the command "on key label f2 _screen.activeform.method" also in a form method instead of a external program.
  6. ronald777

    F2 keypress

    In the keypress Event of the form: if nKeyCode = -1 && F2 key pressed do code endif but doesnt matter for me bcos the keypress-event is not triggered when pressing F2 key (except when u go in debug mode)
  7. ronald777

    F2 keypress

    I have a problem with using the function key F2 in the keypress event. F3 to F12 is working normally. the keypress event is not trapping this key F2, execpt when i go first in debugging mode. i can use instead ON KEY LABEL F2 but this command i can only use outside the form. So i can first...
  8. ronald777

    Good Learning Website for FoxPro

    I learned VFP from the book 'FUNDAMENTALS'. The bible of VFP :) very good book to learn VFP. Maybe a good idea when the fundamentals will be rewritten in a VFP 9 percpective. And the videos from garfield hudson are very good to learn programming vfp too. For me also good to learn some...
  9. ronald777

    Good Learning Website for FoxPro

    A good website to learn VFP is this site: http://www.garfieldhudson.com/FreeVideos.aspx Very good free learning VFP videos.
  10. ronald777

    "There will be no VFP 10"

    there is hope, when u see that almost 2500 (mostly developers) are giving support to the fox via this petition: http://www.masfoxpro.com/Especial:Firmas/action%3Dlist they ask MS to support the development or maintenance from the FOX - via MS. OR - via 3rd party, - or make it open source and...
  11. ronald777

    "There will be no VFP 10"

    Craig, Did i talk about giving it away? But i agree to u Craig, that there is no reason to move to .Net.
  12. ronald777

    "There will be no VFP 10"

    My thoughts. I will use foxpro for many years, bcos its a mature product to me. And bcos i consider the developer as the key factor in developing software, i will manage with the fox for a long time. Besides, even if i want to jump to vb.net or c#.net, nobody will guarantee if MS will not...
  13. ronald777

    Going from FPW2.6 to VFP7

    U will find a great help with the book 'THE FUNDAMENTALS: building visual studio Applications on a Visual foxpro 6.0 foundation' from Whil Hentzen. Absolutely a must for u, i think. And to answer ur question: U can never use 'do method' as u were used to 'do procedure' U must learn now to use...

Part and Inventory Search

Back
Top