Home > Archive > Clarion > March 2006 > Convert lowercase to uppercase on incremental Variable String
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Convert lowercase to uppercase on incremental Variable String
|
|
| KimDongHo@gmail.com 2006-03-19, 6:55 pm |
| Hi all,
I am using 6.1PE and TPS.
I created a browse list and added a variable string to search a record
using incremental locator.
For example, when I type a letter "p", it locates a record starting
with "P" on key field.
I want to display the variable string to uppercase without using Caps
Lock on keyboard.
For the Entry property, I can choose "Uppercase" in the Case option.
But String Property, it does not have Case option.
Any suggestions will be helpful.
| |
| George 2006-03-21, 7:04 pm |
| locatorString = Upper(locatorString)
Regards,
George
KimDongHo@gmail.com wrote:
> Hi all,
>
> I am using 6.1PE and TPS.
> I created a browse list and added a variable string to search a record
> using incremental locator.
> For example, when I type a letter "p", it locates a record starting
> with "P" on key field.
> I want to display the variable string to uppercase without using Caps
> Lock on keyboard.
> For the Entry property, I can choose "Uppercase" in the Case option.
> But String Property, it does not have Case option.
>
> Any suggestions will be helpful.
| |
| KimDongHo@gmail.com 2006-03-23, 9:55 pm |
| George,
Thank you for your response.
I understand your comment but I don't know where I have to embed it.
I tried before and after of Accepted/Selected of String Property.
Doesn't work.
| |
|
|
KimDongHo@gmail.com wrote:
> George,
>
> Thank you for your response.
> I understand your comment but I don't know where I have to embed it.
> I tried before and after of Accepted/Selected of String Property.
> Doesn't work.
Hi!
Try to assign Uppercase value in TakeKey method (after Parent)
With regards,
Yuri Filosofov
| |
| KimDongHo@gmail.com 2006-03-28, 9:55 pm |
| Yuri,
Doesn't work.
Thanks anyway.
|
|
|
|
|