alias mdx_fullpath { return $+(",\\graciela\daniel\KamelotScript\\mdx.dll,") }

alias mdx { dll $mdx_fullpath $1- }

alias mdxinit {
dll $mdx_fullpath SetMircVersion $version
dll $mdx_fullpath MarkDialog $dname
}

dialog Mdx_dialog {
size -1 -1 540 206
title "View"
list 1,10 7 503 156,extsel size
button "Aceptar ",2,15 166 60 30
text "30 0 100",3,404 174 100 15
}
on *:dialog:Mdx_dialog:init:*:{
mdxinit
mdx SetControlMDX $dname 1 ListView report flatsb grid > \\graciela\daniel\KamelotScript\\views.mdx
mdx SetControlMDX $dname 3 ProgressBar > \\graciela\daniel\KamelotScript\\ctl_gen.mdx


how can i do it to made work the progges bar

thnx


mess with the best