Hi, Thanks for the previous response, it is great for an open source project having such great support.
I've two unrelated question. 1. I've a form and a grid in a single panel. When the user selects a record in the grid the form changes its content to the content of the selected record which is fine. For anyone who is interested now the combobox (that shows values from a joined table) has a correct behaviour. But if i change a value on the form and select another record in the grid the old row gets the new value and for the user it seems that the value is saved in db which is not. I would like to show in the grid only the persisted data, so the grid and the dform should be related in only one way (records in the grid should be displayed in the form but not viceversa). Is there a way to accomplish this ? 2. I have a table with only a field and i would like to let the user enter values using an editable combobox. But i need to give crud capabilities to this component. So the user CREATE a new record only if the previous value of the combo was empty, UPDATE a record only if previous value and the new value are different from empty and DELETE a record only if new value is empty and previous value are not empty. Previous value is the "choice" from the combobox originally present (previous to the user operation) and the new value is the "choice" after the user press ENTER. Do you think it is approachable as idea ? Or it is better to have a more traditionally way ? As i started writing another question come to mind: why "messages" are not localized in external files ? I've seen many alert/error message written directly in python that are not so easy to localize in different languages. Thanks for any help, Emanuele _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
