Thanks. In my case the dialog was, however, opened from a Form. But I found the following article just now:
axhelper.blogspot.com/.../storing-last-form-values.html
that explains how to add the pack/unpack functionality to a form.
/Jonas
Hi Jonas,
I hope that the following exemple is relevant for you:
--------------------------------------------------------------------------------------------------------------------------
static void main(Args args)
{
Class1 class1;
;
class1 = new Class1();
if (class1.prompt())
class1.run();
}
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... 290,349 Super User 2024 Season 2
Martin Dráb 228,212 Most Valuable Professional
nmaenpaa 101,148