Greetings -
I haven't done anything with the new visual control support in the RTC, but have seen the demos with MapPoint, etc. I have a need to develop a page with a small calendar (similar size to a little calendar pop up). This component will be in the top left portion of the page, then the right hand side will have a list showing records for the date the user clicks on the calendar. So, I need the user to be able to click a day on the calendar, and have that fire an event on the NAV page to update the list accordingly (re-query it for the selected date).
Can anyone recommend a good control to use for this, and how I should set this up as far as triggering the updates when a date is clicked? I have read that the RTC has limited support for event triggers in integrated controls.
Thanks!
0
Comments
I guess your control will return the Date, and on the OnControlAddIn trigger you should put some code like SETRANGE(Rec."DateToFilter",YourControl.GetDate()) or somethnig like this.
ps: I realy don't remember how actually this is working, I think it was somethng similar.
If anyone knows more about this, I'd appreciate some details on it. I guess I could consider writing my own calendar control if I had to, but that seems silly when there are so many out there (why reinvent the wheel...).
http://www.epimatic.com
http://blogs.msdn.com/b/nav/archive/201 ... ample.aspx