Hi,
I am creating a report script with a dialogue using drop list boxes. I want the user to be able to select different sales areas as input to the report. Depending on the selection, in the same dialogue I want to offer a second selection to refine the scope.
For instance, if the first drop list box holds two options - "European sales" and "Asias sales" - and the user select "European sales", then the second drop list box should read its contents from an array where the European salses offices are listed. For instance "Denmark","Germany","UK",...
I was first looking at "setDlgListBoxArray" as a candidate to achieve this, but it doesn't seem to be doing what I am looking for here.
Have anybody out there tried this before? A helpful hint to the right direction would be appreciated.
/ Harry