Thanks Tracy Problem sorted. You have once again been a source of inspiration.
Now a new problem. Can open a report from the form with Modify Report ? This works in the compiled exe but, no toolbars. Mike Lewis talks about this by setting foxuser files to read-only but the only foxuser files in either the VFP program folder or the development folders is where I run the loader app to launch the exe. Compiled the exe with the toolbars open then set the foxuser files to read only but it doesn't work. Any ideas folks. Cheers Peter. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tracy Pearson Sent: 23 September 2010 21:31 To: [email protected] Subject: RE: Problem with List Box Peter, I would add the Array as a property of the form then use that as the source. When adding it in the add new property dialog use the aFolder[1] syntax to designate it as an array. To refresh it DIMENSION THISFORM.aFolder[1] THISFORM.aFolder = "" Not adding the brackets [#] will set all elements in the array to the value. Tracy Pearson PowerChurch Software [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/a57fa4cf19531343a2ee11b57db8e3af100...@server.peterhartcomputers.local ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

