Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object form not found
Message
De
08/05/2000 22:59:41
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Object form not found
Divers
Thread ID:
00367483
Message ID:
00367483
Vues:
62
To All,

I need some assistance on this: if I launch a Form from another Form then close the Child Form I get an 'Object objectname not found' error. The objectname displayed is the child form's Name property.

The Windowtype is 0-Modeless for both the parent and child form. Both forms are subclasses of one form class. In their Activate() method I store their form name to a global variable:
gcCurWind = ALLT(UPPER(THISFORM.Name))

To close a form, the Close button in the toolbar has this code:
CloseCommand = gcCurWind + '.CloseEvent()'
&CloseCommand

The .CloseEvent() method has this code:
RELEASE THISFORM

I issued a command to display: WAIT WIND TYPE(gcCurWind)
and it displays 'U' (unknown) for the child form.

But if I try to callout the Child Form from the menu pad, it works fine. Am I missing something here?

Please help me on this.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform