John
I started to write "I cannot do it in a custom template.
It needs to be in a standard grid cell from query output."
In the query output, I have some controls hidden by READ PROTECT. I have filtering on a few columns (but thats probably OK to lose) and primarily TWO BUTTONS that start processes - and I think that can be done by a URL to call back into AIM. I've seen that <a href> somewhere recently. So I "MAY" be able to replace this grid output with all HTML and make my own <TABLE>, but its probably going to be a pain as we don't have any conditional output (PHP and Magic, for example) to load data in a cell or hide it. Actually, I tried this before and you don't have a way to output the <TABLE> header, and then only loop thru the data for the <TR> output, so I dunno.
OK, so whats the harder way to implement that directly into a Query Grid?