TerenceZ 0 Newbie Poster

I am using a BDCtrlGrid in a delphi unit. On the DBctrlgrid are two dbText's and one DBMemo. Now I moved the application that uses this unit into a dll. Now, when showing the form, the grid shows the 10 records in the table, but the DBMemo only shows the data in the selected record, the other 9 being empty. If you select any of the other records, it's DBmemo's cotent is shown and not the others, etc. Has anyone else experienced this? Solution? The DBText components are fine.