I would like to add a button to vfp (9) that would let me run a vfp program - I saw a similar request when searched for answer but it only added program to startup. Can we add button to vfp so automatically available everytime we run vfp?
You can easily add things to the VFP menu. Modifying the toolbars, I'm not so sure about, but you could create your own custom toolbar and run it at start-up.
As far as I know, you can't add a custom button to any of the built-in toolbars. You can add buttons to a toolbar from a pre-defined palette, but you can't change the functionality of the button that you add.
My own approach is to add a command to a custom menu. I have a DevTools menu which is loaded at startup. This contains the half dozen or so utilities I use frequently in the development environment. You could do something similar.
Another option would be to define a keyboard macro to run your program, which you would then be able to launch by hitting a chosen key combination.
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
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.