On Tuesday 08 January 2008 6:58 pm, Ed Leafe wrote: > On Jan 8, 2008, at 8:28 PM, Adrian Klaver wrote: > > When using the ClassDesigner it does not show up in the properties > > list of a > > Dropdown list object. There is Choices, Value,ValueMode and a > > reference in > > ValueMode to a Keys property, but no Keys property. > > OK, I guess I forgot to expose that to the prop sheet. I'll post a > fix soon. > > > I managed to set it using > > the command window and got the Dropdown list to work with NULLs. > > Brings me to > > another question. When in the ClassDesigner and using the command > > window, is > > possible to use RegIDs i.e. self.Season.Keys where Season is the > > RegID? > > No, since RegIDs have certain strict rules designed to enforce > uniqueness that would prevent them from being editable in the Class > Designer. I have to 'fake' them to get them to work in the Class > Designer, but when you run the design, they are normal RegIDs.
Alright I understand. So how does one go about referencing the properties of an object from the command window within a unpopulated form? In other words how do I find the Keys values for the Dropdown list with name of season and RegID of Season? > > > I could only do that when I ran the form and populated it with data. > > That's correct. > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com -- 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]
