﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » LookupEdit and user control</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 08 Sep 2026 11:13:42 GMT</lastBuildDate><ttl>20</ttl><item><title>LookupEdit and user control</title><link>http://forum.strataframe.net/FindPost9727.aspx</link><description>Hi,&lt;br&gt;
I am using DevExpress lookupedit in my SF user control. I have problem that, my BO datatable is not "translated" to my lookupedit.datasource. Even though I have code in Load() to set lookupedit.datasource manually.&lt;br&gt;
&lt;br&gt;
Any ideas?</description><pubDate>Fri, 22 Jun 2007 09:42:31 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: LookupEdit and user control</title><link>http://forum.strataframe.net/FindPost9730.aspx</link><description>Yes.&amp;nbsp; More than likely the BOs have not been translated by the time your code has been hit in the load.&amp;nbsp; To verify this, temporarily add a timer for around 1 second and start it in the load.&amp;nbsp; In the Tick of the timer, see if the BO then has the translated data.&amp;nbsp; If so, you can then take a permanent approach by implementing the IInitOnFormLoad interface to control the order of the loading sequence....or something of that nature.&amp;nbsp; But first, make sure this is your problem.</description><pubDate>Fri, 22 Jun 2007 09:42:31 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>