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

    Hot Key Form Designer - Code window

    Hi All Is there a hot key that will take you from the code window to the form designer window. Which keys take you back and forth. ALSO When I run my app and then go back to vfp , VFP has closed all my form designer windows. How can I stop this. Thanks for any help!! Kind Regards John To much...
  2. letsgotovegas

    Record from database into a listbox

    Hi Darrell Just curious. Would o.Employees!FieldName of worked also?? Could you of used the "!" bang syntax for recordset!Fieldname... Kind Regards John To much of a good thing - is a good thing!
  3. letsgotovegas

    Intellisense

    Hi Mike The VFP code editor. Kind Regards John To much of a good thing - is a good thing!
  4. letsgotovegas

    Intellisense

    Hi In the editor if you open a table like : use MyTable alias My Then if you type in : "My." after the dot will vfp popup a list box with all the field names in the table? I can not get it to do this. I can in the command window but not in the editor. Kind Regards John To much of a good...
  5. letsgotovegas

    VFP and App will not shutdown

    Thanks everybody. I now have my shutdown routine down perfect. I just had to understend the read events. Clear events clears this and continus on to the next line of code. I went ahead and put my cleanup code in my shutdown procedure. Could of put it after read events also. I have got my...
  6. letsgotovegas

    Intellsince

    Hi Folks How do you get quick complete to work. I have this code: [code] PUBLIC frmMain as Object _SCREEN.Visible = .F. SET PATH TO HOME(1);MENUS;Classes;Libs;DATA;SOURCE;OTHER;Graphics;FORMS ON SHUTDOWN DO closedown SET CLASSLIB TO clsForms.vcx frmMain = CreateObject("MainForm")...
  7. letsgotovegas

    VFP and App will not shutdown

    Thanks Rick and Mike. ON SHUTDOWN was the key. And RELEASE instead of Unload. Kind Regards John To much of a good thing - is a good thing!
  8. letsgotovegas

    VFP and App will not shutdown

    Hi Below is my code. The problem is my application will not shutdown. And then when I try to quit vfp it will not shutdown either. This is in my main prg. PUBLIC frmMain as Object SET PATH TO HOME(1);MENUS;classes;libs;DATA;SOURCE;OTHER;graphics;FORMS;OTHER ON SHUTDOWN DO closedown SET...
  9. letsgotovegas

    Class file

    Thanks Chris. That fixed it. Kind Regards John To much of a good thing - is a good thing!
  10. letsgotovegas

    Class file

    Hi Chris I have done it both ways and vfp tells me that my vcx file is not an object file. Right now my file has 2 classes in it. One was created your way, the other one was created the way I described in my post. But VFP is still telling me the file is not an object file when it hits the line...
  11. letsgotovegas

    Class file

    Hi Folks I have created a class file clsForms.vcx. VFP8 tells me this file is invalid and then tells me it is not an object file. I did add new class from the dropdown tab classes. Named my class, based off a form then named my file clsForms.vcx. I did not see anywhere to compile it or does it...
  12. letsgotovegas

    project window

    Hi Folks Can someone tell me if there is a 3rd party product that will replace the vfp project window. I would perfer one like windows explore type. I would pefer a tree list on either side of the code editor. Kind Regards John To much of a good thing - is a good thing!
  13. letsgotovegas

    Index question

    Hi Don Were deal with thoroughbred race horses. We cover about 125 tracks accross the country and an other 200 worldwide. Lots of data to keep up with. But these days people spend up to 6 million dollars for a yearling. We both deal with horse power here just in a different form. Kind Regards...
  14. letsgotovegas

    VFP table size limit

    Hi There is a product called WinDev at www.windevus.com that will hold around 600 billion records and no limit on the file size and each record can be 65,000 bytes. Your hard drive is the only limit. But I don't think you can address there database threw fox. I don't know, but they have...
  15. letsgotovegas

    Index question

    Thanks Stewart and Craig. I programmed in clipper many many years back. I felt like an idiot asking this question. But whats worest is I am going to do a project in VFP 9 and I will have many more questions. It could get scary. I always liked clipper and foxfire I think VFP was called around...
  16. letsgotovegas

    Index question

    Hi Folks I want to open a dbf which I have a cdx file. The cdx file has 2 tagss. raceid and racedate. I want to set the tag to raceid when I open the dbf. ie: use races tag raceid ?? or use races tag raceid in races.cdx Could someone show me the right syntax. I know this seems real basic...
  17. letsgotovegas

    New Project

    Thanks Don. I had to put in a SET PATH statment in the code. The file was in a LIBS folder that foxpro created when it created the project.You would of thought when foxpro created the app it would of put this code in the startup program file. Kind Regards John To much of a good thing - is a...
  18. letsgotovegas

    New Project

    Hi A newbie question. I just created a new project with the application wizard. When I try to run it an error comes up that foxpro can not find thd mcpro_app.vcx class libary. I quess when foxpro created the app it also created a class lib file but now can't find the lib. Can anybody tell me...
  19. letsgotovegas

    This Forum

    I have never posted yet. But every question or call for help gets answered. I am about ready to give vb the boot after 10 years. I just do desktop applications and I think vfp 9 is the way to go. This forum has assurd me help is theree, and there are a lot of books out thier on foxpro. But this...

Part and Inventory Search

Back
Top