Nice trick with the singleinstance codeunit!
But you forgot to mention that you also used the OnTimer-trigger
Hope this doesn't affect performance that much.
No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
Multiple Subform Sample v2.0
Learn to do the impossible. A form with multiple subforms; all releated.
The first subform shows details of the header, the second subform shows the details of the first subform. This Sample is based on standard orders.
Version 2.00:
- Now without the use of a single instance codeunit.
Which was a bad solution anyway, but I just wanted to practice single instance codeunits at the time. A colleague asked me to make him a proper sample, and so here it is.
Comments
But you forgot to mention that you also used the OnTimer-trigger
Hope this doesn't affect performance that much.
The only thing that is done in the ontimer tigger is a check on a boolean if a update is needed...
And yes...... I forgot to mension that, I'm sorry Mr. Webmaster!
Btw, great work on the new site functionality!
If it was hard to write, it should be hard to understand."
It's not possible to use this form by multiple users at the same time. I'll create a sample that can do this as soon as possible.
I'll keep yall posted!
If it was hard to write, it should be hard to understand."
It is possible to use this form in a multi user environment! But what does not work is opening this form several time is one client session.
In all other cases, it works!
If it was hard to write, it should be hard to understand."
Learn to do the impossible. A form with multiple subforms; all releated.
The first subform shows details of the header, the second subform shows the details of the first subform. This Sample is based on standard orders.
Version 2.00:
- Now without the use of a single instance codeunit.
Which was a bad solution anyway, but I just wanted to practice single instance codeunits at the time. A colleague asked me to make him a proper sample, and so here it is.
http://www.mibuso.com/dlinfo.asp?FileID=290
Discuss this download here.