I use VFP5 and my problem is with richtx32.ocx
I have a form on to which I have placed my richtext object.
All works fine and dandy. Change colour font, left right center
and so on.
My problem is that when I call up another form on top of the one with richtext on it, on closing the second form and returning back to the original form the richtext object moves to the top left of the screen. When I check the position it returns the orignial cordinates.
I've tried numerous things to resolve this problem.
Placing the object in a container. No good the object moves out of the container etc.
If I set the original screen locked no problem. But the second window if you move it cascades, way to messy.
Then unlock when the second closes.
Or make the richtext invisible open the second form and make it visible on return. Problem there is you can't see the the richtext object if part is still visible or you move the second form.
My main form is modless and and forms called from here are modal.
If anyone has come across this I would greatful for some tips.
Thanks you.
I have a form on to which I have placed my richtext object.
All works fine and dandy. Change colour font, left right center
and so on.
My problem is that when I call up another form on top of the one with richtext on it, on closing the second form and returning back to the original form the richtext object moves to the top left of the screen. When I check the position it returns the orignial cordinates.
I've tried numerous things to resolve this problem.
Placing the object in a container. No good the object moves out of the container etc.
If I set the original screen locked no problem. But the second window if you move it cascades, way to messy.
Then unlock when the second closes.
Or make the richtext invisible open the second form and make it visible on return. Problem there is you can't see the the richtext object if part is still visible or you move the second form.
My main form is modless and and forms called from here are modal.
If anyone has come across this I would greatful for some tips.
Thanks you.