dbr.editable popup with drop down list for parameter

(4 posts) (2 voices)

Tags:

No tags yet.

  1. brycedcamp, Member

    I have a simple editable report that includes three columns that can be edited in place. The first two columns are text so no issue. The third column I want to be a popup (drop down box) instead of a text box. The linked report that updates the column in the DB has the paramter set to the popup list value. However, the third column remains just a text box. What I am doing wrong?

  2. myDBR Team, Key Master

    Hi,
    can you show the dbr.editable command you are using.

    --
    myDBR Team

  3. brycedcamp, Member

    select 'dbr.editable',
    'Dept Priority',
    'sp_DBR_jobcosting_edit_deptjobdetails_deptpriority',
    'inJobNum=inJobNum',
    'inDeptId=deptid',
    'inDeptPriority=[deptpriority]';

  4. myDBR Team, Key Master

    Hi,
    the editing mode (default, textarea, select, radiobutton, datepicker, datetimepicker and timepicker), is selected in dbr.editable's type-parameter. If no mode is defined, default in-cell editing is done.

    See example from the demo.

    --
    myDBR Team


Reply

You must log in to post.