Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anybody tell me?
Message
From
17/07/1998 04:10:20
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
17/07/1998 03:51:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00118048
Message ID:
00118486
Views:
14
>
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform