Gliche after service pack upgrade.

RycherX

Member
I have an application which hides/displays records on a grid from my business view. A form control holds the total value for a field on the grid. Before the service pack upgrade, all information on the grid displays correctly. After the upgrade, a false record is inserted with 999999999 repeating in a certain field that shouldn't be in there.
I thought it may have been a synchronous/asynchronous issue, but after testing it, I don't believe it is the case.
I traced through the application in the debugger, and it displays correctly. Only when I run the application outside the debugger is when the program gliches up with the 999999999 repeating values.

What could the problem be?
 
Re: Glitch after service pack upgrade.

Now, wouldn't it be somewhat useful providing BASIC circumstances to a person willing to help you?
Help us help you:
- What's your sys config?
- Is that a Custom APPL or vanilla (shipped by JDE)? You may consider attaching the offending code.
- Same about the Business View; is it a custom one? Did you check its SQL from the debug.log? I mean, did you run it within your SQL tool?
Warm regards,
 
Back
Top