-------------- Original message ---------------------- From: Ed Leafe <[EMAIL PROTECTED]> > On Feb 3, 2008, at 9:40 AM, Adrian Klaver wrote: > > > The problem boils down to the back end doing the right thing but not > > the front > > end. > > I don't understand. What part of the front end isn't working? > > > This led me to do some more digging. Seems I am still having a issue > > with dropdown lists. When I create a new() record I get an error to > > the > > effect that string value is not in list of choices. As far as I can > > tell that > > is wrong. I have to do further debugging to track down the problem. > > It would > > seem this error may be preventing the GUI from updating properly. > > Oh, you didn't mention that you were navigating via dropdown lists.
Actually I am not navigating with Dropdown list, just using them in my form. See ticket 1132 for an example form. > > All you need to do is update the Choices property with the new value; > it can be as simple as appending it to Choices as you would append a > value to any other list, or you could create the choices dynamically > in a method of your bizobj and return that to the form. This wiki page > should help: The problem was solved by supplying defaults to the fields with the Dropdown lists. It seems I need to read my own problem reports (#1132) > > http://dabodev.com/wiki/HowToPopulateAndUseListControls > > -- Ed Leafe > -- Adrian Klaver [EMAIL PROTECTED] _______________________________________________ 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]
