Hello All,
I have began the process of writing my own CLASS for the purposes of relocating the many small code snippets I use in my NTWS apps under one roof. It has been succesful so far and it has been an eye opening experience. I wished I would have tried this a long long time ago!!
Anyway, I have successfully used "inheritence" to use NT, String Theory, and other methods in my class. One thing I haven't figured out is how to pass a FileName, FieldName, Key, etc., to a procedure in my CLASS.
I'm pretty sure I can design my procedure with something like:
myprocedure(FILE pSomeFile, FIELD pSomeField, KEY pSomeKey)
But, and I guess my question boils down to this, how do I bring the Clarion ABC FileManger into my CLASS? How do I make my class inherit the FIleManager CLASS(s) the same way I did for NT and String Theory?
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PART TWO:
Once I get my CLASS up and running, I would like to share it with the NetTalk community. There has got to be some things I do that someone else will find useful. I will wrap my CLASS in a template to make it easier to use. I will provide the template to Bruce, and if he approves, I will share it here at NetTalkCentral.
One thing that I want to include in my CLASS is a table that I created that recreates most of the main features of the NT Planner. It has:
* Customized Right Side Headers via CSS
* Left Side Column with Clickable Cells that Open a Form as a Popup
* Right Data Cells that Open Popup Form
Why did I recreate the planner? Well, I loved the planner, but I was using it such a way that it was not intended on being used. I used it to track the monthly work schedule of the officers on my shift. (I am a law enforcement shift commander over another supervisor (sergeant) and around 10 officers.) I could never get the NT planner to display correctly. Let me clarify, I could get the top headers (the dates) to align with the data columns at, say, 100% zoom in the web browser. Zooming in or zooming out would break that alignment. So I created a very simple table and slowly added the features I loved about the NT planner.
Anyway, I will provide all of this to Bruce to do with what he wants. If he is ok with it, I will provide it to everyone. Or, maybe Bruce could add it to NT as another option for his cutomers. Basically it will be up to him as my CLASS relies on NT and it's his playground so to speak.
Anyway, I know I rambled on quite a bit but I hope to add something positive to NT that everyone can find useful. I have attached some screen captures.
Thank you for your time,
Don