Hierarchical list
Hi
On one of your demo on .NET you showed how to do a hierarchical list, is there an equivalent on Delphi 10.3?
I would like to print a receipt in this layout, could you please help me how to do it.
This is the demo on YouTube
https://www.youtube.com/watch?v=_Bd17-8r8FM&list=PL6gTDEj1vGyE9_DlSQdu0d5OmLsoCDIxs&index=12
Comments
Sorry I forget to mention that the data stored on the same table and the hierarchy link is using the UniqueID and ParentID here is the actual data as stored in the database
See a sample in the attach
Thank you for the quick reply, I tried to implement it with my data, it worked but one issue it's shifting the whole line to the right, I just wanted to shift the description control and keep the qty and the price on the same position.
Hi
Anyone needs the solution to the above issue let me know, I managed to sort it out with few lines of code.