Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
475
Custom Appointment Dialog - Does Not Commit OwnerKey
posted

I am using the custom dialog example but when the appointment record gets written to the table...it does not fill the ownerkey field.  How do i fix this?

Parents
  • 69832
    Offline posted

    1. Declare a form-level variable of type Infragistics.Win.Owner
    2. Add code in ShowHelper method to assign this.initialAppointment.Owner to that variable.
    3. Add code in Save method to assign the value of the Owner form-level variable to the Owner property of the 'appointment' stack variable.

Reply Children