can I create a generic function row column Point?

I have a VI with several inside multi-column list boxes.  One way that I've seen do writing entries is as follows:

It works very well.  The only problem is that, to get the "Point to the row column" (PTRC) method requires (as I understand it) right click on the MCL and selecting this method.

I have several MCLs, and I wanted to create a structure of the event which was generic and one of them was able to treat similarly.  But the problem with that is that I don't know a way to access the PTRC method for each of them.  The only way I know to do would be to use VI scripts to create the reference on the fly (not sure if it still works), but even if it works for me, I don't think that it will work with the free runtime LV (my experience is that you can not use RTÉ to run any screws that use scripts of VI).

So my question is, is it possible to get a reference to the PTRC - generically - method without using scripts VI, or y at - it another way to do what I'm trying to do here (make the MCL writable by the user and have it keep the values that the user wrote to her during the execution of the VI).

Thank you

Hello bmishoe,

You are almost there - just use an explicit, not implicit method and use this node of CtrlRef on the structure of the event to give you a reference to the control associated with the event.  At this point, all you have to do is add the MCLBs to the structure of the event.

Kind regards

Tags: NI Software

Similar Questions

  • Can I create a XSL function and use it in the Word template

    I have a complex logic (complicated if I tell 400 to 500 times) to determine if I should have an expression null. If the value is null or equal to 0 show n/d is the value.
    If I have to repeat over and over again, and it turns out to be necessary an update, it would be a nightmare. But I don't have time to waste on a wild-goose chase either. If I have to do some thing of a few than thousands of times, I better start basically.

    Can I create a function in the word template, then call anywhere in the word for each field template, that I need to check?
    Have a link to a tutorial that does this?

    If you really want to have a function, you have the choice of using submodels (RTF or XSL)

    You can check for the steps detailed here
    http://www.Oracle.com/technetwork/middleware/bi-Publisher/overview/BIP-subTemplate-1-132933.PDF

    But if you have functions or use the code directly you still need to change your fields of 400-500.

    either

    or

  • Can I create a new function (Fade out, low Amplify, Fade In)

    Hello

    I use the version of Adobe Audition 3.0

    Is it possible to define a new function, so that I can choose a small piece of the audio file in edit view, so that the first 5 milliseconds (of the selected part audio) will apply a Fade Out, and the last 5 milliseconds will apply a Fade In and in-between is magnified to - 12dB.

    I do this hundreds of times in a record 1 hour of speech that has lots of short breaks, in order to eliminate the small noise between the words.

    Normally, I select (a) the space/pause between words and amplify this-12 dB.  Then, I select the previous 5 milliseconds and apply a Fade Out.  And 5 milliseconds after the break a Fade In.

    I discovered only today how to create shortcuts, though at least I have a shortcut to amplify, Fade Out and Fade In.

    But it would be great, if I could somehow define a function that I described above, to do all 3 steps within a single function.

    Any help or advice appreciated.

    Dave

    ryclark wrote:

    Use the Evelope effect. Are you doing a curve preset to fade down to 25% then fade up again and make a shortcut to add to the Favorites menu. This will make the entire process as a function on a single key. This is the same function that is used in the default Favorites for the Fade In and Fade Out Menu.

    Hmm... I'm not convinced it will work, because it will get the timing right. I am completely of agreement by using the effect of the envelope is the way to go - but I think that to do exactly what the OP wants, the bland need timed absolutely, which they wouldn't if you just create a single envelope, would they? That's why I thought that your absolute selection method (probably in the selections of three envelopes, or two and amplification) could do.

    Another thing most important to mention however is simply that in fact, neither of these approaches are needed anyway. If you don't have - 12dB amplify preset and change > preferences > data you have 'Smooth all edit boundaries by a transition' checked with the 5mS default in the box, you get the fade and fade out put automatically - no need for everything playing at all - just define it as a favorite and allocate a key who him.

  • can I create an index on the column of duplicate lines?

    Hello

    I tried to create a unique index on an existing table, containing the duplicate lines.

    I want to create an index of type everything on this column of duplicate rows.

    If possible pls suggest me.


    Kind regards
    Vincent.

    Yes.

  • Can I create a Google Map with several points?

    I am building a Web site for a company with several companies, and they want all appear on the map. In the standard Google maps widget, you can add only one address. Is it possible to add multiple addresses without scripting?

    You can always add placements more once you have published the site by editing the source code. Otherwise simply don't use the widget and enter the code clean Google according to custom HTML.

    Mylenium

  • How to make a generic function?

    Hi all

    I am using oracle 11g.

    My question is how can I do a generic function to escape some special charecters.

    Currently, I use this way.

    Select Replace (replace (replace (FACILITY_ADDRESS,'-','-'), "','------" '),'"','------"') installation;

    above, I give for a column, in the same way, I do for some more columns

    so I need a generic function, and I'll use this function in each columns that depends on the State.

    Thank you

    Dale

    search for deterministic function?

    create or replace function repl (p varchar2) return varchar2 deterministic as

    Start

    return replace (replace (replace (p, '-','-'), "',' \" ') ', ' "' ','------" ');

    end;

    ----

    Ramin Hashimzade

  • How to create the javaScript function that erases the text of the field values

    Hello
    How can I create a javaScript function to clear the values of the text fields
    and I want to call this function on the clear button on my custom area

    Yes it is possible but not recommended approach.

    Here is the link that you can use if you want to implement using javascript
    http://www.itechies.NET/tutorials/JScript/jsexample.php-PID-set_field.htm

    Thank you
    AJ

  • How can I create sequential shooting (1 for each 'row') numbers in a script in multiple column?

    How can I create sequential shooting (1 for each 'row') numbers in a script in multiple column?

    Sorry, but for now there no such function to put sequential numbers in the column number drawn.

  • How can I write in a table cell (row, column appear) in a databae?

    How can I write in a table cell (row, column appear) in a database using LabVIEW Database Toolkit? I use Ms Access. Suppose I have three columns in a table, I write 1 row of the 1st column, then 1st rank of the 3rd column. The problem I have is after writing the 1st column of 1st row, the reference goes to the second row, and if I write in the 3rd column, he goes to the 2nd row 3rd column. Any suggestion?

    When you perform a SQL INSERT command, you create a new line. If you want to change an existing line, you must use the UPDATE command (i.e. UPDATE tablename SET column = value WHERE some_column = some_value). The some_column could be the unique ID of each line, date and time, etc.

    I don't know what is the function to use in the Toolbox to execute a SQL command, since I do not use the Toolbox. Also, I don't understand why you don't do a single INSERT. It would be much faster.

  • can we create an index only for a given value in a column?

    desc TAB_A
    -----------------
    id1  Number Primary key,
    id2  Number,
    col1 varchar2(10),
    col2 varchar2(10)
    
    
    
    select count(*) from TAB_A
    --------------------
    4587609
    
    select count(*) from TAB_A where id2=10 
    ------------------
    6000
    
    Here is my question
    
    
    can i create an index only for the cloumn id2 only for the value 10?
    Thank you
    Mike

    Hi, Mike,.

    You can have a function-based index.

    CREATE INDEX tab_a_id2_10 ON tab_a
    (   CASE
            WHEN  id2 IN (10)
            THEN  id2
        END
    );
    

    In Oracle 11.2, it might be cleaner to have a virtual column (indexed).

  • LabVIEW can find location of row/column selected in the open worksheet?

    Instead of asking user to LabVIEW manually to input data (location of the row/column you want for data entry in the spreadsheet open), can read LabVIEW that the location of the row/column selected in a worksheet open, selected by the user?

    If so, LabVIEW now has a starting location for the user to launch inputing data without having to ask the user LabVIEW!

    Any ideas on how to achieve this would be very appreciated!

    Thank you!

    Barry

    For what you want to do here, read and write in the cell current.  This example shows you the basics...

    Example of NOR

  • Can you create a button in Dreamweaver with a "promo code" function, so users who have the promo code can go to a discount on a product page?

    Can you create a button in Dreamweaver with a "promo code" function, so users who have the promo code can go to a discount on a product page?

    Unless you are a qualified PHP coder, you will need a full shopping cart 3rd party.

    Asecurecart is reasonably priced, and it can be integrated with your PayPal account for the processing of payments + many others like WorldPay, Authorize.net, etc...

    ASecureCart shopping cart. A shopping cart compliant secure PCI.

    Nancy O.

  • Can we create a foreign key by using built in functions?

    Hi all

    I'm in the need to create a foreign key referring to an expression of a column in another table.

    For example, I try below and I got some errors.

    CREATE TABLE TABLE_A

    (

    student_id VARCHAR2 (30),

    student_name VARCHAR2 (100),

    CONSTRAINT fk_A FOREIGN KEY (student_id) REFERENCES TABLE_B (UPPER (column_name))

    );

    Please suggest if it is possible that a foreign key could be made in an expression or not?

    2761969 wrote:

    Hi all

    I'm in the need to create a foreign key referring to an expression of a column in another table.

    For example, I try below and I got some errors.

    CREATE TABLE TABLE_A

    (

    student_id VARCHAR2 (30),

    student_name VARCHAR2 (100),

    CONSTRAINT fk_A FOREIGN KEY (student_id) REFERENCES TABLE_B (UPPER (column_name))

    );

    Please suggest if it is possible that a foreign key could be made in an expression or not?

    No - it isn't.

    You can, however, create a VIRTUAL column in the parent table, and then create a foreign key that references.

  • How can I create a column 2 "vertical on the left side of my rhythm of House for the installation of the buttons?

    How can I create a column 2 "vertical on the left side of my rhythm of House for the installation of the buttons?

    How can I create a column 2 "vertical on the left side of my rhythm of House for the installation of the buttons?

    With a column CSS floated.

    But ask yourself this important question.  How this column 2 "wide will look on smaller web devices like tablets and mobile phones using the portrait?   2 "on a mobile phone is a big part of the space.

    Nancy O.

  • Why can't I create a table or a column whose name begins with a number?

    Why can't I create a table or a column whose name begins with a number?  I can't seem to find an answer when I Googled it.

    Thank you

    Yoann

    Hello

    jimmy437 wrote:

    Why can't I create a table or a column whose name begins with a number?  I can't seem to find an answer when I Googled it.

    Thank you

    Yoann

    You can;  Simply enclose it quotation marks name whenever you use it.

    For example:

    CREATE TABLE '3-26.
    (
    'name 1' VARCHAR2 (10)
    );

    INSERT INTO '3-26' ('1 St Name') VALUES ('FUBAR');

    SELECT '1 name '.
    "3-26;

    Remember, what inside quotes is case-sensitive, so you can't refer to that column as "1st NAME.

    Using quotation marks (and capitalizing exactly as expected) is such a pain that most people don't bother.

Maybe you are looking for

  • Toshiba 32RL838 - firmware update

    Hey,. I connect my tv to the internet for the first time a few days ago.I realized that many of toshiba locations and youtube do not work. I tried to update firmware good Internet but it says there is no update at this time. I have red on this forum

  • Satellite A40-211: cannot create DVD but can creat cd

    Hello and sorry for my English...With my laptop, I cant't create DVDs more but always on to the CD I do not understand!Nero say to me that it's over and ok but when I put the dvd in the dvd drive on my laptop, it tells me that is empty! I don't under

  • What graphics card can I run on my PC?

    I recently bought this PC and have been using it for games. Unfortunately, my PC works only games like, skyrim, at 20 frames per second or maybe 25. I was recommended to get a better graphics card but I don't know who can run my PC. This is why I am

  • Unregister a Windows version

    I recently updated my hard drive, and since I knew that I had to install an OS, I opted to upgrade to Win 7 Ultimate. My question, how to cancel the old version so that it can be installed and registered by another person?

  • Laptop HP 15 - r178nm: processor upgrade

    Hello I have HP laptop 15 run intel celeron n2840 2, 16ghz and I just want to know if I can switch this cpu to something like i3, i5, or pentium if it exists on laptops, my laptop has also 4 GB of ram, I can only move to 8?