sDBCtrlGrid do Not Work with ImageEnDBView

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53398
    Support
    Keymaster

      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.

      #53410
      nosouhi
      Participant

        very thank dear

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.