Browse By Tags

  • Show Work Weeks in WebDayView?

    I am trying to get WebDayView to display the current work week (5 days) and to skip weekends.  I'd like to be able to tell the view to start with Monday of this week and show to friday.  I'd also like to navigate to the next monday when clicking the…

  • Re: DataBase File

    I believe this to be a bug, but have a work around you can try out that worked for me. Here's the steps to success:

    1. Drop WebScheduleInfo onto the Design view.
    2. Drop WebScheduleSqlClientProvider next to the WebScheduleInfo.
    3. DO NOT SET a DataSourceID…
  • Unknown server tag 'cmb:combobox'

    I can not run my project.  I get  "Unknown server tag" errors for the Reminder, AppointmentAdd and Recurrence pages and user controls.

    Error 592 Unknown server tag 'igmcl:mclistbox'. C:\Projects\EOMS_VSS\Forms\WebSchedule\Reminder.aspx 5…

  • Re: How to merge all resources and Activities in unique WebSchedule?

    Hi Roger and jscatalina,

    I'm trying to implement exactly the type of solution you've described, but as  new-ish user of WebSchedule, I'm struggling to get this to work as a single view of all appointments. I'm trying to render an aggreagted view…

  • Help with webschedule control

    I can not get the control to show the samples activitys includesd in the sample database, I connect it to the sql datasource using a ; as sql statement as indicated, added the webschedule info and put a dayview control, conected the day view control with…

  • WebDayView - Get Selected time for new activity

    When I have users who wish to create a new appointment using a WebDayView control, I'd like for them to be able to set the start time by double-clicking on a specific time slot in the DayView (note, I'm using my own appointment dialog because the default…

  • WebMonthView Drill down

    Hello Experts,

    Is it possible for you to Drill Down from WebWeekView and shows only a single Day Activities?I also want to have same appearance as WebWeekView single day on Drill Down page.

    I appreciate any help on this.

  • WebDayView appointments are display:none

    Hi Guys,

    I am having trouble with a WebDayView where it is quite erratic in showing appointments. I have checked out the HTML source shown below and all my appointments are there but the display style on them is none and the positioning isn't there. My…

  • How to deal break time, vacation time and meeting time

    If there are some break time between WorkDayStartTime and WorkDayEndTime, how to set and display ?

  • WebDayView ScrollPosition

       I've met some questions again, about scroll and print WebDayView?

       1. How can WebDayView scroll the postion of  first work start time or first appointment?

            myWebDayView.WebScheduleInfo.WorkDayStartTime.Minute = intDefaultMinute;
            myWebDayView…

  • Re: Activities disappear in WebDayView

    Appointment data is not stored in viewstate, so you must data bind to your appointments on each request to the server (i.e., remove the if !IsPostBack conditional).

  • Re: WebDayView- Press "Del" key to Delete Selected Activity

    This is a solution that I've tested with IE and Firefox with a little bit of client side code:

    <script type="text/javascript" language="javascript">
    function handleKeyDown(evt)
    {
        var keyCode = evt.keyCode ? evt.keyCode : evt…

  • Activities overlapping

    Why the activities in WebDayView are overllaping, I don't know what else to configure.

    The first activity (Preparación) is from 8:30 to 8:45, the second (Bienvenida) is from 8:45 to 9:00 and the last one is from 9:00 but as you can see they are…

  • smartcallbacks and background-color not working

    Hi there.

    has anyone come across the problem whereby appointment background colours are lost when using smart-callbacks for the webscheduleinfo?

    for example, I use the webscheduleinfo_databinding event to set the backcolor via app.style.customrules…

  • How to get the day and time detected from time slot on the WebDayView where the user double-clicked in to open the Add/Edit Appointment form?

    In a custom schedule how to get the day and time detected from time slot on the WebDayView where the user double-clicked in, and then open Add/Edit Appointment form and pre-populate the date & time values.

    This is what my customized scheduling in short…
  • Save ActivityID to another database and table upon save or delete of an appointment

    I'm using the webschedule control to track meetings on claims. I need the ability to capture when an appointment has been inserted, modified or deleted. Is there an event like an afterpostback event or something I can use to get the activityid that was…
  • Re: Using SQL DataSource ?!

    Dear, Thanks for your help.I have applied the source and the functionality is running good. But still i have some problem.

    Now i am facing two problems, which are as follows:

    1. I have masterpage on my page where i have placed the controls and i am…