Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anybody tell me?
Message
De
17/07/1998 04:10:20
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
17/07/1998 03:51:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00118048
Message ID:
00118486
Vues:
15
>
>How to use Rangehigh, RangeLow and Error? Can you give me an example?
>
>Thanks a lot.
>
Set notify off in ie: form.init. In textbox try putting these
* Rangehigh event
if this.value > 90
	wait window nowait "Value must be less than or equal to 90"
endif	
return 90

* rangelow event
if this.value < 0
	wait window nowait "Value must be greater than or equal to 0"
endif	
return 0

* selectonentry = .t.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform