Hello:
I have a form that I want to return an array from it. I call the form with a DO FORM frmName TO laretval. The form manipulates the data and stores the values in an array property and returns the property. The problem is that laretval is not an array and only stores the first element of the passed array. I tried passing it by reference without any luck. Finally I tried pre defining laRetval as an array and no luck. This cannot be that difficult what am I missing?
TIA,
I have a form that I want to return an array from it. I call the form with a DO FORM frmName TO laretval. The form manipulates the data and stores the values in an array property and returns the property. The problem is that laretval is not an array and only stores the first element of the passed array. I tried passing it by reference without any luck. Finally I tried pre defining laRetval as an array and no luck. This cannot be that difficult what am I missing?
TIA,