Hi Ortwin, > Hier is an example of a calenderwidget
Really nice work! Aesthetically pleasing and wonderfully simple and elegant. > I would not use objects for that kind of purpose. Methods are all tied to the > objects themselves which is a mess That was my understanding as you can only copy an object into the library and the object method attached. My first attempt was a component but I haven’t been able to figure out yet how to show the form in the host yet. Good news is that I have a fully functional calendar already ready to go. > 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 Yea I‘m using these commands for dynamically switching forms on the fly. Works really well! So I’ll investigate further. Appreciate your guidance, John... > >> 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 > ********************************************************************** 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] **********************************************************************

