Hi.
We have a singleline edit for searching texts and such in one of our forms.
I can paste text into it when I first run the program, and take action on the modified event when Enter is pressed.
But if I go into the edit and do another CTRL-V to paste text one more time, the text on my clipboard is not pasted into the edit.
I've tried with both the SingleLineEdit control built into PB and u_sle from PFC - same story.
I have also debugged the GetFocus() event and verified that the text is still in the clipboard using:
ls_text = ClipBoard()
Is this a known issue for a SingleLineEdit?
Is there any property to set or any other workaround to be done?
Using a Datawindow is really not an option here.
Regards,
Bjarne Anker
Maritech
Norway