Hi all,
I have declared a DotNet type variable 'SignatureControlVariable' and selected the Assembly. For instantiating the variable, I wrote the following statement:
SignatureControlVariable := SignatureControlVariable.ClearSignature;
But it is giving me an error saying 'Assignment is not allowed for this variable'.
Kindly provide a solution.
Thanks.
*This post is locked for comments
Hi Tina,
I am having exactly the same problem, and doing simply something like
SignatureControlvariable.ClearSignature;
(in my case, I am using VB .NET and have a Public Sub called Reset under class MyClass, so I do Myclass.Reset;)
doesn't work, because C/AL keeps complaining that the variable has not been instantiated. Have you discovered the issue?
What is the assembly you are supplying to this variable?
Try just clearing the signature like:
SignatureControlVariable.ClearSignature;
-Yogesh Kulkarni
Please verify, if you find answer helpful.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156