scheduler : reminder form : when i open appointment form from reminder list, then if i close that form , reminder is automaticaly close. Is it normal or i do sth wrong ? i do not want to close reminder on opening and closing its items.
RemindersForm closes if an end-user opens AppointmentForm from RemindersForm, changes an appointment and closes AppointmentForm
Answers approved by DevExpress Support
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
- v15.2.4Download Official Update
- v15.1.8Download Official Update
- v14.2.11Download Official Update
- v14.1.12Download Official Update
Hi,
It is difficult to diagnose this problem based only on the provided information. Would you please send us a sample project that we can use to replicate this problem? This way, we will be able to research it and determine the cause of the problem. Your time and cooperation are greatly appreciated.
I look forward to your response.
The problem was that i use custom app form. and thus in event
private void schedulerControl1_EditAppointmentFormShowing(object sender, DevExpress.XtraScheduler.AppointmentFormEventArgs e)
XFEvent appForm = new XFEvent(scheduler, e.Appointment, this);
ry
{
e.DialogResult = appForm.ShowDialog();
e.Handled = true;
}
finally
{
appForm.Dispose();
}
It seems that reminder use same event for generating form. strange thing is why is it automaticaly closed. Like dialog.ok from app form goes to reminder .
Hi,
We have successfully reproduced the behavior you described and passed this ticket to our developers for further research.
Please bear with us. We will notify you as soon as we make any progress.
if im remember it well i get same thing in VBA when if 2 window in modal form were opened if i close second it automaticaly close first one.
Hi,
Thank you for providing additional information and your cooperation. I'll pass it to our R&D.
We will keep you informed of our results.
If you need further assistance, let me know.