Define a ProcObject that maps a SmartDataObject
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To define the methods for this ProcObject and generate the proxy, you first must make the r-code for the corresponding SmartDataObject available to ProxyGen. You do this by setting the ProxyGen Propath Components list appropriately.
To ensure all parameters, internal procedures, and user-defined procedures
of the ProcObject allow Progress Unknown value (?), do the
following in ProxyGen:
- In the AppObject tab, check Allow Unknown for parameters and function return values.
- In the Customize Persistent Procedure dialog box, check Use AppObject Unknown Setting.