Kbase P39708: Dynamics API calls described in Progress Dynamics client log
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/29/2003 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.0A
SYMPTOM(s):
Dynamics API calls described in the document 'Progress Dynamics client logic API's' do not work with 4GL.
Functions such as assignwidgetvalue and hidewidget do not compile when used with 4GL code.
CAUSE:
src/adm2/widgetprto.i is included via src/adm2/customsuper.i in all visual objects created by the Appbuilder. Without the reference to customsuper.i the 4GL code will not compile.
FIX:
Add src/adm2/customsuper.i to the 4GL code.