How to make a non-editable column

Hye,

I want to create a table with 2 columns:

the first column should not be editable, where the 2nd is,

I found how I can dim the entire table, but not so as to reduce intensity of a column.

How can I do so?

Thanks in advance,

AJ.

SetTableColumnAttribute (panel_handle, control_id, column_index, ATTR_CELL_DIMMED, 1);

Tags: NI Software

Similar Questions

  • How to make a non editable report column in a master form / details

    Hi all

    I created a form master / detail. The detail columns are created in the form of report columns instead of creating as components. I need to make a non-editable column. Please let me know how to achieve this.

    Thanks in advance.

    simple just go and change the attribute of report and make the field display type as > "Standard report column.

  • How to make a non editable report

    I have a table that contains the records that are effective as of the. If registration is effective I don't want any editable except for the termination date field. I thought I could do this by disabling elements, but you can change the date of entry into force and which will allow all the elements again. Does anyone have any ideas on how I can do this? I would like to use apex and is not a trigger. My goal is to develop applications extract data from different databases by using web services. I still have a long way to go. I'm not too familiar with APEX. I'm still trying to learn as I go.

    Thank you

    use $x_Hide ('PX_EFFECTIVE_DATE_IMG'); This will hide the datePicker, next to the element in the page header

  • How to set a non-Null column in CF9 ORM?

    How to set a non-Null column in CF9 ORM?  Thank you.

    Just to recycle my answer to your other question:

    You should find what you need in the docs here: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSB7BEC0B4-8096-498d-8F9B- 77C88878AC6C.html

    Scroll up to where it describes the properties of the DOF.

    --

    Adam

  • How to create a non-editable text box

    Hello

    I have a need to create a non-editable text box (staticTextBox is not an option). I use TextEditbox but cannot find a property that can be set to make it readonly so that users can edit the text.

    How can I do this?

    See https://indd.adobe.com/view/a0207571-ff5b-4bbf-a540-07079bd21d75, p. 12.

    Peter

  • How to make reference to a column name in the form report

    Hello
    How can I make reference to a column name in the form report. My problem is that "I have a form report that I have the column name when using click on the column name, it must get to the next page with the corresponding values of the column".

    Here, I realized that when I click on the name of the column (in page 1) it brings me to the next page (page 2). but in the next page (P2) I want to display (display only) the corresponding values of the column (page 1) selected, but the values are not editable and shouldn't be in the text box must be in display area.

    So, how can I write a SQL to display single source field. That is to say, how can I consult report form (page 1) in name column.

    Hello

    If you use the link in the column when you click on the need of the column value, you need to navigate to the next page and all the data accordingly select value here.

    Modify the report form and see the top of the page and click on report attribute.

    So now you have the attributes of the columns is to say what are the columns are available in the reports form.

    Click on change column what you need Ie the column when you click on its passage to the next page this column, for example, as mentioned in the previous post "Empname".

    Check the link column and give perspective of values according to your need and click on apply chages.

    Thank you & best regards
    Srikkanth.M

  • How to make reference to a column name in the domain constraint

    When specify us a constraint check (for SQL Server) in a field, we need to enter an expression in the syntax, for example

    Len (Phone) > 7

    Later, the Modeler will exactly this expression in the SQL code. But it would be wrong as a constraint to refer to a column name in the table (which would not be 'phone').
    So, how to make the data name Modeler to a real column in the constraint domain?

    Hello

    Use the % COLUMN as a placeholder column name - len (%COLUMN%) > 7

    Philippe

  • How to make the model editable editable region

    Hello I have a spry menu bar that is outside the editable regions in a template.  How do I access it to make it editable, or I have to start from scratch?

    All the content on a page template is editable.  Only editable content is editable on model child pages.  If you open a page of model and cannot change some content, is that you open a model nested child, or your template markup is watered.  Do you use nested templates?  You can see the code on the template page?

  • How to make the non selectable radio button field

    I want to UN selectable radio button field average user will be not be able to select. How can I achieve this. Please help me for this.

    You could remove them from the screen, or do unfocusable or make unmodifiable.  The choice will depend on what you're trying to reach.

  • How to make aliases of multiple columns?

    Hello gurus of Pl/SQL.

    I have a sql query as follows-

    SELECT A as AA, B as BB, C, CC, D like DD, E, EE, F for FF
    Of
    TABLE A
    TABLE B
    TABLE C
    WHERE THE...
    ......

    Now, I want to give some Alias say AAA to already a column alias, AA, BB and BBB to CC DD and EE and FF want CCC print values only at the level of AA, BB, CC, DD etc...
    so now, it will be two layer hierarchy AAA, BBB, CCC and FF under this AA, BB, CC, DD, EE, and, respectively, where the top layer (AAA, BBB, CCC is a representation) and AA, BB, CC, DD etc will have the actual values.

    Something like -
    AAA     ||     BBB      ||          CCC
    AA BB CC DD EE FF

    How can I do?

    Kindly help me

    so this means that I can't do this using the SQL query?

    This isn't that SQL can't do it. Its just SQL should not do.

    SQL SELECT statement only objective is to extract data to the client as a table. And how the relational model defines a table. A table (relationship) has the set of tuples (rows) that have the same attributes (columns). Model relational does not define any subset of column.

  • How to make the pdf editable by the customer

    Is there a way to make a pdf file editable by the customer, regarding the modification and the addition of dates

    or change of venues etc...?

    never mind... better not do...

  • How to make FUNCTION returns several columns and several outputs line

    Hi all

    Kindly share your idea; Thanks in advance;

    I have the demo of the Table.

    DEMO table:

    name identity
    1 to 10
    1-a11
    1-a12
    2-b10
    2-b11
    3 ccc

    and the function is like:

    create or replace function (number of p1) return varchar2 as
    number of vid;
    VNAME varchar2 (20);
    Start
    SELECT id, name in vid, vname from demo where id = p1;
    return v1;
    end;
    /

    This function returns the output for the id = 3;

    BUT,

    I need output like (input 1)

    VNAME vid
    1 to 10
    1-a11
    1-a12

    A function returns a single data type.

    This type of data can be a type of atomic data (varchar2, number etc.) or it may be a type of data object to save, or even a type of collection data.

    Where will you use this feature? In PL/SQL or SQL?

    If you are wanting to use it in SQL, need you a pipeline for example function

    SQL> CREATE OR REPLACE TYPE myemp AS OBJECT
      2  ( empno    number,
      3    ename    varchar2(10),
      4    job      varchar2(10),
      5    mgr      number,
      6    hiredate date,
      7    sal      number,
      8    comm     number,
      9    deptno   number
     10  )
     11  /
    
    Type created.
    
    SQL> CREATE OR REPLACE TYPE myrectable AS TABLE OF myemp
      2  /
    
    Type created.
    
    SQL> CREATE OR REPLACE FUNCTION pipedata(p_min_row number, p_max_row number) RETURN myrectable PIPELINED IS
      2    v_obj myemp := myemp(NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
      3  BEGIN
      4    FOR e IN (select *
      5              from (
      6                    select e.*
      7                          ,rownum rn
      8                    from (select * from emp order by empno) e
      9                   )
     10              where rn between p_min_row and p_max_row)
     11    LOOP
     12      v_obj.empno    := e.empno;
     13      v_obj.ename    := e.ename;
     14      v_obj.job      := e.job;
     15      v_obj.mgr      := e.mgr;
     16      v_obj.hiredate := e.hiredate;
     17      v_obj.sal      := e.sal;
     18      v_obj.comm     := e.comm;
     19      v_obj.deptno   := e.deptno;
     20      PIPE ROW (v_obj);
     21    END LOOP;
     22    RETURN;
     23  END;
     24  /
    
    Function created.
    
    SQL> select * from table(pipedata(1,5));
    
         EMPNO ENAME      JOB               MGR HIREDATE                    SAL       COMM     DEPTNO
    ---------- ---------- ---------- ---------- -------------------- ---------- ---------- ----------
          7369 SMITH      CLERK            7902 17-DEC-1980 00:00:00        800                    20
          7499 ALLEN      SALESMAN         7698 20-FEB-1981 00:00:00       1600        300         30
          7521 WARD       SALESMAN         7698 22-FEB-1981 00:00:00       1250        500         30
          7566 JONES      MANAGER          7839 02-APR-1981 00:00:00       2975                    20
          7654 MARTIN     SALESMAN         7698 28-SEP-1981 00:00:00       1250       1400         30
    
    SQL> select * from table(pipedata(6,10));
    
         EMPNO ENAME      JOB               MGR HIREDATE                    SAL       COMM     DEPTNO
    ---------- ---------- ---------- ---------- -------------------- ---------- ---------- ----------
          7698 BLAKE      MANAGER          7839 01-MAY-1981 00:00:00       2850                    30
          7782 CLARK      MANAGER          7839 09-JUN-1981 00:00:00       2450                    10
          7788 SCOTT      ANALYST          7566 19-APR-1987 00:00:00       3000                    20
          7839 KING       PRESIDENT             17-NOV-1981 00:00:00       5000                    10
          7844 TURNER     SALESMAN         7698 08-SEP-1981 00:00:00       1500          0         30
    
    SQL> select * from table(pipedata(11,15));
    
         EMPNO ENAME      JOB               MGR HIREDATE                    SAL       COMM     DEPTNO
    ---------- ---------- ---------- ---------- -------------------- ---------- ---------- ----------
          7876 ADAMS      CLERK            7788 23-MAY-1987 00:00:00       1100                    20
          7900 JAMES      CLERK            7698 03-DEC-1981 00:00:00        950                    30
          7902 FORD       ANALYST          7566 03-DEC-1981 00:00:00       3000                    20
          7934 MILLER     CLERK            7782 23-JAN-1982 00:00:00       1300                    10
    
    SQL>
    

    If you use it in PL/SQL and then just filling a data type of collection and return that will make. Although you should question why you want to pass large amounts of data around like that first.

    Explain your purpose and what you intend to do and we can recommend the best way.

    {message: id = 9360002}

  • How to make the lines dynimac columns in Oracle PL/SQL?

    I have this request:
    select cso.branch,
      decode(NVL(cso.YES,0)+ NVL(cso.NO,0)+ NVL(cso.NA,0),0,'N','Y') ||' - '|| NVL(cso.officer,0) AS CSO_YN
    from (
    SELECT A.BRAN_CODE_PK as branch, a.emp_code_pk as officer, 
       COUNT(CASE WHEN D.STATUS = 1 THEN D.STATUS ELSE NULL END) YES,
       COUNT(CASE WHEN D.STATUS = 2 THEN D.STATUS ELSE NULL END) NO,
       COUNT(CASE WHEN D.STATUS = 3 THEN D.STATUS ELSE NULL END) NA
    FROM sales_team_accounts A, users U LEFT OUTER JOIN daily_check_lists D ON (D.USER_ID_PK = U.EMP_OFFICER_CODE
                                                                    and to_date(D.CHECK_LIST_DATE, 'DD-MON-YYYY') = '08-JUL-2010' ) -- date should be the parameter date)
    WHERE 1=1
    AND A.EMP_OFFICER_CODE = U.EMP_OFFICER_CODE
    AND A.sale_type_fk = 101 -- CSO
    AND A.SUPV_EMP_CODE_FK != 0
    and a.BRAN_CODE_PK = 1001
    group by A.BRAN_CODE_PK, a.emp_code_pk
    ) cso;
    The result of this query is the following:
    BRANCH     CSO_YN
    --------------------------------------
    1001             Y - 321
    1001             N - 335
    1001             Y - 90050
    1001             N - 303
    The scenario is, there could be maximum 7 officers in a branch,
    the total number of columns must therefore 7, and employee Y or N must be shaped in these 7 columns.

    So for each branch, it will always be 1 row to have 7 columns:
    So I want that it resembles the following:
    BRANCH     CSO1      CSO2      CSO3         CSO4       CSO5     CSO6     CSO7
    -----------------------------------------------------------------------------------------------------------
    1001        Y - 321    N - 335    Y - 90050    N - 303
    Need to do using only the PL/SQL query

    Published by: imation3m on October 22, 2010 12:21

    http://asktom.Oracle.com/pls/Apex/f?p=100:11:0:P11_QUESTION_ID:766825833740
    http://asktom.Oracle.com/pls/Apex/f?p=100:11:0:P11_QUESTION_ID:15151874723724
    http://asktom.Oracle.com/pls/Apex/f?p=100:11:0:P11_QUESTION_ID:7644594042547

  • Beginner: how to make the non-ennuyeux popup windows

    Please see this page:

    http://www.bybloodalone.com/dates.html

    in the column notes, I want to create links that, when clicked on, made a small "pop up" window which would be held just text and being a relatively uniform size with no address bar. I can do html individual pages for each entry notes that open in a new window, but I have no control over the size of the window or the presence of the address bar. and if there is a way of not having to a page for each set of notes, this would be ideal.

    can someone point me in the right direction?

    you know, a good example of what I want to do is just in front of me: when I'm done typing this announcement, I clicked on the 'Preview' button and a small window with my ad as it appeared. I'm looking to do something like that, but with a predetermined content, not provided visitor.

    That's all! Thanks for the help.

  • How to make Non editable fields in Web ADI

    Hi all

    Can you please let me know how we can make the Non editable fields in Web ADI?

    Thank you
    Anil

    Dear Anil

    You define fields don't read that in the page layout.

    Concerning
    Giuseppe

Maybe you are looking for