G
Guest
Hello all
We are creating a generic front end for a CF application that needs to be used for several different customers and have a dilemma about how to impliment it. As far as I can see there are two options
1. We could use standard CF forms, using inheritance and creating components to reuse common groups of controls, O
2. We could use forms that are "Serialized" at design time to XML (i.e write the forms in XML) and then create the controls dynamically at runtime from the XML
It seems that using form inheritance is the most common method although my limitied experience shows that workarounds for visual inheritance are clunky and you end up ignoring the deigner and writing forms by adding controls manually
Using the second option, it would be possible to create a simple IDE that generates XML for the form
Any thoughts on which is the "best", most scalable method
Thanks in advanc
Simon Nev
We are creating a generic front end for a CF application that needs to be used for several different customers and have a dilemma about how to impliment it. As far as I can see there are two options
1. We could use standard CF forms, using inheritance and creating components to reuse common groups of controls, O
2. We could use forms that are "Serialized" at design time to XML (i.e write the forms in XML) and then create the controls dynamically at runtime from the XML
It seems that using form inheritance is the most common method although my limitied experience shows that workarounds for visual inheritance are clunky and you end up ignoring the deigner and writing forms by adding controls manually
Using the second option, it would be possible to create a simple IDE that generates XML for the form
Any thoughts on which is the "best", most scalable method
Thanks in advanc
Simon Nev