Hi Ivan, Two ideas: 1. Try out the dataLabel Tag form dbforms. It's like select tag for data presentation. See tag lib docu! 2. Use a database view and make it editable with triggers.
Regards, Henner > -----Urspr�ngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von Ivan Codarin > Gesendet: Dienstag, 30. September 2003 16:55 > An: [EMAIL PROTECTED] > Betreff: [dbforms] howto?: display a read-only widget with a > value taked from another table > > > Dear All, > i'm using the last snapshot of dbforms (1.1.4 27 sept. 2003). > I must display a table that contains maxRows="*" of records like this: > > "person_code" "person_name" "other changeable attributes" > [save button] > > * the person_code is a pkey of the table and it is a label in > the web form > > * person_name, insted, isn't a field of the same table so i > have to display it in read-only mode but taking its value > form another structure. > > When this attrib is changeable i can use a <db:select> with > tableData, queryData... but in this case what can I do? > > The resulting dbform must be updatable > > - can I use query support to create an updatable db-form? > - have I to create a view on my db (postgres) and then a rule > (like on > insert...instead) to have a working form? > > Have you a good idea? > Regards > Ivan > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > DbForms Mailing List > http://www.wap-force.net/dbforms ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
