2026-04-10 20:21 UTC
In ZWCAD 2025/26, an error occurs when using dcl_form_show.
A variable is defined with: (vl-bb-set 'JoyFormName 'dc_MainMenu_cBarMax)
When I try to open the form with:
(dcl_form_show (vl-symbol-value (vl-bb-ref 'JoyFormName)))
The function fails with the error shown in the image.
The form opens this way without a problem:
(dcl_Form_Show dc_MainMenu_cBarMax)
Where is my error?
A variable is defined with: (vl-bb-set 'JoyFormName 'dc_MainMenu_cBarMax)
When I try to open the form with:
(dcl_form_show (vl-symbol-value (vl-bb-ref 'JoyFormName)))
The function fails with the error shown in the image.
The form opens this way without a problem:
(dcl_Form_Show dc_MainMenu_cBarMax)
Where is my error?
