Kbase P20715: How to specify an index when declaring a DLL on PROCEDURE st
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/11/2003 |
|
Status: Unverified
GOAL:
How to specify an index when declaring a DLL on PROCEDURE statement
FIX:
Use ORDINAL option when declaring the external procedure.
The n value specifies the number of the DLL entry point (the nth routine) to invoke. If you use the ORDINAL option, then proc-name can specify any name used in the corresponding RUN statement to reference the routine. If you omit the ORDINAL option, proc-name specifies which DLL routine you want to invoke.