Is there a Visual FoxPro script program schema? It is similar to Sql but not totally. I already use the Sql for real sql.
thanks
Visual FoxPro scheme
(5 posts) (2 voices)-
Posted 3 years ago #
-
I'm not aware of one at the moment, but you could probably create one based on the SQL scheme fairly easily.
Posted 3 years ago # -
Where are the instructions for creating one from another scheme or brand new?
I am not super familiar with Visual FoxPro or FoxPro. I inherited a system with a quite few programs so I wanted to use PN to be better able to read and print these out.
ThanksPosted 3 years ago # -
No complete instructions as such, but I'm guessing the differences are just extra or different keywords? In which case, you can do the following:
- Open up the file sql.scheme in the Programmer's Notepad\Schemes directory
- Add a new keyword-class tag containing the keywords for FoxPro.
- Add a new language block at the end of the file, copying the sql one and changing the language name and keywords bits
If you need more help, just ask!
Posted 3 years ago # -
Thank you will give it a try
Posted 3 years ago #
Reply
You must log in to post.