Hi Luther, Well, I've been looking for this as well over the last 8 years, but never found it. I guess it's alimit in the Control. As it is mentioned in the help file it only takes String arrays, so I guess you'll have to create a new array of strings and then copy the values from your type to this string array.
Peter Horsb�ll M�ller GIS Developer Geographical Information & IT COWI A/S Rug�rdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http://www.cowi.dk COWI GIS konference afvikles i dagene d. 2.-3. september. Se yderligere oplysninger p� www.cowi.dk/Div04/Profiles/nyheder.asp > -----Original Message----- > From: Luther Jackson [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 17, 2003 11:34 AM > To: [EMAIL PROTECTED] > Subject: MI-L Title MultilistBox by custom type > > > > > Hi all, > > I have a custom type variable, which is an array. > I want to use a part of this type to populate a multilist box. > > This is how I created the type variable. > > Type MIVARIABLES > MIVars as String > VarRowID as SmallInt > End type > > Dim Variables() As MIVARIABLES > > Data is then assigned to the variable. > I then want to populate the MultiListBox with the values of > Variables().MIVars > > I tried this: > Control MultiListBox Title From Variable > Variables().MIVars and others: > Variables.MIVars > MIVars > MIVars() > but nothing seems to work and the MultiLisTBox is left blank. > > Any help would be greatly appreciated. > > Thanks in advance, > > Luther > > Luther Jackson > Systems Developer > The ORC Partnership > Goldings > Michaels Court > Hanney Road > Southmoor > OX13 5HR > > Tel: 01865 821047 > Fax: 01865 821567 > Web: www.orcpartnership.com > --------------------------------------------------- > This email and attachments are confidential. If you are not > the intended recipient, any use, disclosure or copying of > this document is unauthorised. If you have received this > document in error please immediately notify the sender on +44 > (0)1865 821567 and delete this email from your computer. > > Thank you. > --------------------------------------------------- > > > --------------------------------------------------------------------- > List hosting provided by Directions Magazine | > www.directionsmag.com | To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > Message number: 7674 > --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 7687
