Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formulario modal (tipo messagebox)
Message
From
21/01/2002 06:58:18
 
 
To
21/01/2002 06:17:17
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00607618
Message ID:
00607637
Views:
27
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
Previous
Reply
Map
View

Click here to load this message in the networking platform