> My goal is to create a few reusable calendar form objects. For example a more > flexible calendar than the one 4D’s offers.
I would not use objects for that kind of purpose. Methods are all tied to the objects themselves which is a mess. Instead of that, I'd create a component, which offers a projectform to the master-database. Communication is by subform-var object and EXECUTE IN SUBFORM/CALL SUBFORM CONTAINER Hier is an example of a calenderwidget <http://dddd.mettre.de/dbzcalendar.shtml#english?from=inug> here are some articles about subforms <http://dddd.mettre.de/wp/tag/subform/?from=inug > O r t w i n Z i l l g e n --------------------------------------------------------- <http://dddd.mettre.de/wp/> <feed://dddd.mettre.de/dddd.xml> <https://twitter.com/Ozett> Mitglied des Entwicklernetzwerkes www.die4dwerkstatt.de ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

