This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


May 22, 2015, 4:16 PM
15 Posts
topic has been resolvedResolved

Select items in a list and drag them to another field?

  • Category: Domino Designer
  • Platform: Windows
  • Release: 9.0.1
  • Role: Administrator,Developer,End User
  • Tags:
  • Replies: 2

Good Morning,

We have an application that allows a user to Schedule employees for a job for the week.  For a selected day, we have a list of available employees (their initials) and a list of projects to be performed on that day.

I'm trying to eliminate the number of clicks the user has to go through.  They currently have to click a drop down list, select all of the employees they want on that job (which means they need to hold the CTRL key as well)  and then click a button to add them to the project.  They complain that there are just too many clicks and it needs to be easier for such a simple task.

Ideally, I would love to be able to allow the users to drag the employee's initials off the list of available employees and drop the initials on a project.

Does anyone know of a way, using any programming language in Notes, that could eliminate the number of clicks my users have to make and streamline this process?

 

Thank You,

Quin Filipowicz

May 26, 2015, 8:12 AM
30 Posts
Embedded views?

If you have two embedded views, one of employees and one of projects, you could drag and drop from the employee view to the project view, and use the NotesUIView method QueryDragDrop to catch the employee and process it


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal