Focal Point
[SOLVED] TABLE HOLD FORMAT HTMTABLE causes drill-downs to fail

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/671103825

September 15, 2010, 03:02 PM
John_Edwards
[SOLVED] TABLE HOLD FORMAT HTMTABLE causes drill-downs to fail
I have a report going into an iframe and I'm wrapping it in an html page to improve appearance. I have this --

TABLE FILE CAR
PRINT . . .
WHERE . . .
ON TABLE HOLD FORMAT HTMTABLE AS 'TABLEOUT'
ON TABLE SET STYLE *
-INCLUDE winkle.sty
TYPE=DATA,
COLUMN=N3,
DRILLMENUITEM='Break Out by Region',
FOCEXEC=dashboard_drill_region(CLIENT_TYPE=N1 RPTSTARTDT=N9 RPTENDDT=N10),
TARGET='_blank',
$
END

Then below that I have

-HTMLFORM BEGIN
.
.
.
!IBI.FIL.TABLEOUT;
.
.
.
-HTMLFORM END

Wrapping it like this lets me play with the iframe sizes on the portal screen and get "Please Wait" messages up and makes for a much more deluxe appearance.

But!

When I send to an HTMTABLE format and embed it, it fails. It turns off the drill downs. It throws an error when I click on the field instead of giving me my little focexec menu. When I send to HTML it works correctly. That one change flips the switch.

The question is this -- has anyone figured out a way to make drill menus function in an HTMTABLE format?

J.

This message has been edited. Last edited by: Kerry,



September 15, 2010, 03:05 PM
John_Edwards
Found a solution here -- http://forums.informationbuild...391005162#5391005162