mikemck7
Technical User
- Dec 17, 2003
- 38
[COLOR=purple yellow]Forgive me for posting this twice. I'm told I posted the following in the wrong forum. Sorry!:[/color]
I like to record general comments and reminders as I work on forms while building an application. For this purpose, I've added a method called DevNotes to the property sheet of all my form base classes. I use TEXT...ENDTEXT to isolate the comments.
I also use a custom utility toolbar that is activated by a startup program every time VFP is launched. I'm now thinking of adding a new button to my toolbar that always opens the DevNotes method window of the current form, so I don't have to scroll to the bottom of the property sheet each time I want to make a note.
What's most important to me is keeping the notes with the form. I would really appreciate some suggestions on how to accomplish this. I'm using VFP8. Thanks.
I like to record general comments and reminders as I work on forms while building an application. For this purpose, I've added a method called DevNotes to the property sheet of all my form base classes. I use TEXT...ENDTEXT to isolate the comments.
I also use a custom utility toolbar that is activated by a startup program every time VFP is launched. I'm now thinking of adding a new button to my toolbar that always opens the DevNotes method window of the current form, so I don't have to scroll to the bottom of the property sheet each time I want to make a note.
What's most important to me is keeping the notes with the form. I would really appreciate some suggestions on how to accomplish this. I'm using VFP8. Thanks.