2014-04-17 20:19 UTC
I do this:
(dcl_Control_SetCaption (vl-doc-ref 'GISData_frmGISData_lblPage) "abc")
I want to do this:
(dcl_Control_SetCaption (vl-doc-ref (QUOTE (READ "GISData_frmGISData_lblPage"))) "abc")
but it does not work.
Is there a way to use a string to access a control when using sep namespace format of vl-doc-ref?
(dcl_Control_SetCaption (vl-doc-ref 'GISData_frmGISData_lblPage) "abc")
I want to do this:
(dcl_Control_SetCaption (vl-doc-ref (QUOTE (READ "GISData_frmGISData_lblPage"))) "abc")
but it does not work.
Is there a way to use a string to access a control when using sep namespace format of vl-doc-ref?