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
62
Regarding the Appointment Screen Dialog
posted

Hi Please can some one help me on this

(1) where is the vb samples for the appointment screens

(2) also i am getting the following error indicating that the "oUltraWebTab1__ctl0__ctl0_ddStartTime" is undefined

please can you help me on this

try

                {

                   startTimeDropDown = oUltraWebTab1__ctl0__ctl0_ddStartTime;

                   endTimeDropDown = oUltraWebTab1__ctl0__ctl0_ddEndTime;

                }

                catch(e)

                {

                   startTimeDropDown = oUltraWebTab1__ctl0_ctl00_ddStartTime;

                   endTimeDropDown = oUltraWebTab1__ctl0_ctl00_ddEndTime;

                }