I'm calling a modal form, and hoping to capture a value that is being returned by it.
So, I call it by
do form frm1 with a,b to c
and in the form_destroy event of form frm1, I
return d
I've checked the value of d at that point, and it's correct, but when control returns to the calling form, I assume it should put the value into c. Unfortunately c is set to .T. for some reason. I'm initiating c above the do.. function and it makes no difference.
I just know it's something dumb I'm doing.
So, I call it by
do form frm1 with a,b to c
and in the form_destroy event of form frm1, I
return d
I've checked the value of d at that point, and it's correct, but when control returns to the calling form, I assume it should put the value into c. Unfortunately c is set to .T. for some reason. I'm initiating c above the do.. function and it makes no difference.
I just know it's something dumb I'm doing.