Page 1 of 1

Mouse right click and past into a DC_GET

Posted: Tue Jan 31, 2017 12:44 pm
by ivanvazan
We have noticed that when we paste into a DC_GET using right click the system seems to insert the value and not trim it to the correct length after the paste.

We are using:
XBase++ version 1.9 Build 335
eXpress++ version 2.0 Build 261

I have attached an example document. Let me know if there is something I can change in our release/build.

Re: Mouse right click and past into a DC_GET

Posted: Tue Jan 31, 2017 1:21 pm
by rdonnay
This appears to be a problem with the Right-Click operations menu of the XbpSle class.

DC_XbpGet() inherits from the Get() and XbpSle() class.

If you use Ctrl-V or Shift-Insert it works correctly because it calls the :pasteMarked() method of the DC_XbpGet() class.

I do not have an answer for you yet.