| Will Smythe 2005-06-05, 5:45 pm |
| Rob wrote:
> Additional info:
>
> I know that I can solve it by using the options of the widget. But then I
> have to fill the values for every screen again. Therefor I want to fill it
> only once at the start of the application by using a global varaible.
>
>
> "Rob" <Rob@Rob.com> schreef in bericht
> news:clt53d$3s6u$1@news.boulder.ibm.com...
>
>
>
>
Rob,
I assume you've figured this out by now, but here's a suggestion for others.
You can use multiple "Set" actions (inside of your Start event or any
screen customization) if you make sure and click Advanced / "Append this
value to the end of the existing value". This does not concatenate the
string values, but actually creates an indexed global variable and
appends the new value to the end of the list of values.
Will
|