Grasping for HTML straws

  • Thread starter Frosty the Coder
  • Start date

Frosty the Coder

Legendary Poster
In a modified "Order Acceptance" (P42232), I've added several new "total lines".

The code for these mimics the JDE code doing the vanilla stuff.

This works FINE on full client.
Somebody JUST NOTICED, that in HTML, the decimals drop
from $ amount on the last line written.

(ie Full client shows 123,456.78 and html shows 123,456.00).

I have _NO_CLUE_ as to why this is happening.
Any suggestions are very welcome.

tia

Gene
 
Gene, I've seen this sort of thing but it has always been due to bugs in the JAS platform, and always on earlier SP's.

I take it you have regenerated all the DD and GBLTBL specs with R92TAM and R98 CRTGL and installed those on your JAS generator, before regenerating your java objects?

JohnO
 
John,

Your reply is much appreciated.
Personally, I don't know what happens on the JAS (I just write code.).
I will pass this on to the cnc wizard.

Thanks again.

Gene
 
Hi Gene,

I agree with JohnO. First you should probably make sure that your DD is built properly on the JAS server and, that your "latest and greatest" version of P42232 is also deployed to the JAS server. Then, the HTML services should be stopped and restarted. Basically, you want to be sure that the JAS server has the same DD and version of P42232 that you're running on the fat client.
 
RES: Grasping for HTML straws

A co-worker kept at this until he found it.

The work fields that I was using to accumulate into were mnMATH01s.
He changed them to mnAEXPs (currency!) and it seems to work.
 
Back
Top