Hi Alexandro,

> I want to do a form with dependable combobox, meaning that once I select  
> the category it will filter the 2nd combobox so it display the concepts  
> that have the category previously show.
> 
> here is the mockup:
> 
> Category [__________ v]
> Concept [_________v] Price [___]

Hmm. You could perhaps do this with a sub form (select * from concepts
where category_of_concept = :cat, linking from the main form's category
to :cat). However, unfortunately the sub form is not loaded until you
move the master form. So no, this is not an option ...
Alternatively, if we would have filter fields (on my wish list for a
long time), this would be what you need. Unfortunately, we don't have.

No, I don't really see a chance without a macro, bound to the list
box'es "item status changed" even, which re-loads the list box.

Ciao
Frank

-- 
- Frank Schönheit, Software Engineer         [EMAIL PROTECTED] -
- Sun Microsystems                      http://www.sun.com/staroffice -
- OpenOffice.org Database                   http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to