Hi all, Ed: I hava some experience with gettext on php and C languages, i suppose it is similar on python, i'm on a tight schedule now, and this is not my priority, however i will need it in the project i'm developing, so yes, i will scratch my itch, as soon as i have made some progress i'l get in touch.
I have another question, i would solve it myself if i was not in such a hurry.... In a datanav.Grid, how can i show the value pointed by a foreign key instead of the id?? For example: Table 1 ID|VALUE 10|xpto 11|abc Table2 ID|T1_FK|VALUE 25|10 |another value if i create a datanav.Grid of Table2 it will show the "10" value in the grid, i'd like it to show "xpto" do i have to create a custom Renderer for that column?? wouldn't this be slow, querying the db for each column?? or will it suffice to establish a parent-child relationship on the bizobj?? I could also have a DataSet queryed from the DB with the correct information.... I just want to make sure i do it the "dabo way", not with some lame hack.... Any help would be appreciated... Thanks, Pedro Vale de Gato _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
