Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Yes. More than likely the BOs have not been translated by the time your code has been hit in the load. To verify this, temporarily add a timer for around 1 second and start it in the load. In the Tick of the timer, see if the BO then has the translated data. 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. But first, make sure this is your problem.
|