Ticket Q414965
Visible to All Users

Scheduler Control issue

created 13 years ago

Please see the video for the issue

Comments (1)

    I got this resolve after some search on the report site. I still have the problem of the resources not showing in the drop down combo. I use this code to load the combo. My debug statement says I should have one resource in the list but it doesn't show up.
         Private Sub sub_LoadResources()
              Dim SDB As New clsScheduleDB
              dtResource = SDB.GetResources("Install")
              Me.SchedulerStorage.Resources.Clear()
              Me.SchedulerStorage.Resources.DataSource = dtResource
              Me.SchedulerStorage.Resources.Mappings.Caption = "FullName"
              Debug.Print(SchedulerStorage.Resources.Count)
              Me.SchedulerStorage.Resources.Mappings.Color = "lngColor"
              Me.SchedulerStorage.Resources.Mappings.Id = "RecordId"
              Me.cboResourceGroup.SchedulerControl = Me.SchedulerControl
         End Sub

    Answers

    created 13 years ago (modified 13 years ago)

    I resolved the issue after some search on support. I do still have the problem of the resources not showing in the combo drop down. I load the combo with the following code. According to the debug I should have one resource in the list. Would you take a look at that issue please.

    Private Sub sub_LoadResources()

    Dim SDB As New clsScheduleDB
              dtResource = SDB.GetResources("Install")

    Me.SchedulerStorage.Resources.Clear()
              Me.SchedulerStorage.Resources.DataSource = dtResource
              Me.SchedulerStorage.Resources.Mappings.Caption = "FullName"
              Debug.Print(SchedulerStorage.Resources.Count)
              Me.SchedulerStorage.Resources.Mappings.Color = "lngColor"
              Me.SchedulerStorage.Resources.Mappings.Id = "RecordId"
              Me.cboResourceGroup.SchedulerControl = Me.SchedulerControl

    End Sub

      Comments (3)

        Hi Morris,
        Thank you for contacting us. I am afraid I have no idea why this issue occurs. Would you please post here a small sample project, where the problematic behavior can be reproduced? Also, please provide us with a detailed step-by-step guide on how to reproduce this issue. This will allow us to localize the cause of the problem. Thank you for your feedback in advance.

          I found the issue.
          Thanks

            I am glad to hear that you have found a solution to the problem. Thank you for letting us know of your progress. Please feel free to contact us in case of any difficulty. We will be happy to assist you…

            Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

            Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.