VFP8 - SP1
I have subclassed a form with a pageframe, and have some problems with it
with the Pagecount property. In the class I give the pageframe 10 pages.
Then when I use it in a form I set the property to e.g. 3 in the form init
event (I have also tried the pageframe init event). The result is that it
still comes up with 10 pages. I have found one solution, and that is to
duplicate the line in the init event - and it works:
*!* form init
thisform.pageframe1.pagecount = 3
thisform.pageframe1.pagecount = 3
This does not make sense. Am I missing something, or is this a known
problem?
Zeke