Hi
Am I right in thinking that within a declarative dialog block one can only have one input, display array, input array statement?
What I am trying to do is something like:
DIALOG statistics()
DISPLAY ARRAY areaA[1].nodeA TO tble_1.*
END DISPLAY
DISPLAY ARRAY areaA[2].nodeA TO tble_2.*
END DISPLAY
DISPLAY ARRAY areaA[3].nodeA TO tble_3.*
END DISPLAY
END DIALOG
Will I need to split the above into multiple dialog blocks and use them via separate SUBDIALOG statements?
Thanks
Gary