PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Tree Table
Tree Table
Débuté par Peter PURTON, 13 mai 2017 00:40 - 1 réponse
Posté le 13 mai 2017 - 00:40
Hi all
Can some one kindly point me in the right direction
I want to, Display a tree
That holds the Customer
Then they can drill down
And see all of the transactions for this customer.
also, they have to be able to post transaction for this Customer.
Hope I have made sense of this.
TIA Peter
Posté le 13 mai 2017 - 16:05
Hi Peter,

you need to use either a treeview control, or a table/treeview

You'll also need to fill it via programming, as you are displaying
elements based on several files.

If your users can have lots of data, then it's probably better to load
the sub element on the fly, when the user clicks to request them, or
your initial loading time will be too big

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 5/12/2017 à 4:40 PM, Peter PURTON a écrit :
Hi all
Can some one kindly point me in the right direction
I want to, Display a tree
That holds the Customer
Then they can drill down And see all of the transactions for this customer.
also, they have to be able to post transaction for this Customer.
Hope I have made sense of this.
TIA Peter