BAQ combo box won't display entered data

Hi,
I have three BAQCombo boxes attached to decimal UD fields on Part. The selection works fine–I can select the option and it displays. I save the record and can query the data out.

But when I save, sometimes the combo box goes blank. And when I clear the form and call the part back up, the contents don’t show in the combo boxes. I can save the record and still query out the data. It’s just not showing.

It’s like in the configurator where you have to refresh the combo box before you can store a value there.

The string combo boxes are working fine.

I’ve attached a screen shot of the combo box properties.

Anybody seen something like this? Is there a “refresh” code to be added?

Thanks,

Joe

I’ve seen this. You need to match the system number of decimals, in our
case it was 4.

Ah…

The BAQ is reading a PCLookup table and the data there is in a character
field. The combo box is converting it to decimal and storing it, but it’s
not matching the data set coming from the BAQ when it goes to put it back.

Back to work…

Thanks, Randy. That got me pointed in the right direction.

Joe