‎2007 Apr 24 11:48 AM
I am working with some case sensitive data in a work flow. To set and get the values from the container, I am using the macros swc_set_element and swc_get_element.
I realized that these macros automatically convert the case of the data I am passing to upper case. I don't want the case conversion to happen, and want to retain the original case of the data (which is a mix of upper and lower case).
Can somebody suggest an approach to handle the same?? Its kinda urgent.
Thanks,
Srihari
‎2007 Apr 24 11:52 AM
Hi,
The data is generally converted to Uppercase if the Domain of the data you are using is not marked as case sensitive. You can set the "Lowercase" check box for the respective domains so that data is maintained in a case sensitive manner. May be you can copy the code of these macro's and change them to use your own case sensitive domains.
Regards,
Sesh
Message was edited by:
Seshatalpasai Madala
‎2007 Apr 24 11:52 AM
Hi,
The data is generally converted to Uppercase if the Domain of the data you are using is not marked as case sensitive. You can set the "Lowercase" check box for the respective domains so that data is maintained in a case sensitive manner. May be you can copy the code of these macro's and change them to use your own case sensitive domains.
Regards,
Sesh
Message was edited by:
Seshatalpasai Madala
‎2007 Apr 24 11:57 AM
you need to set <b>Lowercase check box</b> for respective domains so as data is maintained in case sensitive.
‎2007 Aug 25 12:39 PM