![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Addressed for Version 2.03 » View Incident Report |
| Reported By: Ulrich Doewich Reported On: 7/22/2009 For: Version 2.02 Build 15 |
PROCEDURE "ProcEMUpdPrimary" (IN "ParResCode" INTEGER)
EXTERNAL NAME "RCServer_EM"
the call:
CALL ProcEMUpdPrimary(-1);
and this is the access:
ResCode := Params.FindParam('ParResCode').AsInteger;
If I change the JOB to pass a variable instead, everything works fine:
DECLARE ResCode INT DEFAULT -1;
...
CALL ProcEMUpdPrimary(ResCode);This web page was last updated on Wednesday, April 8, 2026 at 04:38 AM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

