‎2006 Aug 31 6:41 AM
Hi Friends,
In order to make a program unicode enabled, we go to program attributes and check the Unicode checks active checkbox. And then run UCCHECK to fix the syntax errors.
Now i want to know how to unicode enable a custom Class and Methods? UCCHECK cannot be used for Classes and methods. If the method is not unicode enabled, how to enable it?
You valuable inputs are welcome.
Thanks in advance.
Amogh
‎2006 Aug 31 6:46 AM
Hi Amogh.
UCCHECK can be used for classes as well. Give object type as CLAS and Object name as Y* or Z*. It should work.
Regards.
Samant
‎2006 Aug 31 7:26 AM
Thanks Samant,
But my concern is how to set Unicode attribute ON for Classes and methods?
‎2006 Aug 31 8:01 AM
You cannot do it. Only thing is check if it is Unicode compliant by running UCCHECK. If any errors, correct it.
Hope it solves ur problem.
Award points if helpful
Thanks.