Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object form not found
Message
From
09/05/2000 02:03:09
 
 
To
08/05/2000 22:59:41
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00367483
Message ID:
00367503
Views:
16
Hi Darwin,
Im using this code in the init of my forms

_SCREEN.AddProperty("FormName", THISFORM)

After this step you must your command like this

CloseCommand = "_Screen." + gcCurWind + ".CloseEvent()"
&CloseCommand
Cemal.

>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform