I have edit boxes in forms in VFP 6 with a popup to copy/paste and it works fine, but when I try the same form in VFP 9, the copy {ctrl+c} erases the text and will not paste. Any clue what I am doing wrong? Do I need something more to make it compatible?
Hi Tamar,
Yes, I have a menu pad on it ... and it works perfectly in VFP 6. Is there something I need in the config.fpw that I might have missed? I have both versions on my machine and flip back and forth all the time. They use the same config.fpw.
It is very strange... a ctrl+c will delete the highlighted text, and it seems the ctrl+v does nothing.
I can assure you that nothing has changed in VFP that could explain the behaviour you are seeing. All my apps have menus with cut, copy and paste, and they all work as expected, as do Ctrl+C, etc.
The only explanation I can think of is that you are redefining Ctrl+C and Ctrl+V somewhere - either by assigning them to shortcuts in other menus, or in a Keypress event, or perhaps with ON KEY LABEL. Is that possible?
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
Thanks for the input. I did get it working... I reset my top sysmenu to _medit and it is working... dont know why it was different in vfp 6... was probably just lucky. Just knowing that it had not changed pointed me in the right direction. Thank you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.