DBTreeview in WebClient

Using Servoy to administrate the content of your website? Discuss all webrelated Servoy topics on this forum!

DBTreeview in WebClient

Postby amchtwe » Mon Mar 24, 2008 9:01 am

hi all,

here i got a problem with DBTreeView on the web client

i already tested it on smart client, it works well.

I've no idea what to do.

anybody, pls help me


if (globals.glb_didTreeViewInit == 0)
{
//set the relation to discover other nodes (when clicked open)
elements.dbtreeview.setNRelationName('country_to_region')//will be in most cases self join relation


//set the method to call and dataprovider value to pass when node clicked
elements.dbtreeview.setCallBackInfo(globals.glb_node_selected,'country_id');

refreshTreeView();
globals.glb_didTreeViewInit = 1

elements.dbtreeview.selectionPath = new Array(1,2,3);
}
You see things; and you say "Why?"
But I dream things that never were; and I say "Why not?"
amchtwe
 
Posts: 32
Joined: Wed Feb 06, 2008 7:46 am
Location: BKK

Postby pbakker » Tue Mar 25, 2008 10:10 am

What is the problem?
pbakker
 
Posts: 2822
Joined: Wed Oct 01, 2003 8:12 pm
Location: Amsterdam, the Netherlands


Return to Web Development

Who is online

Users browsing this forum: No registered users and 8 guests