*This post is locked for comments
*This post is locked for comments
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();
}
André Arnaud de Cal... 291,642 Super User 2024 Season 2
Martin Dráb 230,371 Most Valuable Professional
nmaenpaa 101,156