Quote form hangs on setting value in Application Studio 24.1

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

1 Like

If I let the form sit long enough, I get the following. Mean anything to anyone?

Thanks,

Joe

A thought: this is running on a ColumnChanging event. It might be going in a circle. ??

1 Like

That was it. I added a field to TransView and stored the value there, then added an after column changed event to move that to QuoteDtl.

2 Likes