Copy-Paste not working on Oracle Forms when copied from custom report output
Hi,
I need inputs on an issue i'm facing. I have developed a custom report which is having a layout on RTF file and output is on Excel format. I have column which is holding PO Number which is having '0' appearing before the number, to keep that intact I'm using below listed command.
<fo:bidi-override direction="ltr" unicode-bidi="bidi-override"><?PO_NUMBER?></fo:bidi-override>
It is working fine as long as display is concerned, however when user is copying the 'PO Number' and performing a search in Oracle form, the error is coming as 'Invalid PO', even though PO is valid. When I key-in the same number in the form and perform search it is able to search. Interesting point is I have another column which is Invoice number on the same report and when user is copy-pasting this column and performing a search Oracle form is recognizing it correctly.