Hello,
I am using List & Label 24 Service Pack Release 24.002.
However I am trying to find the option “LL_OPTION_CLIP_FIELDS_EXCEEDING_TABLE_WIDTH” and this is not available.
I am using VB2015.
Can somebody somehow help me with this?
Thanks.
Moved this to the English forum. The constant value can be found in the Knoledgebase here:
Simply use the LlSetOption overload accepting an integer if required:
LL.Core.LlSetOption(331, 1)
to set it to 1.
Thank you very much.
This solved now my problem.
I was looking for the Enum Value of the LLOption but actually the constant can also do the overload.
1 Like
A post was split to a new topic: Ribbon Toolbar is Disabled Unexpectedly