Hopefully somebody can enlighten me as to what I'm not getting with this. I have two custom forms that are defined as dockable and run in _Screen. I can dock either one to _Screen by iterating the _Screen.Forms collection and then using
DOCK NAME oForm POSITION 1
I seem to not have too much trouble using the DOCK command with the VFP windows but for the life of me I can't get my two windows to tab dock to each other. If I refer to the forms by name VFP tells me they're not Defined but they exist in _Screen.Forms collection and ADOCKSTATE() seems to be able to correctly identify the dock position. I can manually manipulate the dock positioning to get it where I want but not programatically.
Any help is greatly appreciated!
Thanks,
Ralph Kolva