I'm using VFP 8.0, and attempting to use the _therm library for the first time. I have added the library to my project, and wish to hide the _progressbar on certain forms.
My application uses Fcreate(), Fopen(), etc. to read and write to low-level files. My goal is to make the _progressbar visible while I parse and append data into FoxPro, and also while I output transaction files for QuickBooks.
I've written a lot of "Spaghetti Code" (quick but wholesome), and am somewhat familiar with forms, but am just venturing into the world of class libraries.
If anyone can help me with the code that goes into the events to make this work, it would be greatly appreciated.
Thank you.
Michael
My application uses Fcreate(), Fopen(), etc. to read and write to low-level files. My goal is to make the _progressbar visible while I parse and append data into FoxPro, and also while I output transaction files for QuickBooks.
I've written a lot of "Spaghetti Code" (quick but wholesome), and am somewhat familiar with forms, but am just venturing into the world of class libraries.
If anyone can help me with the code that goes into the events to make this work, it would be greatly appreciated.
Thank you.
Michael