On Thursday 19 March 2009 03:12:03 pm Pedro Vale de Gato wrote: > I'm not familiar with VFP so i don't know if it is simillar, but i guess > not... > > Of course the REAL question is: > Why isn't there the correspondent key in the combobox, the problem is > obviously in the data, maybe some missing validation, however this > default behaviour is also dangerous in my opinion, but i admit my > solution was far from perfect... > > I'll give it some extra tought...and discuss it here > > Pedro
You are right it does not sound the same issue Larry is facing. I do three things to insure that the data relates correctly for the list boxes I have. 1. I default values on new() or insure the right value is used. 2. I dynamicly create my list with values from the dataset 3. I validate the data on save() I the bigest issues I have are when I use ValueMode=string. But so far things are working OK. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
