Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grandparents?
Message
From
11/03/1999 16:35:31
Donny Sims
Independent Computer Consultants Inc
Scottsboro, Alabama, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Grandparents?
Miscellaneous
Thread ID:
00196532
Message ID:
00196532
Views:
66
I've created a container class with a timer and a command button group in it, when the timer (timer1) fires it clicks the first command button (command1) and shuts itself off like this:
this.parent.commandgrp.command1.click
this.enabled=.f.
Which starts a process that cascades through the command button group. All this is working fine, the problem comes when the last command button attempts to restart the timer with :
this.parent.parent.timer1.enabled=.t.
The timer is not restarting, is parent.parent a valid reference ? Is their any other way to reference timer1 from a button in the command button group ? Should I just give up on finding something useful to do with command button groups ?

TIA
Donny Sims

Life is what happens to us while were busy making other plans.
- John Lennon
Next
Reply
Map
View

Click here to load this message in the networking platform