I see in V9 that it is no longer possible to populate a drop-down box with the contents of a memo field.
I have a requirement to scroll through a physical directory structure and present the user with a drop-down selection of the directory they'd like to access.
I'm using DirectoryInfo.GetDirectories to get an array so I can't use a BO to do this, has anyone got any suggestions (or better ideas)?