Last one today.
I’m trying to set a value in QuoteDtl.ShortChar01 (on a system that began life in E9). I have this event setting it and everything works up until the point this assignment happens.
When I mis-entered QuoteDtl.ShortChar01 as OrderDtl.ShortChar01, it saved okay, but did not, of course, set the value.
After I correct the dataview name, that’s as far as it goes. The form hangs and I have to close it.
All I’m trying to do is set QuoteDtl.ShortChar01 = “NEW”.
Should anything go in Expression or Data Type?
Thanks for any help, as always.
Joe