Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using ATC case sensitive condition for Ums and UMS
Message
 
 
To
22/04/2003 11:04:27
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00780145
Message ID:
00780146
Views:
10
>How can i write case sensitive condition for "Ums" and "UMS" using ATC
>
>IF ATC("Ums",mAccess)<>0
> =messagebox("you have edit access")
>endif
>
>
>
>IF ATC("UMS",mAccess)<>0
> =messagebox("yes have view access")
>endif
>
>
>Thank you very much.
IF "Ums" $ mAccess)
	=messagebox("you have edit access")
endif
...
IF "UMS" $ mAccess
	=messagebox("yes have view access")
endif
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform