Re: [U2] UOJ and value-mark and field-mark

2008-06-18 Thread waivic
Jeff: Thanks for your advice. Due to the settings of our system, when I ran my UniObject Codes, I have to force the codes to use another language setting: ISO-8859-1. Then @VM and @FM works. Jeff Powell wrote: > > Sorry I meant to type LANG=en_US.iso886915. > > This is a known limitation I

[Fwd: Re: [U2] UOJ and value-mark and field-mark]

2008-06-11 Thread Jeff Powell
Here is the main class. I use a "wrapper" class similar to the one you created to provide access to the UOJ library. My environments are RHEL 4.5, Fedora 8, Fedora 9 using console, desktop application, tomcat and glassfish. I use Netbeans as my development environment. I hope this helps. package

Re: [U2] UOJ and value-mark and field-mark

2008-06-11 Thread waivic
Jeff: Could you post the UOJ code segment to do the counting work for your example here? I want to try them in my environemnt to see the difference. Thanks! Jeff Powell wrote: > > Sorry I meant to type LANG=en_US.iso886915. > > This is a known limitation I learned of in IBM's UOJ class. > >

RE: [U2] UOJ and value-mark and field-mark

2008-06-10 Thread Kathleené M Hunter
] Sent: Monday, June 09, 2008 11:07 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] UOJ and value-mark and field-mark Kathleene and Anthony, you are saying "Change the @FM to @AM to see if what the results are". What do you mean that? Do I need to change the @FM TO @AM inside the Fi

Correction: Re: [U2] UOJ and value-mark and field-mark

2008-06-10 Thread Jeff Powell
Sorry I meant to type LANG=en_US.iso885915. This is a known limitation I learned of in IBM's UOJ class. Note the difference below. In this sample Attribute 136 is MV with 8 @VM marks as viewed in screen edit. Default: LANG=en_US.utf8 [EMAIL PROTECTED] uojCounter]$ java -jar dist/uojCounter.jar

Re: [U2] UOJ and value-mark and field-mark

2008-06-10 Thread Jeff Powell
Sorry I meant to type LANG=en_US.iso886915. This is a known limitation I learned of in IBM's UOJ class. Note the difference below. In this sample Attribute 136 is MV with 8 @VM marks as viewed in screen edit. Default: LANG=en_US.utf8 [EMAIL PROTECTED] uojCounter]$ java -jar dist/uojCounter.jar

RE: [U2] UOJ and value-mark and field-mark

2008-06-09 Thread waivic
Kathleene and Anthony, you are saying "Change the @FM to @AM to see if what the results are". What do you mean that? Do I need to change the @FM TO @AM inside the File? Thanks! KathleenC) M Hunter wrote: > > Change the @FM to @AM see if what the results are. > > -Original Message- > F

Re: [U2] UOJ and value-mark and field-mark

2008-06-09 Thread waivic
Jeff, I try your suggestion: export LANG=iso885915. It doesn't look like working neither. It has the same effect with LANG variable set to C. Any other suggestion? Jeff Powell wrote: > > Try setting yourLANG variable before executing your program. > > export LANG=iso885915 > > This is a Linux

RE: [U2] UOJ and value-mark and field-mark

2008-06-09 Thread Kathleené M Hunter
Message- From: Anthony Grant [mailto:[EMAIL PROTECTED] Sent: Saturday, June 07, 2008 9:10 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] UOJ and value-mark and field-mark - Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: u2-users@listserver.u2ug.org Sen

Re: [U2] UOJ and value-mark and field-mark

2008-06-07 Thread Anthony Grant
- Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: u2-users@listserver.u2ug.org Sent: Sun Jun 08 00:35:12 2008 Subject: RE: [U2] UOJ and value-mark and field-mark Change the @FM to @AM see if what the results are. -Original Message- From: waivic [mailto:

Re: [U2] UOJ and value-mark and field-mark

2008-06-07 Thread Jeff Powell
Try setting yourLANG variable before executing your program. export LANG=iso885915 This is a Linux only problem with UOJ. It is the same for java apps and servlets. On Mon, 2008-06-02 at 16:17 -0700, waivic wrote: > I have a very simple file-TESTS, which only has 4 fields: @ID field, F1, F2 >

RE: [U2] UOJ and value-mark and field-mark

2008-06-07 Thread Kathleené M Hunter
Change the @FM to @AM see if what the results are. -Original Message- From: waivic [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 4:18 PM To: u2-users@listserver.u2ug.org Subject: [U2] UOJ and value-mark and field-mark I have a very simple file-TESTS, which only has 4 fields: @I