Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error calling a find form
Message
De
12/03/2000 18:49:12
Gerald McKinsey
Keystone Consulting Services, Inc.
Yorktown, Indiana, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00343821
Message ID:
00344780
Vues:
22
Hi Roxanne,

Thanks again for the response. I did a recompile of the project, and it did not help. I do now know that the error is occuring in the DoForm function in utility.prg. It occurs on the statement:

loObject = CREATEOBJECT(tcClassName,@tuParm1)

At this point tcClassName is set to the name of my find form, and tuParm1 is a reference to the calling form, and is defined as an object. As soon as this statement is executed, this is what I see happening in the debugger:

1. It goes in and initializes some objects on form (3d boxes, mm_line)
2. Sets the forms environment based on system settings (talk on or off, etc)
3. Inits the SearchListObj on the find form
4. Creates the data environment for the find form
5. Sets up my data environment for the find form (collectionfindform)
6. Sets up the grid on the find form
7. Sets up and register the BizObjs on the find form
8. Sets up the buttons at the bottom of the find form (Select, Find Now, Etc)
9. Sets up the remaining controls on the form (checkbox, labels, etc)
10. Sets up the controls I added at the top of the form for searching purposes
11. Destroys SearchListObj ??
12. Destroys my CollectionFindEnvironment data environment ??
13. Unloads my find form ??

OK, now I'm really confused. If I am interpreting this correctly, it looks like the form is being created, and then destroyed without ever being displayed. Is this correct? Have I missed an obvious problem here?

TIA for any suggetions you may have.

Brian Randall
Keystone Consulting Services
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform