sDBCtrlGrid do Not Work with ImageEnDBView Root › Discussions › AlphaControls This topic has 2 replies, 2 voices, and was last updated 9 years, 11 months ago by nosouhi. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 18, 2015 at 12:27 pm #53398 SupportKeymaster Hello You can try to search in the 'dbimageen.pas' file this line: Code: if parent.ClassName = 'TDBCtrlGrid' then and replace it by this: Code: if pos('DBCtrlGrid', parent.ClassName) > 0 then This solution should work. May 18, 2015 at 8:35 pm #53410 nosouhiParticipant very thank dear Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Discussions › AlphaControls