In my example, in say UDM1, I have:-
REDIM gArr(500) ' previously defined in
' App Declaration
udmCommon(gArr())
This somehow causes OPO Designer to crash. If
anyone has a solution to a similar requirement,
I'd be grateful if you could post the answer to
me.
By the way, is an assignment of one Array to
another supported. If so, is the syntax something
like this:
vArr2() = vArr1()
Thanks for any reply in advance.
Regards
Bob Gill
email: bg...@wire.net.au
In my experience arrays are not very well supported in OPO. Try to use
dynamic recortsets instead. BTW: if you're using a global array, you might
as well just pass the index??
regards
Kári Poulsen