Kbase P21437: dynlaunch.i does not accept static temp-tables as parameter
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/8/2004 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.1A
OpenEdge 10.0x
SYMPTOM(s):
dynlaunch.i does not accept static temp-tables as parameter
dynlaunch.i just accepts BUFFER and TABLE-HANDLE parameters
CAUSE:
Static temp-tables are not allowed as parameters in dynlaunch.i
FIX:
Use Buffers or TABLE-HANDLE instead.
Write a proceduer with the temp-table and call that procedure manually without the dynlaunch.i.