I dont know much about control add-ins yet, but I'm wondering if they will be able to give me a textbox which has an "OnChange" trigger (as opposed to the "OnValidate" trigger). By "OnChange" I mean whenever a character is typed or deleted from the text box.
Is this the sort of thing that control add-ins can do? And if so, can someone point me in the right direction to get started?
Thanks.
0
Comments
The following link is an example
http://mibuso.com/blogs/ara3n/2009/11/2 ... amics-nav/
in addin you can create events on the rich text box and call NAV if you like or write you code in c# itself.
There are also MSDN examples and walk through.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I ended up using this walkthrough:
http://msdn.microsoft.com/en-us/library/dd983804.aspx
It was closer to what I wanted (textbox with events being pushed to NAV)
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n