dcl-Form-GetControls

Started by domenicomaria, April 14, 2019, 06:50:53 AM

Previous topic - Next topic

domenicomaria

dcl-Form-GetControls
(dcl-Form-GetControls project-name form-name)

Return Type List of Controls

Applies To All Forms

This method returns
a list of all controls
belonging to the specified form . . .


But I get this :
(<Entity name: 41a08190> <Entity name: 41a09090> <Entity name: 41a0d410> <Entity name: 41a092d0> <Entity name: 41a0bc10> <Entity name: 41a0b250> <Entity name: 41a09390> <Entity name: 41a0ce70> <Entity name: 41a0cc30> <Entity name: 41a0cf30> <Entity name: 41a0cdb0> <Entity name: 41a0cc90> <Entity name: 41a0cd50> <Entity name: 41a0ce10> <Entity name: 41a0ced0> <Entity name: 41a0d050> <Entity name: 41a093f0>)


domenicomaria

#1
this is the form :

owenwengerd

The list of forms are represented as entity names, but they are not entities, and can't be inspected as entities. They are just memory addresses, meaningful only when used as a control argument to an OpenDCL function.

domenicomaria

Yes.
It works well.
Thanks.

ciao