NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Niels Larsen on February 25, 2009, 09:46:45 AM
-
Hi
If would like to refresh my Browse every time i select/clik a record. I will use this to create my own kind of tree - so every time i reload my browse I rebuild my table with a new tree on behalf on the selected record. OK - not the beste way to create at tree but i hope it will work....
Any ideas??
Regards Niels Larsen
-
I'm not sure it's a good idea, but you can try it out to see how well it works.
In your browse is a routine called "CallClicked".
All you need to do to re-generate the browse, and refresh it on the page, from here, is to call
do CallBrowse
Cheers
Bruce
-
Thanks Bruce.
I'll try.