Forum > Packages and Libraries
VirtualDbGrid Can i do some thing like that
eldonfsr:
Hi is possible with virtualgrid do some thing like that or virualdbtree
any idea great...
thanks...
wp:
There's a ready-made component for it: https://github.com/adem0x/virtualdbtreeex, you can also find it on Online-Package-Manager. See https://forum.lazarus.freepascal.org/index.php/topic,55727.msg415912.html#msg415912 for a demo project.
eldonfsr:
Ok thanks i download package but when i compile send this error
VirtualTrees.pas(772,19) Error: No matching implementation for interface method "SetData(const tagFORMATETC;var TagSTGMEDIUM;LongBool):LongInt; StdCall;" found
I have lazarus 2.0.12 on windows
eldonfsr:
I had installed virtualtree from repository package on line , so i need to uninstall this and download form ccr repository and install..
wp:
--- Quote from: eldonfsr on December 11, 2021, 09:52:47 pm ---Ok thanks i download package but when i compile send this error
VirtualTrees.pas(772,19) Error: No matching implementation for interface method "SetData(const tagFORMATETC;var TagSTGMEDIUM;LongBool):LongInt; StdCall;" found
I have lazarus 2.0.12 on windows
--- End quote ---
I checked with Laz 2.0.12 on Win 11. It has a built-in VirtualTreeViews package (needed by the Online-Package-Manager). No problem to add VirtualDBTreeEx. Then I installed the VirtualTreeViews from OPM - again no compilation issue.
Did you try a clean recompilation of the IDE? "Tools" > "Configure Build Lazarus" > in the "Clean up" box, check "Clean all" and "Switch after building to automatically" > "Build".
Navigation
[0] Message Index
[#] Next page