Any information would be appreciated.
Thanks!
Shireesh
email : shireesh...@lgeenergy.com
string presentation_style
string dw_type
presentation_style = dw_1.Describe("datawindow.processing")
CHOOSE CASE presentation_style
CASE "0"
dw_type = "Form, group, query,or tabular" //default setting
CASE "1"
dw_type = "Grid"
CASE "2"
dw_type = "Label"
CASE "3"
dw_type = "Graph"
CASE "4"
dw_type = "Crosstab"
CASE ELSE
dw_type = "Not Listed"
END CHOOSE