andymartin3186
Member
- Local time
- Today, 20:11
- Joined
- Dec 10, 2024
- Messages
- 35
Hi,
I have a textbox formatted to put a prefix letter PUR and make it 5 digits total so ID 7 for example would be PUR00007
The textbox displays fine, but when clicked to copy this, the "PUR" formatting disappears leaving just 00007
This is a nuisance when I need to copy and paste from the box, is there a way to stop it doing this? Or some code that will copy the contents of the control to the clipboard without removing the prefix that I could assign to an adjacent button?
I have a textbox formatted to put a prefix letter PUR and make it 5 digits total so ID 7 for example would be PUR00007
The textbox displays fine, but when clicked to copy this, the "PUR" formatting disappears leaving just 00007
This is a nuisance when I need to copy and paste from the box, is there a way to stop it doing this? Or some code that will copy the contents of the control to the clipboard without removing the prefix that I could assign to an adjacent button?