Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A silly question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00914877
Message ID:
00914903
Vues:
8
Hi,

Is the error gives or points you to program line number? Most of the time the 'Object not found' error is caused by referencing an object which is not existing in the form container.

Example:

thisform.TEXTBOX1.Value = something

The system will look for an object named TEXTBOX1 within the form container but if it is not existing, then the above error pops-up.

>Hi,
>
>This might be silly, but I have been out of touch in FP for sometime and thi small thing bothers me.
>
>I am trying to have a small messagebox or some sort of box indicate the status of the program at various times (maybe on a successful login, loading in files, searching for info).. I want a status box.
>
>I am trying to figure if messagebox() can help me, but I dont want the user to press ok or cancel..it should be just FYI.
>
>I also can use a form with a text box in it, which will have a variable X as its control source and X is global. So I can put whatever message i need in X and I want to be able to call the form so that the box pops up wherever I call it with the message I send.
>
>Now whenever I am calling statusform.show, It throws me a message object not found. Am I missing something really basic ? Or have I forgotten the way fox works ? Please help by giving some ideas as to display the status (other than wait window nowait)
>
>thanks
>
>dinesh
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform