I want step by step on how to implement trigger combine with PDM
Workgroup as automatic notification....
It`s not easy for user that not have programmer skill....
many people say : PDM W is easy.....not need IT person support....
But when look at PDM Trigger....it`s just easy for who have IT
backgroud.
The problem is that while Triggers start in PDMWW, they are really
about programing and the API, not PDMWW. All that triggers do in
PDMWW is send a message to the Microsoft Message Queing (MSMQ)
system that an event has occured. That is the extent of Triggers in
PDMWW.
Once MSMQ gets the message that the event has occured it is runs
whatever custom program you have written. So basically, if you are
not a programer or have someone available who is, Triggers won't do
anything for you.
Once you have your custom programs written, your VAR should be able
to show you the steps to get MSMQ to run them as that part is also
relatively simple. The bulk of the work is really writting the
custom programs, so what you are really looking for is a good book
on VB and the SW API course.
I have look a book from my VAR.
The book is from SW Corp.
Unfortunately the book is just essential, without detail explanation . Also without Trigger ( how to automate notification ).
So I try to look another book.
Have you another info...?
Thank You Jeff...
-DD
this book is what the var uses for training.
advanced book dosen't exist.
you're looking in the wrong place for info on triggers.
http://msdn2.microsoft.com/en-us/library/aa383619.aspx
pdmw just provides a hook for the trigger to grab.
I want step by step on how to implement trigger combine with PDM Workgroup as automatic notification....
It`s not easy for user that not have programmer skill....
many people say : PDM W is easy.....not need IT person support....
But when look at PDM Trigger....it`s just easy for who have IT backgroud.
Thank`s
-DD
The tutorial is some help but I'm still having issues.
The problem is that while Triggers start in PDMWW, they are really about programing and the API, not PDMWW. All that triggers do in PDMWW is send a message to the Microsoft Message Queing (MSMQ) system that an event has occured. That is the extent of Triggers in PDMWW.
Once MSMQ gets the message that the event has occured it is runs whatever custom program you have written. So basically, if you are not a programer or have someone available who is, Triggers won't do anything for you.
Once you have your custom programs written, your VAR should be able to show you the steps to get MSMQ to run them as that part is also relatively simple. The bulk of the work is really writting the custom programs, so what you are really looking for is a good book on VB and the SW API course.
Hope that helps,
Jim