crewchiefpro6
Programmer
I have always used this code in the activate of any pageframe Active page:
THIS.FONTBOLD = .T.
THIS.FONTNAME = "Tahoma"
THIS.FONTSIZE = 10
and this in the deactivate of the page:
THIS.FONTBOLD = .f.
THIS.FONTNAME = "Tahoma"
THIS.FONTSIZE = 9
I try to make the page jump out at them just a bit on entry and return on exit to the previous settings.
My question is how can I make this into a method for each so I can change one setting that affects all of them. I have tried to create a method with the same info in them but THIS is no longer the pageframe page. If I can do this then I can create a class but first I need it to work on the test form.
Don
Don Higgins
THIS.FONTBOLD = .T.
THIS.FONTNAME = "Tahoma"
THIS.FONTSIZE = 10
and this in the deactivate of the page:
THIS.FONTBOLD = .f.
THIS.FONTNAME = "Tahoma"
THIS.FONTSIZE = 9
I try to make the page jump out at them just a bit on entry and return on exit to the previous settings.
My question is how can I make this into a method for each so I can change one setting that affects all of them. I have tried to create a method with the same info in them but THIS is no longer the pageframe page. If I can do this then I can create a class but first I need it to work on the test form.
Don
Don Higgins