[users] combo box and query (to Postgres)

2006-03-01 Thread Nicola Benaglia
Hi OpenOffice community, I am experimenting the creation of a module with combo boxes and so on. My underlying DB is postgres. My problem is that I want to create a combo box showing "surname name" in a unique field: If I query from a console my DB with that syntax: select surname||' '||name

Re: [users] combo box and query (to Postgres)

2006-03-02 Thread Nicola Benaglia
Ross Johnson ha scritto: First thing: It works - I also run against PostgreSQL and have just tried it successfully. Type of List Content: SQL or SQL(Native) List Content: as you have above OOo version:2.0.2rc4 (also worked in 2.0.1) If you're doing it via a predefined Q

[users] Option with nested radio button

2006-03-03 Thread Nicola Benaglia
Hello ! I am creating a module with different radio options: O option1 O suboption1 O suboption2 O suboption3 O option2 O option3 If I select option1->suboption2 and then I select option3, suboption2 still remains selected. I expected that it became unselec

[users] combo box + manual list

2006-03-06 Thread Nicola Benaglia
Hi ! I can't figure out how to create a combo box showing a manual list like "choose1";"choose2"; I don't want to create a table in the linked database. I want to embed my list into the ODT document. Can you help me, please ? thank you, nico --- Questa mail ed eventuali suoi allegati son

Re: [users] combo box + manual list

2006-03-06 Thread Nicola Benaglia
Nicola Benaglia ha scritto: Hi ! I can't figure out how to create a combo box showing a manual list like "choose1";"choose2"; I don't want to create a table in the linked database. I want to embed my list into the ODT document. Can you help me, please ? H