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...
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...
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")...
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...
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...
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!
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...
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...
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.