Home » Developer & Programmer » Forms » Tree node icons (Developer 6I database Express Adition)
Tree node icons [message #441883] Wed, 03 February 2010 10:55 Go to next message
shahzaib_4vip@hotmail.com
Messages: 410
Registered: December 2008
Location: karachi
Senior Member
DECLARE
   htree         ITEM;
   current_node  FTREE.NODE;
   find_node     FTREE.NODE;
BEGIN
htree := Find_Item('block28.tree8');
find_node := :SYSTEM.TRIGGER_NODE;
ftree.set_tree_node_property(htree, find_node, ftree.NODE_ICON, 'E:\Project\inventory\icon\delete.ICO');
END;


This is my code for hierarchical tree its working but when i click the tree node then its show the node icon

i want when i run module its show node icon

Regards

Shahzaib ismail
Re: Tree node icons [message #441914 is a reply to message #441883] Wed, 03 February 2010 22:35 Go to previous messageGo to next message
beginnerHere
Messages: 55
Registered: October 2009
Member
Put the code in the When_New_Form_Instance or where you are populating the tree through record group etc. I think that you would be using the current code in the When_Tree_Node_Selected or activated trigger.

Hope it somehow helps
Re: Tree node icons [message #442059 is a reply to message #441883] Thu, 04 February 2010 10:26 Go to previous message
shahzaib_4vip@hotmail.com
Messages: 410
Registered: December 2008
Location: karachi
Senior Member
Solved my problem


Actually i am using record group and i am not mansion there the path of my icon


Thanks


Shahzaib isamil
Previous Topic: Can not select different values from the list item
Next Topic: priviliges assign
Goto Forum:
  


Current Time: Fri Sep 20 07:36:01 CDT 2024