liao99
27th December 2005, 12:51
Hi,guys:
i would create a tree object;
how to use the DsCtree object?anyone give me a code sample?
Thank you!


DsCtree object's description:
http://www.baanboard.com/programmers_manual_baanerp_help_functions_user_interface_objects_dsctree

george7a
27th December 2005, 13:29
You should be able to create it using the create.object() (http://www.baanboard.com/programmers_manual_baanerp_help_functions_user_interface_objects_create_object) function with "the right" parameters. I have created many objects but I didn't try the tree object yet. It is a part of the 3GL programming the differs from the 4GL

check those links:
http://www.baanboard.com/baanboard/showthread.php?t=25883&highlight=3GL
http://www.baanboard.com/programmers_manual_baanerp_help_3gl_features_overview

- George

liao99
28th December 2005, 03:16
thank you,i will try it.