Re: Tree View Getting Data

December 3 2004 at 12:02 PM
No score for this post
  (no login)
from IP address 200.163.243.10


Response to Tree View Getting Data

 

for sclick in item of the treeview:

alias mdx-info { var %tokens = $3 | if ( %tokens == $null ) set %tokens 3- | did -i $1 $2 1 page $prop | return $gettok($did($1,$2,1), %tokens ,32) }

on *:dialog:DIALOG:sclick:ID:{
tokenize 32 $did($dname,$did,1)
var %action = $1
if (%action == slclick) {
echo -s Item: $mdx-info($dname,$did).event
}
}

 
Scoring disabled. You must be logged in to score posts.Respond to this message   
Create your own forum at Network54
 Copyright © 1999-2009 Network54. All rights reserved.   Terms of Use   Privacy Statement