Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Formulario modal (tipo messagebox)
Message
De
21/01/2002 06:58:18
 
 
À
21/01/2002 06:17:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00607618
Message ID:
00607637
Vues:
33
Hi Claudio;

>In a valid of on editbox in the form1 i have:
>if condition
> opc=mymesaje("error")
> if opc = 1
> .
> .
> .
> endif
>endif
>
procedure valid
if condition
   return .f.
endif
endproc
procedure errormessage
  opc=messagebox("error")  && message box is the best tool for that purpose
  if opc = 1
     .
     .
     .
  endif
endproc
Regards

Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform