Hello All,
We want to use the "Tip of the day" form. We open it by using code:
frmTip.Show
in our startup form. It works fine until the user disables the "Show tips at startup"-checkbox. After closing and restarting the program it gives the following error:
Run-time error '364':
Object was unloaded
Has anyone a solution for this.
In fact, we want to edit this "Tip of the day" form as a disclaimer and to tell the users something important. So what we really need is only the "Do not show this form anymore" checkbox and the code that will save whether or not this form should be displayed at startup. But we cannot find anything about this option. Please help us making a form that can be shown at startup until the user decides different.
Many thanx in advance.
Sujesh, Bart, John
We want to use the "Tip of the day" form. We open it by using code:
frmTip.Show
in our startup form. It works fine until the user disables the "Show tips at startup"-checkbox. After closing and restarting the program it gives the following error:
Run-time error '364':
Object was unloaded
Has anyone a solution for this.
In fact, we want to edit this "Tip of the day" form as a disclaimer and to tell the users something important. So what we really need is only the "Do not show this form anymore" checkbox and the code that will save whether or not this form should be displayed at startup. But we cannot find anything about this option. Please help us making a form that can be shown at startup until the user decides different.
Many thanx in advance.
Sujesh, Bart, John