Hi
If I write code like this,
dialog = new Dialog("Test");
diaAddressType = dialog.addField(typeid(AddressType));
if (dialog.run())
{
addressType = diaAddressType.value();
}
Would it be possible to use SysLasyValue or something similar to store the value of addressType for the current user, and set that value as a default value in diaAddressType the next time the method is being run?
/Jonas
*This post is locked for comments
I have the same question (0)