remsor,
If you look in the Mover method of the VFPSkin2 class you will see that it references a property right at the top. Mine is this:
IF THIS.inmovil=.F.
...I am just guessing here, but try setting the inmovil property to .T. in the class itself and I think it will stop moving your form. Also, if you want it to be a case-by-case basis then you could make it reference the form property instead by changing the line in the VFPSkin2 Mover method to:
IF THISFORM.Movable =.F.
...a little word of caution, I haven't tried this but it seems in reading the code that it will do what you want. Give it a try, there be some other stuff you'll need to fix up that I haven't seen or thought of yet.
Slighthaze = NULL
[ul][li]FAQ184-2483
An excellent guide to getting a fast and accurate response to your questions in this forum.[/li][/ul]