On Fri, 2002-02-01 at 16:54, Luke Opperman wrote: > > There's things in their for > > dynamic select fields, and you can hide fields, which > > provides a certain > > dynamicism -- you can define a form with all possible > > fields, and hide > > the ones that aren't necessary. > > I suppose we could generate all the possible forms (since > they are fixed for a specific table). But tables can also > be dynamically added to the system, and that needs to show > up.
This is what I would recommed, and what I have imagined when designing FFK. I've usually made my form definition for tables by hand, but it would certainly be possible to create them automatically. I can see how it would be a problem to add them at runtime. It would be possible to add a method for this, though. Ian _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
