Search results

  1. A

    developer needed

    Great Valley Technologies We currently have a position for a full-time Progress developer. Our company has a mature medical billing/scheduling/clinical package (Rexpert) written in V6. We are currently re-developing it in a GUI format, and want to deploy it using WebSpeed. Required: * 3+...
  2. A

    last-event:x and pop-up menus

    a solution With help (from John Campbell) I have the following solution: Make a mouse-menu-down trigger for the browse, which contains the following code: holdCol = last-event:column. /* holdCol is a procedure-level variable */ Then, make a menu-drop trigger (for the popup menu)...
  3. A

    last-event:x and pop-up menus

    I have a dynamic browser where all columns are read-only. It shows the schedule for a doctor's office, with different columns representing different doctors. The rows represent timeslots (e.g. 9:00, 9:10, 9:20, etc.) Associated with the browser I have a pop-up menu. Certain menu options...
Back
Top