aharrisreid
Programmer
Using VFP 7, I have a pageframe with which I want the initially-activated page to be controlled according to the value of a parameter passed to the parent form. I would like to activate the page by checking the value of thisform.property from pageframe.init(), but the problem is at that stage form.init() has not yet fired, so the passed value has not yet been stored to a form property.
Q. Apart from activating the page at the end of form.init() (which will involve testing for the existance of the contained pageframe first), is there any other way of accessing a passed value before form.init() fires? Is there any other way of passing a value to a form such that it is available immediately?
Any help would be appreciated.
Alan