PDA

View Full Version : Random Quotes Appearing Around Data



infilcolee
04-15-2011, 08:04 AM
Has anyone every had or heard of a problem where random quotation marks appear around data?

We have been running into this issue for a few months now. When we open a form in Data Manager and enter information into the text boxes, quotes will appear around the text when the form is opened again. The quotes appear after we click OK on the form. You will then see the quotes within the cells of Data Manager as well as on the SQL Database. You can manually delete them next time the form in open, but then they automatically appear again once the data is changed in the text box.

The other weird thing is that it does not happen all the time. We have been able to narrow it down to only happening on the forms in Data Manager. This does not happen in AutoPLANT P&ID or when manually entering data into the cells in DM.

We have only altered the forms in VB6 by adding new text boxes and combo boxes. Besides, we as users do not even have control over the saving mechanism for the AutoPLANT forms. The quotes appear to be attaching themselves after you click OK (save) on the form.

These quotes came out of nowhere and we can't figure out how to get rid of them...

Bentley Tech support says it is our code in the DLL causing the problem, but we obviously have not programmed anything telling quotation marks to attach to data. We feel that it is coming from a DLL that we do not have control of.

Any Ideas?

PeterJ
04-18-2011, 12:00 AM
Does it also happen when you use a default rebcompdlgs.dll ? If so, some setting in your customized version must be the cause.

infilcolee
04-18-2011, 05:22 AM
I do not recall the quotes appearing with the default rebcompdlgs.dll

This would seem to point the issue to our custom dll, but I don't know what to look for in the code.

I'll have to do some more research on the matter.

Thanks though...