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 Shaun E 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

    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...
  3. 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")...
  4. 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...
  5. 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...
  6. 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!
  7. 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...
  8. 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...

Part and Inventory Search

Back
Top