In this class I have parmId and it be use pack and unpack this value when user close form, but also need that parmId change with new value when Run method is complete.
Thanks
In this class I have parmId and it be use pack and unpack this value when user close form, but also need that parmId change with new value when Run method is complete.
Thanks
I was able to dot it using this
parmId = NumberSeq::newGetNum(CompanyInfo::numRefParmId()).num();
xSysLastValue::saveLast(this);
When finally Run method
If the user opened the form but did not execute the "Run" method, the parmId should remain the same, but if they opened the form and added rows and executed the "Run" method and it completed correctly, the parmId should change to a new one.
What's the point of changing a value of an input parameter after everything was done and no input is needed anymore?\
Nevertheless changing the value is trivial: parmId = 'something else';
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,409
Most Valuable Professional
nmaenpaa
101,156