sDBCtrlGrid do Not Work with ImageEnDBView

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36517
    nosouhi
    Participant

    hi dear

    in The links below have said that alphacontrol supported of imageEn library.

    http://www.alphaskins.com/showdoc.php?l=en&n=5

    But when we use ImageEnDBView in sDBCtrlGrid, the same image can be seen in all cells sDBCtrlGrid.

    please see attached sample

    #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 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.