Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I abort a form from the Init method?
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01286760
Message ID:
01286824
Vues:
27
>Naomi,
>
>That didn't work either. Here is my Init code now (I decided that I really didn't need the ASSERT command):
>
>
>PARAMETERS nProjectID
>LOCAL nGrpCount, llResult
>
>llResult = INDEXSEEK(nProjectID, .T., 'Projects', 'ProjectID')
>IF NOT llResult
>	MESSAGEBOX('Project not found in Projects table')
>	RETURN .F.
>ENDIF
>
>
>Jim

Are you saying that the form still shows up?

Well, you can also change PARAMETERS to LPARAMETERS and add t letter for the tnProjectID, but this is not the problem. Something else is wrong here.

Ok, let's try to eliminate the unknown factors.

Create a new form, add Projects table to its DE and add your code in its Init.

Would the form show up?

If not, we would now need to examine what exactly is wrong with your form. Usually it's not an easy process and may require some iterations/code removing/etc.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform