2007 Jan 09 4:33 PM
There is a way to set up a variant not to change the input to uppercase but to keep it case sensitive.
I forgot which attribute it is.
Help!
Thanks.
2007 Jan 09 4:36 PM
2007 Jan 09 4:46 PM
I know there is a way to do it when you save a variant rather than making a programming change.
Anybody know?
2007 Jan 09 4:50 PM
2007 Jan 09 4:54 PM
I'm not sure how this could be done. After all, the parameter would get tranlated back to upper case when the program runs.
rob
2007 Jan 09 4:38 PM
2007 Jan 09 4:44 PM
By declering like
parameters: p_check type c lower case.
u can achieve.