Functions in RAP (tabsheet Calc)
Hi,
you implemented standard function for string handling - CompareText,
LowerCase, UpperCase...
Problem is that those functions don't work with unicode.
For example (for code page 1250):
UpperCase('ešcržýáíé') = 'ešcržýáíé', but I need 'EŠCRŽÝÁÍÉ'...
Can you add AnsiLowerCase, AnsiUpperCase and AnsiCompareText?
P.S. I know - I can add my own functions, but I think that those functions
would be in standard list.
Thanks
Roman
you implemented standard function for string handling - CompareText,
LowerCase, UpperCase...
Problem is that those functions don't work with unicode.
For example (for code page 1250):
UpperCase('ešcržýáíé') = 'ešcržýáíé', but I need 'EŠCRŽÝÁÍÉ'...
Can you add AnsiLowerCase, AnsiUpperCase and AnsiCompareText?
P.S. I know - I can add my own functions, but I think that those functions
would be in standard list.
Thanks
Roman
This discussion has been closed.
Comments
Thanks for the suggestion. We will consider enhancing the built-in function
set of RAP for a later release of ReportBuilder. Currently (as you mention)
you will need to add these routines to RAP your self using RTTI or PassThru
functions.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com