Can anyone give me a push down the path of using the monitor client to access DTML methods. I have a s simple methods that returns a value from a SQL call. The method looks like this: <dtml-in getSample><dtml-var sample></dtml-in> I would like to examine sample in the monitor. -D