Chat messages
A system to send messages to other Navision Financials/Attain users. When you send a message, this is stored in a temporary storage, which is constantly queried by an on-timer trigger in the main menu.
http://www.mibuso.com/dlinfo.asp?FileID=147
Discuss this download here.
Comments
do you know if you have permission from 50000 to 50099?
http://www.BiloBeauty.com
http://www.autismspeaks.org
i see the table is 50500 and both forms 50511 and 50512.
can i change these numbers during the import of these files??
thanks
i have imported the objects on Nav 4.0. I set it in the navigation pane. when i log in using "super" i can the form. however when i log in with another id that does not have super i can't see the forms. i've modified the profile all so as to execute the two forms and the table but to no avail.
driving me up the walls, lol.
thanks for ur reply
Another thing : in 4.0, you don't have the main form anymore, so you can't put a timer in it to check for messages.
To solve this, I think the best way is:
-Create a singleinstance codeunit
-create an Automation variable for 'Navision Timer 1.0'.Timer with property WithEvents=Yes
-In the OnRun, you put This will trigger the ontimer every 10 seconds.
-In function autTimer::Timer(Milliseconds : Integer) you can put the code
that should be put in the "Form - OnTimer()"-trigger of the main menu.
Now you have to automatically run this codeunit each time the user selects a company. This you can do in Codeunit 1.
In Function "CompanyOpen()" of codeunit 1, put
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!