Re: CForms -Bind to 2 Separate Sources -Solved

2005-03-06 Thread Peter Sparkes
Thanks for your help, its working now. I used Jorg's bean method to partially prepopulate a form with data from an XML file and save the data from the completed form to XMLDB Regards Peter Sparkes Hi, Help please I wish to bind to a XML file to generate a form and then send the data in the

CForms -Bind to 2 Separate Sources

2005-03-02 Thread Peter Sparkes
Hi, Help please I wish to bind to a XML file to generate a form and then send the data in the completed form to a database without updating the original XML file. I can't work out how to extract the data from the completed form so that I can update the database. Thanks Peter Sparkes

Re: CForms -Bind to 2 Separate Sources

2005-03-02 Thread Mark Lundquist
Hi Peter, On Mar 2, 2005, at 12:19 AM, Peter Sparkes wrote: Hi, Help please I wish to bind to a XML file to generate a form and then send the data in the completed form to a database without updating the original XML file. I can't work out how to extract the data from the completed form so that

Re: CForms -Bind to 2 Separate Sources

2005-03-02 Thread Jorg Heymans
Have a look at [1], more specifically the direction attribute. In your binding, you can specify where the data should be loaded from and where the data should be saved to. So you load from your XML and you save to a different bean that you then persist. Should be fairly straightforward I