How to create a interactive HTML with two tabs which change the chart image in one based on the value choosen in dropdown list
rpt = New Window("Image Gallery Report", TabBox("Overlay Maps", H List Box( row1_hlist = V List Box(Text Box("Image Gallery from: " || "INTW.203P"), //Text Box("Found " || Char(N Items(image_files)) || " images"), Spacer Box(Size(0, 10))), Spacer Box(Size(0, 20)), // Second row label row2_hlist = V List Box(Text Box...