Report and the Tables Alias scripts

Hi all

I am running a report off MaxL Script and want to get the Alias. I use < REPALIASMBR 'Products' and it works very well. However, it is bring back the default Alias of Table. Is it possible that I can choose what Table Alias that is returned in the result?

Thank you!

Brandy

Yes, watch OUTALTSELECT

Tags: Business Intelligence

Similar Questions

  • Error when try to use the rowid with the table alias

    I tried using a table alias to test the functions of Manager of rules and met the following problems.

    1. I have clone from a schema HR employees and departments tables.

    2. create data as follows:

    BEGIN
    dbms_rlmgr.create_event_struct (data = > 't_a');
    dbms_rlmgr.add_elementary_attribute (data = > 't_a',)
    attr_name = > "a_employees"
    tab_alias = > exf$ table_alias ('employees'));
    dbms_rlmgr.add_elementary_attribute (data = > 't_a',)
    attr_name = > "a_departments"
    tab_alias = > exf$ table_alias ('departments'));
    END;

    3. create the class rule as follows:

    BEGIN
    dbms_rlmgr.create_rule_class (rule_class = > 't_as',)
    Event_Struct = > 't_a. "
    action_cbk = > 't_acb ',.
    rslt_viewnm = > 't_arv');
    END;

    4. After adding a rule to the rule class, I try to test as follows

    DECLARE
    r_emp ROWID.
    r_dept ROWID.
    CURSOR a_cur IS
    SELECT emp. ROWID, Dept. ROWID
    Employees OF ministries dept (IEM),
    WHERE emp.department_id = dept.department_id;
    I have NUMBER: = 1;
    BEGIN
    OPEN a_cur;
    LOOP
    EXTRACTION a_cur
    IN r_emp, r_dept;
    EXIT WHEN a_cur % NOTFOUND;
    dbms_output.put_line (i);
    i: = i + 1;
    dbms_output.put_line (r_emp);
    dbms_rlmgr.add_event (rule_class = > 't_alia',)
    event_inst = > r_emp,
    event_type = > 'employees');
    dbms_rlmgr.add_event (rule_class = > 't_alia',)
    event_inst = > r_dept,
    event_type = > "departments");
    END LOOP;
    END;

    But I got the following error

    SQL > DECLARE
    2 r_emp ROWID.
    3 r_dept ROWID.
    4 a_cur CURSOR IS
    5. SELECT emp. ROWID, Dept. ROWID
    6 employees OF ministries dept (IEM),
    7 WHERE emp.department_id = dept.department_id;
    8 I COMP: = 1;
    BEGIN 9
    10 a_cur OPEN;
    11 LOOP
    12 FETCH a_cur
    13. IN r_emp, r_dept;
    EXIT 14 WHEN a_cur % NOTFOUND;
    15 dbms_output.put_line (i);
    16 I: = i + 1;
    17 dbms_output.put_line (r_emp);
    18 dbms_rlmgr.add_event (rule_class = > 't_alia',)
    19 event_inst = > r_emp,
    20 event_type = > 'employees');
    21 dbms_rlmgr.add_event (rule_class = > 't_alia',)
    22 event_inst = > r_dept,
    23 event_type = > "departments");
    24 END LOOP;
    25 END;
    26.
    DECLARE
    *
    ERROR on line 1:
    ORA-06550: line 1, column 36:
    PLS-00201: identifier 'AAAVN9AAEAAAQH8AAA' must be declared.
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    ORA-06512: at "EXFSYS. DBMS_RLMGR', line 974
    ORA-06512: at line 18 level

    Hello

    ROWID for individual tables can be added as events only if the rule class is set up as a Composite. For all other cases, ROWID is treated as data and they need to be formatted as a string of instances of AnyData or name-value pairs. Your script is to think that you intend to create a composite rule class while you might add ROWID individually. If please, recreate the rule as a composite class and try again. The error message you received is incorrect and has been corrected to indicate that the error is with the format data point past.

    Hope this helps,
    -Aravind.

  • How to import the table alias in the planning

    Hi friends

    How do I import table alias in the planning (V9.3.3), we need to add an alias for all our members of the account dimension, what is the best way to do it?

    Thanks to you all

    Create a new table alias in the planning, and then to use HAL to charge members of the alias.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • update of the value entered in the report to the table item

    Hi all


    I want to change the dnom report... and wt never dept I checked shud update the db...



    I've created a report in the

    Select apex_item.checkbox(1,deptno) "Select", apex_item.text(2,dname) "dname" of the Department;


    and submitt I m writing a process as


    Start
    BECAUSE me IN 1.APEX_APPLICATION. G_F01. COUNTY
    loop
    update the set dname = apex_application dept. G_F02 (i) where deptno = apex_application. G_F01 (i);

    -I want to update the text entered in the table report.
    commit;
    end loop;
    end;

    Hello

    You get an error? Or how it will not work?

    BR, Jari

  • Evolution of the values displayed in the report and the form editing window

    Hello experts,

    I need some advice...

    I have a simple little application that shows a table (report and form).
    Now my table has values where I can edit these values.

    What I do is when I click on icon small change, I need to change the existing automatically without the user to manually change them.

    How can I do it please?

    Thank you

    Published by: Kevin CK on March 19, 2010 12:23 AM

    You can do this with a process Page or javascript. Depends on your specific needs.

  • Update the table alias errors

    Hello

    I'm trying to update a table alias using the rules file. I'm trying to update members of multiple dimensions in a single file of simple rules. the structure of the column is as below:


    (Dim1, Lev 0) (Alias) (Dim2, Lev 0) (Alias) (Dim3, Lev 0) (Alias)

    But the rules file above fails in column 3. It says "failed to validate \\column 3. Can you please help?

    Thank you!

    Hello

    Have you read this post? Update alias
    I know it's you that triggered it, but does he not answered the question?

    Level0, ALIAS0 Dim1, Dim1, Dim2 ALIAS0, Dim2 Level0, Dim3 ALIAS0, Dim3, Level0
    must check if each of the dimensions is defined as a type of build level

    You can quickly test it by creating a file by saying the following.
    dim1val, dim1alias, dim2val, dim2alias, dim3val, dim3alias

    Create a new rule to load.
    Assign the construction of the dimension.
    Open the text file
    Set the properties of each column as
    Level0, ALIAS0 Dim1, Dim1, Dim2 ALIAS0, Dim2 Level0, Dim3 ALIAS0, Dim3, Level0
    set the dimension build properties dim1, dim2 and dim3 as the type of build level.
    validate

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Form on the report on the table - dynamically change the region title

    I use a form on a report on a table to give me the standard features of add/change/delete a table.

    When I get to the page of the form, I want my title to say the addition or modification, whether I came to the form via clicking on the link change or create new button to the page.

    I thought it would be easy but I have mingled around with calculations, define objects hidden, etc., but can't seem to make it work.

    Is there a quick process, I can follow to get there? My first thought was to create a component hidden on my page of form and that fill the homepage depending on whether I clicked on edit or create. But the title of region doesn't seem to capture the hidden element. I put the title of region: P1_HIDDEN_ITEM_TITLE. and that is the question that I put my home page. The hidden element is fine but never gets picked up in the title.

    Specify the title of region

    & P1_HIDDEN_ITEM_TITLE.

    CITY

  • Switch between the graph and the table as in the DAQ Assistant

    I was wondering if it is possible or if anyone has any success making a user interface, such as the DAQ Assistant, where you can switch between a graphical output or an array of the recorded signals.  I would like to have this feature in my code .VI.  From now on, I'm just a waveform graph in my front panel.  I'd love to be able to alternate between this waverform table and a table of output values. I have attached a few screenshots to explain what I mean.

    Hello

    Personally, I like the TAB ideas that have been validated, but you can also use property nodes and the visible value.

    Good luck.

    Steven

  • How to export a table and the table as an image?

    My VI generates a table (formatted with different colors of text and cell), plus a text box, as well as a table (formatting with a background color).

    I can group these objects on the front panel and copy them as a single unit, and paste them into PowerPoint.

    Is it possible to do this automatically, have labVIEW group together them as a single object and export it as an image file with the name of the file in the form of control? See the example attached VI and the image below:

    Here's a way to do it.

    1. create a decoration on the FP that surrounds the controls

    2 get a reference to the decoration and the MasterBoundRect property to define a subset of the image of the public Service

    3. save the subset of the image

    You can color the transparent decoration to hide it if you wish.

    If the method works for you, there are more complex and yet robust methods to get the reference of the decoration.

  • Table or view does not exist when try it and the table access to the remote but database was OK before

    Hello

    With the help of 11.2.0.3

    SQL that accesses, one table of remote database link remote db - fonctionnee during over a link db months readonly

    The remote database table has been abandoned and then recreatde.

    Is there some other step needed to allow access to the table in the remote database?

    Thank you

    You have lost your privs when the table was dropped.

  • Page numbering and the Table of contents

    I have a book containing 23 document files. Document files contain the page numbers in the footer.

    One of the document file is a generated table of contents (TOC). Unfortunately, the generated page

    the number in the table of contents do not match the numbering of the pages in the files. Here are the details:

    • The title page, in a file by itself, is not numbered
    • The frontmatter, distributed in five cases use lowercase Roman (i - xvi)
    • The body of the text in the remaining 17 files is digital (1-243)
    • The generated TOC uses cardinal numbers of the book as a whole. For example,.
      Chapter I is numbered correctly in the footer from page 1. However, he is listed in the table of contents
      as starting on page 19, because this is the file real 19th in the book. I put the document numbering
      This file from 1 properties and properties of Page numbering for the book as a whole to
      be "continue."
    • The style of the table of contents entries is correct. In other words, the frontmatter uses a tiny Roman and the
      chapters use Numeric

    I tried to regenerate the table of contents, but this did not help.

    Does anyone have suggestions on what is the way prescribed to do?

    OK, I continued to read and this is what I found:

    Set the numbering style in the document, and not in the book that we told you. Format > Document > numbering. Choose Arabic or digital. Repeat for the various chapters.

    Save and close the chapters. In the book file, click with the right button on each chapter and choose Configure XXX. This is where tell you the book to continue the page numbering or restart at the 1.

    Once this is done, update your address. From there, if there are issues, we rely on the logic of the Fm we use every day, and each of us can help you solve.

  • Calculations in APEX 4.2 on the interactive report and the update form

    Hello

    I know that people have asked similar questions, but I was not able to do this work. I'm doing some fairly simple math (addition, multiplication) in an application. I have 2 fields (VALUE_A, VALUE_B). I can get the addition and multiplication work in the interactive report, but I also need that it works correctly in the form of update. I also need update form to work dynamically so that if the values are changed, the correction calculated response is shown immediately on the update form and then reflected in the interactive report. I tried the dynamic action, with and without javascript without result. Any help would be appreciated.

    Request Express 4.2.6.00.03

    model application:

    https://Apex.Oracle.com/pls/Apex/f?p=82162:

    username: guest

    password: Peanut123

    Thank you

    Rachel

    ADD dynamic action

    After refresh of region

    Set value

    ELEMENT the VALUE to change

    check the fire on the load

    To source, use expression JavaScript

    If ($v ("P2_TEST_1")! = null & $v ("P2_TEST_2")! = null)

    {

    parseInt ($v ("P2_TEST_1")) + parseInt ($v ("P2_TEST_2"));

    }

    ElseIf ($v ("P2_TEST_1")! = null & $v ("P2_TEST_2") == null)

    {

    parseInt ($v ("P2_TEST_1"));

    }

    ElseIf ($v ("P2_TEST_1") == null & $v ("P2_TEST_2")! = null)

    {

    parseInt ($v ("P2_TEST_2"));

    }

    on the other

    { 0; }

    That add another dynamic action on change POINT P2_TEST_1 and set even with the same expression JavaScrit action. but NOT fire on the load
    Do the same for the ARTICLE P2_TEST_2

    And the same for A times B but change + to *.

    Here, I did samples for you with this code.

    https://apex.Oracle.com/pls/apex/f?p=83519 demo/demo

  • When embedding the HTML table for table border does not appear even if it appears in a web browser and the tables generator

    Need help.  When I add the HTML code to integrate the following table, the border appears in the table designer and if I find the table separately from muse, but when they are incorporated into the Muse from the edge of the table is not displayed.  Any ideas what I can do wrong?

    Here is the HTML Code below:

    < style type = "text/css" >

    .TG {border-collapse: collapse; border-spacing: 0 ;}}

    .TG td {-font family: Arial, without serif; do-size: 14px; padding: 10px 5px; border-style: solid; border-width: 1px; overflow: hidden; word-break: normal ;}}

    .TG th {font family: Arial, without serif; do-size: 14px; police-weight: normal; padding: 10px 5px; border-style: solid; border-width: 1px; overflow: hidden; word-break: normal ;}}

    .TG .tg-jlrw {do-size: 16px; text-align: center}

    .TG .tg-lvl4 {police-weight: "BOLD"; do-size: 16px; do-family: Arial, Helvetica, sans! important; text-align: center}

    .TG .tg-qnmb {make-weight: bold; do-size: 16px; text-align: Center}

    .TG .tg-wm6t {make-weight: bold; do-size: 16px}

    < / style >

    < table class = "tg" style = "undefined; table-layout: fixed; Width: 875px ">"

    < colgroup >

    < style col = "width: 175px" >

    < style col = "width: 175px" >

    < style col = "width: 175px" >

    < style col = "width: 175px" >

    < style col = "width: 175px" >

    < / colgroup >

    < b >

    < class th = 'tg-lvl4' > print size < br < /th > >(Width x Height)

    < class th = "tg-qnmb" > model size < /th >

    < class th = 'tg-qnmb' > < /th > < br > security zone

    < class th = "tg-qnmb" > < br > print Code < /th >

    < class th = "tg-qnmb" > < br > < br > graphic border width (pixels) < /th >

    < /tr >

    < b >

    < class td = "tg-wm6t" colspan = "5" > cards & amp; The year-at-a-Glance calendars - 4 x 6, 4 x 8, 5 x 7, 6 x 8, & amp; 8 x 10: < table >

    < /tr >

    < b >

    < class td = "tg-jlrw" > 4 x 6 < table >

    < class td = "tg-jlrw" > 1212 x 1818 < table >

    < class td = "tg-jlrw" > 1136 x 1742 < table >

    < class td = "tg-jlrw' > 46 t < table >

    < class td = "tg-jlrw' > < table > 60

    < /tr >

    < b >

    < class td = "tg-jlrw" > 5 x 7 < table >

    < class td = "tg-jlrw" > 1515 x 2121 < table >

    < class td = "tg-jlrw" > 1439 x 2045 < table >

    < class td = 'tg-jlrw' > < table > 57(d)

    < class td = "tg-jlrw' > < table > 75

    < /tr >

    < b >

    < class td = "tg-jlrw" > 4 x 8 < table >

    < class td = "tg-jlrw" > 1224 x 2424 < table >

    < class td = "tg-jlrw" > 1148 x 2348 < table >

    < class td = "tg-jlrw" > 48 t < table >

    < class td = "tg-jlrw' > < table > 60

    < /tr >

    < b >

    < class td = "tg-jlrw" > 8 x 10 < table >

    < class td = "tg-jlrw" > 2424 x 3030 < table >

    < class td = "tg-jlrw" > 2348 x 2954 < table >

    < class td = "tg-jlrw" > 80 t < table >

    < class td = "tg-jlrw' > < table > 120

    < /tr >

    < b >

    < class td = "tg-wm6t" colspan = "5" > Important: safe area on the base prints is 38 pixels per side. < table >

    < /tr >

    < b >

    < class td = "tg-wm6t" colspan = "5" > large Format prints - Posters & Collages: < table >

    < /tr >

    < b >

    < class td = "tg-jlrw" > 6 x 8 < table >

    < class td = "tg-jlrw" > 1818 x 2424 < table >

    < class td = "tg-jlrw" > 1742 x 2348 < table >

    < class td = "tg-jlrw" > 6 x 8 < table >

    < class td = "tg-jlrw' > < table > 90

    < /tr >

    < b >

    < b >

    < class td = "tg-jlrw" > 8 x 12 < table >

    < class td = "tg-jlrw" > 2400 x 3600 < table >

    < class td = "tg-jlrw" > 2380 x 3580 < table >

    < class td = "tg-jlrw" > 8 x 12 < table >

    < class td = "tg-jlrw' > < table > 120

    < /tr >

    < b >

    < class td = "tg-jlrw" > 8 x 20 < table >

    < class td = "tg-jlrw" > 2400 x 6000 < table >

    < class td = "tg-jlrw" > 2380 x 5980 < table >

    < class td = "tg-jlrw" > 8 x 20 < table >

    < class td = "tg-jlrw' > < table > 120

    < /tr >

    < b >

    < class td = "tg-jlrw" > 10 x 14 < table >

    < class td = "tg-jlrw" > 3030 x 4242 < table >

    < class td = "tg-jlrw" > 2954 x 4166 < table >

    < class td = "tg-jlrw" > 10 x 14 < table >

    < class td = "tg-jlrw' > < table > 165

    < /tr >

    < b >

    < class td = "tg-jlrw" > 11 x 14 < table >

    < class td = "tg-jlrw" > 3300 x 4200 < table >

    < class td = "tg-jlrw" > 3280 x 4180 < table >

    < class td 'tg-jlrw' = > 14x11E-24_STN < table >

    < class td = "tg-jlrw' > < table > 165

    < /tr >

    < b >

    < class td = "tg-jlrw" > 12 x 12 < table >

    < class td = "tg-jlrw" > 3600 x 3600 < table >

    < class td = "tg-jlrw" > 3580 x 3580 < table >

    < class td = "tg-jlrw" > 12 x 12-24_STN < table >

    < class td = "tg-jlrw' > < table > 90

    < /tr >

    < b >

    < class td = "tg-jlrw" > 12 x 18 < table >

    < class td = "tg-jlrw" > 3600 x 5400 < table >

    < class td = "tg-jlrw" > 3580 x 5380 < table >

    < class td = "tg-jlrw" > 12 x 18-24_STN < table >

    < class td = "tg-jlrw' > < table > 90

    < /tr >

    < b >

    < class td = "tg-jlrw" > 16 x 20 < table >

    < class td = "tg-jlrw" > 4800 x 6000 < table >

    < class td = "tg-jlrw" > 4780 x 5980 < table >

    < class td 'tg-jlrw' = > 20x16E-24_STN < table >

    < class td = "tg-jlrw' > < table > 120

    < /tr >

    < b >

    < class td = "tg-jlrw" > 18 x 24 < table >

    < class td = "tg-jlrw" > 2700 x 3600 < table >

    < class td = "tg-jlrw" > 2680 x 3580 < table >

    < class td = "tg-jlrw" > 18 x 24-24_STN < table >

    < class td = "tg-jlrw' > < table > 135

    < /tr >

    < b >

    < class td = "tg-jlrw" > 20 x 24 < table >

    < class td = "tg-jlrw" > 3000 x 3600 < table >

    < class td = "tg-jlrw" > 2980 x 3580 < table >

    < class td 'tg-jlrw' = > 20x24E-24_STN < table >

    < class td = "tg-jlrw' > < table > 150

    < /tr >

    < b >

    < class td = "tg-jlrw" > 20 x 30 < table >

    < class td = "tg-jlrw" > 3000 x 4500 < table >

    < class td = "tg-jlrw" > 2980 x 4480 < table >

    < class td 'tg-jlrw' = > 20x30E-24_STN < table >

    < class td = "tg-jlrw' > < table > 150

    < /tr >

    < b >

    < class td = "tg-jlrw" > 24 x 36 < table >

    < class td = "tg-jlrw" > 3600 x 5400 < table >

    < class td = "tg-jlrw" > 3580 x 5380 < table >

    < class td 'tg-jlrw' = > 24x36E-24_STN < table >

    < class td = "tg-jlrw' > < table > 180

    < /tr >

    < b >

    < class td = "tg-jlrw" > 24 x 72 < table >

    < class td = "tg-jlrw" > 2328 x 6912 < table >

    < class td = "tg-jlrw" > 2308 x 6892 < table >

    < class td 'tg-jlrw' = > 24x72E-24_STN < table >

    < class td = "tg-jlrw' > < table > 115

    < /tr >

    < b >

    < class td = "tg-jlrw" > 24 x 96 < table >

    < class td = "tg-jlrw" > 2328 x 9216 < table >

    < class td = "tg-jlrw" > 2308 x 9196 < table >

    < class td 'tg-jlrw' = > 24x96E-24_STN < table >

    < class td = "tg-jlrw' > < table > 115

    < /tr >

    < class td = "tg-wm6t" colspan = "5" > Important: safe area on the base prints is 38 pixels per side. < table >

    < /tr >

    < class td = "tg-wm6t" colspan = "5" > 4 x 8 gift tags: < table >

    < /tr >

    < b >

    < class td = "tg-jlrw" > 4 x 8 < table >

    < class td = "tg-jlrw" > 1224 x 2424 < table >

    < class td = "tg-jlrw" > 1148 x 2348 < table >

    < class td = "tg-jlrw" > 48 t < table >

    < class td = 'tg-jlrw' > < table > N/A

    < /tr >

    < b >

    < class td = "tg-wm6t" colspan = "5" > Important: safe area on the base prints is 38 pixels per side. < table >

    < /tr >

    < /table >

    Once again... Muse removes the style code that you put into this table so your other option is to use an iframe

    example of your table in an iframe = table (by itself) and i-table (inside the iframe Muse)

  • Find the name and the table constraint type based on the name of the field

    I have a field name or a column with me... I want to find the name of the table is a primary key... Any request to make this work so that the running costs are low...

    Currently, I mix dba_constraints and ALL_TAB_COLUMNS to get this... is possible to extract the data of a process cost effective single table/any other is appreciated

    You must include the USER/ALL_CONSTRAINTS with USER/ALL_CONS_COLUMNS to achieve your desired results. For your specific condition, you can try this query.

    Select constraint_name

    column_name

    de)

    Select c.constraint_name

    cc.column_name

    count on column_count (c.constraint_name score) (cc.column_name)

    from user_constraints c

    Join user_cons_columns cc

    on c.constraint_name = cc.constraint_name

    where constraint_type = 'P '.

    )

    where column_name = 'EMPNO '.

    and column_count = 1;

    I used USER_CONSTRAINTS and USER_CONS_COLUMNS. If you use ALL or DBA dictionary table add join OWNER condition as well.

  • How to access the table cell script plugin c labels

    Hello

    We have a plugin written in actionscript, which prepares data in labels of each cell in a row of a table, when the user has their cursor in this line:

    var: a cell = getSelectedCell();

    for each {(var childCell:Cell in cell.parentRow.cells)

    childCell.insertLabel (labelName, theString);

    }

    public function getSelectedCell (): cell

    {

    ...

    var selectedLayers:Array = doc.selection in the table;

    var selectedLayers = obj:Object [0];

    If (obj have PointInsertion! = null) {}

    var ip:InsertionPoint = obj as PointInsertion;

    If (ip.parent cell) {}

    return ip.parent as cell;

    }

    } else if (obj as cell! = null) {}

    return items as cell;

    }

    Returns a null value.

    }

    I am now writing a C plugin that needs to read data using IScriptLabel: once again, when the user has a cursor in the same row.

    My problem is that I can't find (via the C code) against that UIDRefs the labels would have been stored by the script that the table does not seem that the objects of the cell in the same way as the script only.

    Any ideas on how to get the relevant UIDRefs?

    Thank you

    I found the answer:

    1) go to SnpIterTableUseDictHier.cpp.

    (2) go to the function void SnpIterTableUseDictHier::inspectThreadDict (const InterfacePtr& textStoryThreadDict).

    (3) add this code after the line after the line InterfacePtrMyCell (textStoryThread, UseDefaultIID());

    #define Solutiontotheproblem 1

    #if Solutiontotheproblem

    InterfacePtr iscript (textStoryThread-> QueryParent (ScriptInfo::RequestContext ()), IScript::kDefaultIID);

    {if (iscript)}

    Tags IScriptLabel::ScriptLabelKeyValueList is iscript-> GetTags();.

    IScriptLabel::ScriptLabelKeyValueList:iterator iter;

    If (!) Tags.Size ())

    {

    PMString return ("no labels found.");

    returnVal.SetTranslatable (kFalse);

    }

    for (iter = tags.begin (); iter)< tags.end();="">

    {

    PMString returnVal ((*iter).) Key());

    Return +=("::");

    Return += ((*iter).) Value();

    CAlert::InformationAlert (returnVal);

    }

    }

    #endif

    (3) voila!

    Hope that helped. If your question is the answer, please mark my solution as correct

    I used this link for the answer. The main thing to find was finding what associated text interface was IScript is associated with.

Maybe you are looking for

  • Dell U2711b compatibility &amp; iMac

    Is U2711b Dell compatible iMac (Sierra) as a 2nd monitor? I have to buy special adapters/connectors? It is currently connected to MacPro to 2010.

  • HP slate 7 2800

    Resident in the United States, I'm currently travelling in Germany.  My 7 Slate seized.  I was searching Google Earth of the surroundings and the system stopped working.  The screen went blank and I can't turn off or turn on.  Any help would be appre

  • Initialize the cluster with data types different (lots of data)

    Hello I have data, which are composed of different data types. First of all, I have initialize cluster with these types of data and then "print" to light (photo). In case of photo data carries 8 characters than ja 4 floats. It was easy to initialize,

  • problem with the READING of the PNG FILE

    I read a file png - one photo with transperent back polished - READ the PNG file and display them in my program using a function to draw the flattened Pixmap. I get a very dark black background color - in the image created. How can I solve this probl

  • Prevention of the softKeyboard / virtualkeyboard re - circulate the app

    Hi, I managed to show the virtual keyboard by using the following code: stage.needsSoftKeyboard=true; stage.requestSoftKeyboard(); However, when the keyboard is in place, it makes the whole stage Monte. Similar to textinput, the app will be re-flow s