Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object CHICKS is not found.
Message
De
05/05/2003 03:01:45
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Object CHICKS is not found.
Divers
Thread ID:
00784798
Message ID:
00784798
Vues:
43
i have a project with two forms and a toolbar.
lets call the first form "BIGDADDY", the second one "CHICKS".
each of the form has an Activate method that goes like this:
* cCurwind is a public variable
cCurWind = This.Name

the toolbar has 3 buttons: with captions BIGDADDY, CHICKS, CLOSE.
clicking BIGDADDY button opens the BIGDADDY form.
clicking CHICKS button opens the CHICKS form.
clicking CLOSE button closes whichever is the active form (BIGDADDY/CHICKS)
the close button click event has this code:
myMacro = cCurwind + ".Release()"
&myMacro

i have added a button on BIGDADDY (lets call the button cmdChicks) with a caption "chicks". the button is used to open the CHICKS form from the BIGDADDY form:
* the code on BIGDADDY.CLICK()
DO FORM CHICKS

---------
the problem:
i clicked on the cmdChicks and the CHICKS form shows up.
when i click the CLOSE button, the message "object CHICKS is not found." shows up.
what's supposed to be the problem with this?

-tia
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform