Kbase P3478: Get and Set functions not defined for some properties
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 1.1a
SYMPTOM(s):
Get and Set functions not defined for some properties
In lookprop.i there are some properties defined as 'WIP properties' which include:
&GLOBAL-DEFINE xpLabelHandle
&GLOBAL-DEFINE xpLookupHandle
&GLOBAL-DEFINE xpLookupImage
&GLOBAL-DEFINE xpButtonHandle
&GLOBAL-DEFINE xpBrowseWindowProcedure
&GLOBAL-DEFINE xpBrowseProcedure
&GLOBAL-DEFINE xpBrowseContainer
&GLOBAL-DEFINE xpBrowseObject
&GLOBAL-DEFINE xpStarting
&GLOBAL-DEFINE xpModify
For some of these properties, eg. xpLabelHandle, the get and set functions exist in lookup.p however for others, such as xpBrowseContainer, the get/set functions do not exist.
CAUSE:
These properties are marked as WIP - Work In Progress so not all coding was completed for 1.1a for them
FIX:
Version 2 of Dynamics will have all functions defined, for 1.1a the programmer can write their own get/set functions