C++ call and return value

hand. QML

app.importGraph (selectedFile);

I call a C++ function to get a file in the system

c ++

void ApplicationUI::importGraph (QString fileName) {}

QString newGraph;

bunch of code that adds the contents of the file to newGraph

Here, I want to newGraph back to what ever QML did importGraph C++ function call, how is this done?

}

Hello

This can be done simply return from the function:

QString ApplicationUI::importGraph(QString fileName) {
  ...
  return newGraph;
}

In QML:

var myString = app.importGraph(selectedFile)

importGraph must be reported as Q_INVOKABLE and "app" saved as contextProperty.

A property may be used to track the changes. We must define a getter, setter and a signal. There are some sample code in the section "Object C++ exposing to QML" on this page:

http://developer.BlackBerry.com/Cascades/documentation/dev/integrating_cpp_qml/

Tags: BlackBerry Developers

Similar Questions

  • Call and return

    Hi, hope someone can help...

    I built an authorware piece that contains pages of severel (map icons) sitting on a framework icon.

    I currently have an icon of screen showing a Page xx xx Pages on each page view. As there are 28 pages it means that I have 28 of these icons.

    I tried to replace these 28 icons with a simple routine that is called from every page.

    I added a new framework icon and called him extras, I then use a map icon called PageStart, inserted several icons of calculation and the display if necessary. I then use an updated Navigation icon to call and return to call the PageStart subprogramme. In the PageStart card the last icon is an icon of Navigation set proximity - Exit framework/Return.

    It works a treat, but after the subprogramme is implemented and the break is performed to the original flow driving all the content in the subprogramme is wiped off the surface of the planet. As if I had used a fading icon.

    I'm doing this right?

    Is there a way to do it?

    'The doctor Pc' wrote in message
    News:gn18er$fju$1@forums. Macromedia.com...
    > Hi, hope someone can help...
    >
    > I built an authorware piece that contains severel (map pages
    (> icons)
    > sitting on a framework icon.
    >
    > I currently have an icon of screen showing a xx xx Page on what pages appear
    > each
    > page. As there are 28 pages it means that I have 28 of these icons.
    >
    > I tried to replace these 28 icons with a unique routine that is
    > called
    > of each page.
    >
    > I have added a new framework icon and called him extras, I then use a card
    > Icon
    > called PageStart, inserted several calculation and display as icons
    > necessary.
    > I then use an updated Navigation icon to call and return to call the PageStart
    > subprogramme. In the PageStart card the last icon is an icon of Navigation
    > set
    > is near - exit framework/return.
    >
    > It works a treat, but after the subprogramme is implemented and the
    > jump
    > made to the original flow line all the content in the
    > subprogramme
    > is wiped off the surface of the planet. As if I had used a fading icon.
    >
    > I'm doing this right?
    >
    > Is there a way to do it?

    Just put AN icon in the entry of your frame, the updated value pane
    Displays the Variables. Inside, put:

    Page {CurrentPageNum} of {PageCount}

    HTH;

    Amy

    PS your Navigation icon is probably not set to 'return '. It is probably set
    something like "output interaction." I used to have an online presentation
    but I gave to the Conference, there is longer, so if you contact me at amy
    arobase magnoliamultimedia point com, I will send you a copy, along with the
    example files.

  • I tried in several ways (in line, calls and return on this forum), but no aid has been granted on Edge inspect.  I get the message "your user name and password are incorrect, or your account has no access onboard inspect CC.  Any assistance

    I tried in several ways (in line, calls and return on this forum), but no aid has been granted on Edge inspect.  I get the message "your user name and password are incorrect, or your account has no access onboard inspect CC.  Any help is greatly appreciated.  One of my original case numbers were: 0216572509

    You need installed Adobe Creative Cloud. Check the link for more information below.

    Edge inspect FAQ EAC

  • LOV and return value

    Hello

    I have a lov and the return value of this lov is assigned to a formval. I have a Viewobject VO1 which is attributed to the return values of point LOV. After selecting a value from the lov, I am tring to get the return value later of the viewobject Vo1 but he still presents as null.

    Don't know how to get the return value. Any help is appreciated.

    Thank you

    KK

    KK,

    That's what I understood.

    You have a LOV which has 2 lovMaps, it returns the field of LOV and 2 returns the value for the FormValue field.

    The formValue field is mapped to an attribute of the VO.

    After you select the value from the LOV, you try to get the value returned to the FormValue using the VO attribute attached to the value of the shape.

    How are you trying to access the value and where?

    See you soon

    AJ

  • How to do a function with the same argument multiple times and return values in the variables?

    The problem I have is that I have created a function that is really kind of database.  Basically, a bunch of:

    If (a.value == 'number') {}

    b.value = "this expression."

    }

    Inside of the shape are 2 drop-down lists that return numeric values I want to process through this function and the value of return inside separate variables.

    var a = this.getField ("OPE003. EVEN.1.MIP");

    MIP (a);

    var Result1 = Mip();

    I tried to smash * a * to treat the second field

    a = this.getField ("OPE003. EVEN.2.MIP");

    MIP (a);

    var Result2 = Mip();

    Result1 and result2 are placed in an array, joined as a string.

    In doing so, I always get the last treatment twice more than the final result.

    Can I use a function as a batch processor that way?

    You're right, I changed the code to what you said, but how to pass another value by my function so I can get Result1 and Result2?

    is it

    var a = this.getField ("OPE003. EVEN.1.MIP");

    var b = this.getField ("OPE003. EVEN.2.MIP");

    Result1 var = Mip (a);

    var Result2 = Mip (b);

    var c = new Array [performance(1), result2]

  • display and return value to the selection list.

    Jin

    I want to display the value in the list of selection from this quary.

    Select student_id in the class_record where class_id =: p1_class_id and SECTION =: p1_section
    less
    Select student_id in the STUDENT_TYPE_DETAILS where class_id =: p1_class_id and SECTION =: p1_section;

    but I want what and name with student_id l_name store in the s_per_det.student table and .f_name is also in this table.


    How to define the display value and return in this quary value using 3rd table s_per_det.


    How can I do that.


    Thank you
    Maury

    Ooh, NEGATIVE... Can you not use a NOT EXISTS in this case, could have a significant impact on the execution plan?

    Something like this maybe?

    SELECT f_name||' '||l_name,
           stundent_id
    FROM class_record a,
         s_per_det b
    WHERE a.student_id = b.student_id
    AND   a.class_id   = :P1_CLASS_ID
    AND   a.section    = :P1_SECTION
    AND   NOT EXISTS(SELECT 'X'
                     FROM student_type_details c
                     WHERE a.student_id = c.student_id
                     AND   c.class_id = :P1_CLASS_ID
                     AND   c.section = :P1_SECTION)
    

    See you soon

    Ben
    http://www.munkyben.WordPress.com
    Don't forget to mark the answers useful or correct ;)

  • PL/SQL exception handling and return values

    Hi all

    I use Oracle 10.2.0

    I have a problem in the return values of the procedures if there is no exception.

    For example:

    procedure a.
    (
    P_in number,
    p_out on varhar2
    )
    as
    p_valid varchar2 (10);
    number of p_no1;
    Select 1 in double p_no1;
    B (p_valid, p_no);
    exception when others then
    c (errmsg);
    end;
    put an end to;
    procedure B
    (
    p_in number,
    p_valid out varchar2
    )
    as
    fake number;
    Select 1 in double dummy;
    dummy cases = 1
    then
    p_valid = "OK".
    C (MSG);
    end;
    exception when others then
    p_valid = "OK".
    C (errmsg);
    end;

    end b;
    In the example if theres no exceptions or dummy = 1 in procedure B, then I need to return the value as 'OK' in the setting out of the parent procedure "A".

    I could not this value, returning null. How to get this...

    Please advice...

    TIA,

    ORCLDB wrote:
    Hi all

    I use Oracle 10.2.0

    I have a problem in the return values of the procedures if there is no exception.

    Ok

    The code you have posted is not valid code if you have forgotten some important things. However, we will make it simple...

    If you have a set OUT that will not be filled if an exception is thrown, unless it is set to NOCOPY.

    Example of...

    Here, we regularly parameter output and when an exception occurs in procedure B it REVIVAL of the exception to the procedure a...

    SQL> ed
    Wrote file afiedt.buf
    
      1  create or replace procedure B (p_in in number, p_valid out varchar2) as
      2    dummy number;
      3  begin
      4    select 1 into dummy from dual where p_in = 1;
      5    p_valid := 'OK';
      6  exception when others then
      7    p_valid := 'EXCEPTION';
      8    raise;
      9* end b;
    SQL> /
    
    Procedure created.
    
    SQL> create or replace procedure A (p_in in number) as
      2    v_valid varchar2(10);
      3  begin
      4    B(p_in, v_valid);
      5    dbms_output.put_line('Returned without exception: '||v_valid);
      6  exception when others then
      7    dbms_output.put_line('Returned with exception: '||v_valid);
      8    raise;
      9  end A;
     10  /
    
    Procedure created.
    
    SQL> exec a(1);
    Returned without exception: OK
    
    PL/SQL procedure successfully completed.
    
    SQL> exec a(2);
    Returned with exception:
    BEGIN a(2); END;
    
    *
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at "SCOTT.A", line 8
    ORA-06512: at line 1
    

    Obviously, when the procedure B raised an exception it went directly to the procedure exceptions A manager that indicates that an exception has happened and the value returned in the OUT parameter was NULL.

    Now, if procedure B just handles the exception rather than erect in...

    SQL> ed
    Wrote file afiedt.buf
    
      1  create or replace procedure B (p_in in number, p_valid out varchar2) as
      2    dummy number;
      3  begin
      4    select 1 into dummy from dual where p_in = 1;
      5    p_valid := 'OK';
      6  exception when others then
      7    p_valid := 'EXCEPTION';
      8* end b;
    SQL> /
    
    Procedure created.
    
    SQL> exec a(1);
    Returned without exception: OK
    
    PL/SQL procedure successfully completed.
    
    SQL> exec a(2);
    Returned without exception: EXCEPTION
    
    PL/SQL procedure successfully completed.
    

    Here, procedure B fills the output parameter and just returns execution to the block to execute procedure A, so A procedure isn't aware of no exception, but the output parameter does not contain the value B populated with.

    But if you want the procedure B to throw the exception and pass out a value in the output parameter, you must set the out parameter as NOCOPY...

    SQL> ed
    Wrote file afiedt.buf
    
      1  create or replace procedure B (p_in in number, p_valid out NOCOPY varchar2) as
      2    dummy number;
      3  begin
      4    select 1 into dummy from dual where p_in = 1;
      5    p_valid := 'OK';
      6  exception when others then
      7    p_valid := 'EXCEPTION';
      8    raise;
      9* end b;
    SQL> /
    
    Procedure created.
    
    SQL> exec a(1);
    Returned without exception: OK
    
    PL/SQL procedure successfully completed.
    
    SQL> exec a(2);
    Returned with exception: EXCEPTION
    BEGIN a(2); END;
    
    *
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at "SCOTT.A", line 8
    ORA-06512: at line 1
    
    SQL>
    

    Now, as in the first example, procedure B defines the output parameter and throws the exception, causing execution to go directly to the procedure A exception handler, but this time, A procedure return parameter value out.

    To understand the execution of blocks and managing exceptions take a look at this article...

    [PL/SQL 101: exception handling | http://forums.oracle.com/forums/thread.jspa?threadID=697262&tstart=50]

    ;)

  • Camera to call and wait for the photo?

    Hello world

    First post on these forums, but I've been lurking here for a while. I have a simple question that can have a simple answer, and I hope someone here can enlighten us on this issue.

    I'm looking to call the camera of my application, I can do it quite easily. In addition, I have a listener of filesystem implemented seeking a .jpg file saved after that the user takes a photo. Here are the relevant lines of code (more or less):

    Listener = new FileSystemJournalListener() {}

    public void fileJournalChanged() {}

    Long USN = FileSystemJournal.getNextUSN ();

    for (long I = USN - 1; i > = lastUSN; i--) {}

    Entry FileSystemJournalEntry = FileSystemJournal.getEntry (i);

    If (input! = null) {}

    If (entry.getEvent () == FileSystemJournalEntry.FILE_ADDED: entry.getEvent () == FileSystemJournalEntry.FILE_CHANGED: entry.getEvent () == FileSystemJournalEntry.FILE_RENAMED) {}

    If (entry.getPath () .indexOf (".jpg")! = - 1) {}

    lastUSN = USN;

    photoPath = entry.getPath ();

    }

    }

    }

    }

    lastUSN = USN;

    }

    }

    UiApplication.getUiApplication () .addFileSystemJournalListener (listener);

    Invoke.invokeApplication (Invoke.APP_TYPE_CAMERA, new CameraArguments());

    My problem is I want to access and extract the image from the camera in a way series application, then I would like my request for locking/blocking/wait until what the auditor has identified a new image file. I believe that this is possible, but I'm not familiar with how to do it. In my debugging experience, at least on the Simulator, invokeApplication is threaded (asynchronous) and my request is still ongoing in the background, even if the camera application is active and on the foreground. I tried to add a dummy while loop after the call to Invoke that checks whether my application is in the foreground (using isForeground) but has not lead me on the path.

    I'm working with JDE 4.6.1 and 4.7. Any help would be greatly appreciated!

    Best,

    Wire update

    Hi Peter,.

    Thanks again for your response. I'm really not in one of the videos/images . You can always check my github profile (www.github.com/filmaj), which also contains my range of PhoneGap - it contains the latest code of BlackBerry for our project. In addition, PhoneGap is completely open source and under license by virtue of the MIT, which is pretty liberal, so feel free to grab the code and play with it / use it at your leisure!

    Thanks for the info on the thread of events, which is very insightful. And Yes, almost all PhoneGap runs on the event Thread (except for the recovery of the resource - two resources the application external or local-unit, i.e. the pages html, css, js, images, etc.). It is indeed a difficult situation, but I think I have the solution, but it does not actually the code Java of BlackBerry. I think I can actually solve this problem as soon as the end of JavaScript.

    For context, here's a brief overview / example of how PhoneGap works on a BlackBerry:

    1. developer making an app with PhoneGap called something like navigator.camera.getPicture (success, failure) of JavaScript on the access to its Web site, with the 'success' and 'failure' based on the handles to reminders for image retrieval success or failure, respectively.

    2 some PhoneGap JavaScript wrapper code sets a cookie (document.cookie = "foobar"-call with a particular PhoneGap message format, in this case for the camera.)

    3. We then carry on native code of BlackBerry. Object BrowserField, that displays web application pages and executes the JavaScript Shell, then intercepts this cookie-setting event (via the eventOccured to the RenderingApplication method and Event.EVENT_SET_HTTP_COOKIE event type) and numbers which native device to recover/call feature.

    4. the specific device feature is called and returns a string from a combination of code JavaScript logic and JSON (code object for data transport representation). This string is stored in a Java vector, which is a member of class PhoneGap.

    5. at this point, the cookie-setting event method has finished running, execution returns to the wrapper of PhoneGap JavaScript function. Now, we get the contents of JS document.cookie. As done previously, using the same approach, catch us the event "getCookie" and fill it with the contents of the Java vector we populated earlier. It finally passed into the web page's JavaScript.

    6 back in the land of JavaScript, the last step is to eval() the contents of the cookie, fill data members and call reminders on the right.

    So my solution is to simply ask document.cookie (and therefore indirectly on the contents of the Java vector election) in a defined - for example, every second - interval instead of immediately after the launch of the functionality of the device and only once. In this way, the app will be keep polling the vector object to the new answers PhoneGap and evaluate constantly.

    In all cases, you can not directly solved my problem, but you led me in the right direction! Congratulations to you, Sir!

    Thanks again,

    Wire update

  • How to return values in calls to subsequence?

    I want to call a sous-suite. I pass parameters to this subsequence but I want too return values. Is it possible to return values other than using globals?

    -Pat

    Hello

    You can set the parameter as "pass by reference". Right mouse click on the setting you are interested in and you will find this setting.

    Concerning
    Ray Farmer

  • Calling a function multiple return values...

    Hello

    I wrote a simple function 2 return values. It comes to my own understanding.

    create or replace function func1 (empid number)

    Return number

    is

    number of SAL;

    number of deptID;

    Start

    Select the wage in sal of employees where employee_id = empid;

    Select department_id from deptid from employees where employee_id = empid;

    return of sal;

    deptid return;

    end;

    I tried to call the function like below: -.

    declare

    number of performance(1);

    Result2 number;

    Start

    performance(1): = func1 (101);

    Result2: = func2 (101);

    dbms_output.put_line(result ||) '' || Result2);

    end;

    output:-1700 1700

    the salary was posted twice.

    I understand that the second query has not been taken into account.

    Please let me know how this can be achieved.

    Thanks and greetings

    Here is an example of functions Oracle return multiple values - dBforums:

    CREATE or REPLACE TYPE pmc_tab AS TABLE OF NUMBER;

    CREATE TABLE v_stats_daily (start_date date, number of Field1, Field2 number, field3 number);

    INSERT INTO v_stats_daily VALUES('08-OCT-2003',10,20,30);

    INSERT INTO v_stats_daily VALUES('08-OCT-2003',40,50,60);

    INSERT INTO v_stats_daily VALUES('08-OCT-2003',70,80,90);

    CREATE OR REPLACE FUNCTION PMC_STATS

    (pStatDate Date) IS BACK pmc_tab

    MyArray pmc_tab;

    NUMBER of vstat1;

    NUMBER of vstat2;

    NUMBER of vstat3;

    BEGIN

    MyArray: = pmc_tab();

    SELECT sum (Field1), sum (field2), sum (field3)

    IN vstat1, vstat2, vstat3

    OF v_stats_daily

    WHERE the arguments start_date = pStatDate;

    MyArray.EXTEND;

    MyArray (1): = vstat1;

    MyArray.EXTEND;

    MyArray (2): = vstat2;

    MyArray.EXTEND;

    MyArray (3): = vstat3;

    RETURN MyArray;

    END;

    /

    Set serveroutput ON

    DECLARE

    MyDate DATE;

    MyArray pmc_tab;

    I have SEVERAL;

    numOut NUMBER;

    BEGIN

    MyArray: = pmc_stats('08-OCT-2003');

    dbms_output.put_line (' number of Table: ' | to_char (myArray.Count));

    FOR i IN 1.MyArray.last LOOP

    numOut: = MyArray (i);

    -If numOut is null then

    dbms_output.put_line (' value: ' | to_char (numOut));

    -end if;

    END LOOP;

    END;

    /

    /

    Table number: 3

    Value: 120

    Value: 150

    Value: 180

    PL/SQL procedure successfully completed.

    /

    Post edited by: Elya

  • Execute and return a value (or object) from another script

    I wish I could have some of the functions of the little that I often use in my scripts, just like seporate scripts. so I can then update in one place and do not copy in every script, I want to use them in.

    I don't know if this is possible at all. But I'd love to be able to just call them and return of their share values somehow.

    for example

    Swatches of color key code, I need:

            var inCutColorCMYK = cmykColor(50, 0, 100, 0);
            var intCutSPOT = makeSwatch("CutIN", inCutColorCMYK);
    

    so I have these functions I have tweeked/found:

       function makeSwatch( swName, swCol) {  
        var doc = app.activeDocument;
        var sel = doc.selection;
        if (!inCollection(doc.swatches, swName)) {  
        var aSwatch = doc.spots.add();  
        aSwatch.name = swName;  
        aSwatch.color = swCol;  
        aSwatch.tint = 100;  
        aSwatch.colorType = ColorModel.SPOT;  
        var aSwatchSpot = new SpotColor();  
        aSwatchSpot.spot = aSwatch;  
        return aSwatchSpot;  
        }else{  
            return doc.swatches.getByName(swName);  
            }  
        };
    
    
    function cmykColor(c, m, y, k) {  
        var newCMYK = new CMYKColor();  
        newCMYK.cyan = c;  
        newCMYK.magenta = m;  
        newCMYK.yellow = y;  
        newCMYK.black = k;  
        return newCMYK;  
        };
    
    
    
    
    function inCollection(collection, nameString) {  
           var exists = false;  
       try{
        for (var i = 0; i < collection.length; i++) {  
            if (collection[i].name == nameString) {  
                exists = true;  
                }  
            }  
        }catch(e){//alert("Illustrator needs drop kicked!!\nPlease restart Illustrator :/\n\n"+e)
            }
            return exists;  
            
          };
    

    in any case! I keep finding my self using functions like that again and again new scripts and hope there is a way to do this!

    Any help is appreciated!

    -Boyd

    You have the file a.jsx, something like myLibrary.jsx, and in it, you can have all the functions for future use. In the file, it can look like this:

    ------------------------------------ Library file -----------------------------------

    #target illustrator

    function MyLibrary() {}

    this.cmykColor = function (c, m, y, k) {}

    var newCMYK = new CMYKColor();

    newCMYK.cyan = c;

    newCMYK.magenta = m;

    newCMYK.yellow = y;

    newCMYK.black = k;

    Return newCMYK;

    };

    function applyFillColorTo (item, color) {}

    item.fillColor = color;

    }

    function CataloguedPathItem (pathItem) {}

    var p = pathItem;

    p.applyFillColor = {function (color)}

    applyFillColorTo (this, color);

    };

    return p;

    }

    this.cataloguedPathItem = {function (pathItem)}

    var p = new CataloguedPathItem (pathItem);

    return p;

    }

    };

    ----------------------------------------------------------------------------------------

    And then you can understand and use this file in other scripts, like here:
    -------------------------------------- Script File ---------------------------------

    #target illustrator

    #include 'C:\\Users\\Me\\Desktop\\My Adobe Scripts\\Illustrator\\MyLibrary.jsx.

    function test() {}

    var MyLib = new MyLibrary(); the script library is used as an object - elements of its scope of application are available through point (.) as mylib.myFunction ();

    If (app.documents.length > 0) {}

    var doc = app.activeDocument;

    If (doc.selection.length > 0) {}

    var MonElement = mylib.cataloguedPathItem(doc.selection[0]);

    var mylib.cmykColor (0,100,50,0) = myColor;

    myItem.applyFillColor (myColor);

    }

    } else {}

    Alert ("there is no open document.");

    }

    }

    test();

    ----------------------------------------------------------------------------------------

    The colors test script just a pathItem, but it uses functions from the inside of the object of 'library' to power the process. Note that to use the library of color a path implied instantiate this path as a custom which is a 'applyFillColor' method that uses a function of the scope of the library (called "applyFillColorTo") for power. Then, we can not simply the function "applyFillColorTo" use within the scope of the Script file because it is protected by the MyLibrary object.

  • the return value of tpacall(), tpcall and tpgetrply()

    The return value of tpacall() weather, tpcall and tpgetrply() has a rule? I found that the return value of them is an integer that has increased by one. What is its maximum value? Or it will be a loop in a scope? Thx for your answer!

    Bill,

    A return of tpacall(), tpcall() or tpgetrply() of-1 indicates failure. Any other return value indicates success.

    Unless the TPNOREPLY indicator is used, the value returned by tpacall() is a handle that can then be passed to tpgetrply(). (The alternative is to call tpgetrply() with the TPGETANY flag, in which case the handle returned by tpacall() will be necessary.) When using the indicator TPNOREPLY tpacall(), tpacall() returns 0 success. In both cases, the only error return value of tpacall() is - 1.

    The return value on the success of tpgetrply() is not documented (except that it is not - 1), but it seems to be the descriptor of appeal on which a message was received, which is the same information that you can place in * cd.

    The return value on the success of tpcall() is not documented (except that it is not - 1), but currently, the value 0 is generally returned on success.

    Kind regards

    Ed

  • How can I get rid of video messages and return to video calls on an iPAD?

    Somehow, I managed to transform video calling to video messages, I have everything together to get rid of the messages and return calls. How do I do that?

    The video call option also lacks for contacts who are online? Video messaging option normally appears to contacts who are offline, you can also send video messages, while the contact is offline.

  • Compare multiple columns and return a different value

    I have more access to excel and I'm running my previous workflow in numbers of duplication of issues.

    I have a worksheet when a sheet with all my power tools.  On the "Power Tools" sheet I have columns for the brand, Type, model, purchase date, etc...  An example of this would be: pass a "DEWALT", "Jackhammer" Col B, Col C "DCD995M2" and so on.

    I have a second sheet in the same document which is my front end if you want.  I wanted to have selections for this dynamic drop-down list but it seems it is not possible without scripts, but is not the immediate question yet I'm the mention the case where someone knows a good fix.  The second sheet "Sorting Test", I created manually drop-down boxes, one in column A of the brand and the other in column B for Type.  I'll choose the brand and type and I want numbers autofill the rest of this line based on these two selections.

    Example:

    In the 'Sort Test' sheet I select DEWALT in column A and I select the drill in column B and I want DCD995M2 is displayed in column C and the purchase date in column D and so on.

    Excel in it would be a game table or something similar.  So far every site and search google only gave a lot of people who try to do VLOOKUP or correspond to errors, but I've really met anyone corresponding to two distinct cells from two separate columns and return data from this same line a match was found on.

    I must also mention I'm really trying to avoid adding a hidden line that combines some of these but I know it's the most noticeable work around.

    Basically, I want to match two selections separated against two separate columns, and when it finds the match, I want it returns a different value of this corresponding line how I got everything just copy this formula on adjacent cells and simply adjust to the column in the same row matched.

    I know that I shouldn't do this on separate sheets, but it's just a choice that I made a point of design.

    Any help would be appreciated, because I'm trying to really get the most out of the numbers, especially with how it syncs between desktop and mobile and I have more access to Excel.

    You can it as what you do and why?  This will help us understand what drives the design.  Leave out how to solve the problem,

    also post screenshots can be very useful

  • Possibility to get a popup to display the display value "" and not the "return value".

    Version - Application Express 3.2.1.00.11

    I have a list of values that exceed 1500 files and am so impossible to use a Select list.

    When you use a popup lov after choosing the recording, apex displays the return value (in my case a number). Is it possible to let him use the display value (in my case, a text string).

    Concerning

    Ben

    Benton says:

    Version - Application Express 3.2.1.00.11

    I have a list of values that exceed 1500 files and am so impossible to use a Select list.

    When you use a popup lov after choosing the recording, apex displays the return value (in my case a number). Is it possible to let him use the display value (in my case, a text string).

    See limiting the number of values in a LOV

    If it comes to a page element, and then change the type of Popup LOV key.

    If there is a control in a table, it's another reason to upgrade to a supported version, or the tabular form will need to be converted to be manually generated and processed in order to allow the appropriate control be returned using the apex_item.popupkey_from_lov method

Maybe you are looking for

  • NB100 - settings Internet erased!

    Hello I hope someone can help me... I was happily using my netbook in the last 3 months, but when I went there tonight all my internet settings were already missing (I have a modem (Netgear) wireless attached to my desktop PC and I usually connect th

  • Can I use a brush Sansu on my iPad 2 Air?

    Can I use on my iPad Air2 Sansu brush?

  • Satellite Pro U300: No connection to the local network after updating BIOS 5.00 - WIN (Vista32)

    Hello! After the bios update newest to my Satellite Pro U300 (PSU31E) Lan Realtek adapter not working anymore. The map shows in Device Manager, but if I connect a cable, nothing happens (it says no cable connected). ipconfig-all says: Adapter Etherne

  • Character set for message conflict

    I am running Win XP Pro w/SP3 and IE7 and OE6 support. When you try to send the entire copy & pasted text of a long article in the NY Times, I get the "conflict message character set" window which offers three choices, send as, Send as Unicode, or ca

  • Police text and spacing in Drop Down Menu is weird

    Hi all So, about a week and a half, I formatted my PC because it was slow and usually comes not good results. I want to say I had no problem with Firefox before this and I've never really changed all the settings of Firefox. Maybe a couple on data st