I'm happy to post a few shots:
The main appointment screen
The appointment editor screen:
The following link is for the class we have developed. In this case the class is written specifically to work with the databases of
my application. It would be best to actually separate the calendar class and create a subclass for the application information, but
frankly this was just easier. Use this as an example and modify it to meet your individual needs.
http://www.masterlinksoftware.com/Views/tCodejock.prg
Finally, this code is being used with xHarbour/xCC. Others are using it with Borelands Compiler. It will compile with Harbour and MSVC, but I'm having a problem and would really appreciate input. The CreateObject ( used twice ) returns an object but it cannot then be utilized. In other words, if you MsgInfo the result of CreateObject, it will say "object" but then do the call Object:License( ) and it has not idea what License is. This occurs only with Harbour/MSVC 2010.
Tim