No other way to assign a text value number other then: block.item1?

Hi all

In forms 6i, is there no way to value a text number other then ': Block.item1': = value?

There is a built-in function?

Thank you

REDA

You can use the built-in function COPY.

With the built-in subroutines NAME_IN and COPY, you can reference the elements indirectly.

See Help for forms:

«Using the variables instead of the actual element names, you can write a subroutine that can run on any element whose name has been assigned to the specified variable.»

In addition, using the indirect reference is required when you reference the value of a variable binding form (item, setting a global variable) in PL/SQL you write in a library or a menu module.

Because the menus and forms libraries are modules of separate application, impossible to refer directly to the value of a form element in the command or menu item library procedure. »

Concerning

Tags: Oracle Development

Similar Questions

  • How to assign the text value when the data in the column is null or empty

    Hello guys

    I have a small question

    I have a column A that half of its value is empty, now the condition is that whenever the column is empty, assign "N/a" in the column... So I wrote a code which is:

    <? If: not (column A)? > column a = 'n/a' <? end if? >

    However, when I preview the RTF model, the data in the column still has not changed at all, many lines are still empty and did not show 'n/a '... The column is of type text

    Please advice

    Thank you
    N/A
    
  • Assign the textfield value to a variable

    How can I transfer a textfield value in the variable?

    [CODE]

    import flash.text. *;

    import flash.events. *;

    import flash.display. *;

    Button named Player_save

    Player_save.addEventListener (MouseEvent.CLICK, savename);

    function savename(event:MouseEvent):void

    {

    playerlist. Text = Player_name. Text;

    trace (Player_name. (Text);

    Player_name. Text is the TextField

    }

    [/ CODE]

    First declare the variable, then assign the text value of the textfield object.

    var playerName:String = player_name.text;

  • Is there a way to get the new value assigned to a column of series (DG4IFMX)

    Hi people,

    I need to insert records into a table whose primary key is a column of series (even as a trigger on a primary key in Oracle). I have been informed that the way to trigger the next value is to insert a zero in the column, which is fine. The problem is, that I need to know what the next value that has been assigned, and there is not enough time between the transaction to do a 'select max (column_name)', for example. Is there something (maybe a function) that responds to this need, and I don't know about it?

    Thanks, any idea would be appreciated.

    -Adam vonNieda

    The gateway offers the PASSTHROUGH - described in more detailed manual - package which allows you to send anything to the foreign database without being touched by Oracle.
    Depending on your function, you can use the DBMS_HS_PASSTHROUGH. The EXECUTE_IMMEDIATE package and if you need to retrieve something that you could use:
    dbms_hs_passthrough. Parse
    DBMS_Hs_Passthrough.fetch_row
    dbms_hs_passthrough.get_Value

  • problem using resolveNode to change the text value

    I have a text field which I am editing using a drop-down list.

    Form1.PurchaseOrder.header.DropDownList1::change - (JavaScript, client)

    If (this.rawValue == 1)

    EstimateValid.xfa.resolveNode("caption.value.#text").value = "Due to changes in material prices throughout the year all our estimates are valid for a period of 30 days, unless otherwise noted elsewhere in this estimate.";

    on the other

    EstimateValid.xfa.resolveNode("caption.value.#text").value = "this is not a VAT receipt.  If you require a VAT receipt, please ask the front desk for car parts bought for your car. « ;

    the binding has been implemented

    pointers please

    Hello

    You have to take the xfa out of the assignment, must be fair

    EstimateValid.resolveNode

    not

    EstimateValid.xfa.resolveNode

    Concerning

    Bruce

  • Is there a way to increase the text size in Windows 8 applications?

    Is there a way to increase the text size in Windows 8 applications?

    I find the way to text size too small in most news reader applications.  Looks like you should be able to increase or decrease the text size the same thing you do in a browser using CTRL + or CTRL-, or your mouse wheel.

    You can increase the size of the text on the desktop, but it doesn't have any effect on the subway, or whatever you call it today.

    Probably, there should be a setting to increase the size of the text under settings of PC!

    IMO, I would probably find a lot of people out there wouldn't buy a W8 Tablet since the text is to small to read!  This has fixed as soon as POSSIBLE!

    Edit: I noticed that a lot of Apps is updated to help with this problem.  Unfortunately not on the main screen of App, if you select an item to read the improvement will become visible or selectable.

    Hello

    On the start screen simply type the word "police" and select the filter settings on the right.  You should see an option 'Make text and other items more or less '.  Click on that and adjust the text or at the desired size.

    -Curt

    These instructions don't change the DPI of the screen ratio when it is in the classic user of Windows interface. The new interface Windows username however does not change when this setting is changed (which, in itself, is rather unfortunate).

    The only way to change the font size of Windows apps Store is as follows:

    1. click on the Start button to get the new user of Windows interface

    2 start typing 'police' (without the quotes)

    3. click on "settings".

    4. click on "enlarge everything on your screen; This opens the settings of PC (which is different from the classic Configuration screen)

    5. set "Enlarge everything on your screen" on it.

    Personally, I still find it too small for a lot of apps, but it's a small improvement on the default settings.

  • I have a HTML5 form that sends a null (%) if the user does not have a choice. It works fine, but I get an error of W3c on the value of '% '. Is there another way to send a NULL value?

    I have an HTML5 form that allows the user to select 1 of 6 provinces of Costa Rica. If they do not select a Province, I use php code to send a NULL value and the other selections research of the form looking for all Provinces. If they choose a province, we are looking for database records that are found in this province.  Currently I use the value = '%' as the selected value if the user does not have a choice. It works and looks in all provinces, but I get an error of W3c checking on the value = '% '. Y at - it another way to send a NULL value. PS: I have the same problem on the following form which allows you to select the Business category. The page is http://www.yellowpagescr.com

    Here is a copy of the code. The RED line works but gets a W3c issue error of the test page. :

    < form = class "navbar-form Center navigation bar" role = "Search" action = "#searchresults" method = "get" name = "selectterms" id = "selectterms" title = "" >

    < select name = "province" autofocus class = 'copyright' title = "Click to select a Province (optional)" >

    < option value = '%' selected = "selected" > all Provinces < / option >

    < option value = "alajuela" > Alajuela < / option >

    < option value = "cartago" > Cartago < / option >

    < option value = "Guanacaste" selected > Guanacaste < / option >

    < option value = "heredia" > Heredia < / option >

    < option value = "Limon" > Limon < / option >

    < option value = "Puntarenas" > Puntarenas < / option >

    < option value = "San Jose" > San Jose < / option >

    < option value = "Other" > other < / option >

    < / select >

    The correct way.

    Nancy O.

  • Assignment of specific values of CI practitioners

    Hello

    We try to customer approval of road tasks to those who are defined as stakeholders at a specific value of the CI.  So if someone chose a value of 'GMBO' of a QD field on the submission form, I would like to as the workflow to send the approval to Executive Director task "of stakeholders: role" for the selected CI.

    In order to define, in the customer approval task, I chose "Interested party", then "request no. / query CIs and stakeholders."  However it seems to set the CI in the detail screen of the application (within the CIs section) in the model in order to have it correctly routed to an intervener linked.  Here, the problem seems to be that he forward tasks of customer approval to all stakeholders associated with ALL the listed CI (under the section related CIs).

    Is it possible to have the 'Bound CIs' field dynamically filled in the details screen of application based on the value that is selected in the submission form?

    I hope I'm missing something right here in the way I set it up.  We run a 9.1.4 VSM environment. Thanks for any help/direction with it.

    -Syed

    Hi Syed,

    It is very important that your custom QD CI field is created in the screen assigned to your application either in all screen common called "request". You can take a look here for more information on this subject.

    If she asks is the value or inherited then you should be able to select your players in the custom field in a form of selection of feline recipients (cust.appr.task):

    There is really no need to use the "CI-related" field at all so you don't need.

    Gytis

  • Quick way to assign the IDs table header cells to data?

    Acrobat X (10.1.9)

    For the accessibility of tables with complex headers, is there a quick way to assign the ID of the header cells to data associated with them?  I have not found a way faster than go to one cell at a time.

    All tags already have an ID, this question is how quickly assign the ID of header cells to all data cells in a row or a column.

    Better yet, is there a function or plugin that looks like to a table column and line and automatically assigns the headers for all data cells?

    I used the Table Inspector in Acrobat and several years of the CommonLook plug-in version. Both allow you to set several properties for all the cells in a selection. And they act as if they fortunately put header IDs for multiple cells, but after clicking OK and watch the cell properties, TI is not set for any of them, and CL only sets it to the first cell that has been selected.

    I prepare a PDF file of scientific reports for Section 508 compliance. Often, they are hundreds of pages long and got the results of large tables. Some clients insist on complex headers. Cell by cell is surprisingly long.

    I am running the latest version of CommonLook and manages to assign very well identification tags.  You can select multiple cells and assign them to a header.  You can also select the same cells and assign them to another heading using "Append". This will add the new header, without deleting the header already assigned.  In earlier versions Append has not worked for me.   That's what you need, if you have complex tables for a long time.  If you get the latest version and this isn't the case call Technical Support, as the plugin does not work correctly.  The Touch Up reading order tool does not.

    I sometimes create a white/hidden text for the header text that spans several columns and then create individual to keep them, but I wouldn't rely on it for long tables or use it as my main method. It's a pretty quick solution in some cases - or if your author likes to let in line 1, column 1 white, you can create your own invisible header for the screen reader.  But it is too difficult to verify, and not the best route to follow. Also the hidden text is considered a no-no by some as it is supposed to be a drop out / drop behind or mistake to layout.

  • Is there a way to link the text fields in an interactive form in ID CS6?

    I'm recreating a form where they had several fields of text on the other. If the form was not interactive, it would be so the user could use to fill longer and more detailed answers to the questions.

    But since this is supposed to be interactive, I have a question the need to do this, at least that I could link them somehow, so that the user's long response would result from one field to the next according to the needs.

    Is it possible to do? Or it works better to merge into a large text 3 text fields?

    If the latter, is there a way to change a text field to return in a text box or image? I can't find this option.

    You can't bond PDF fields with each other.

    Do a multi-line, Scrollable text to give program input field forces (in Acrobat, but not in InDesign, you can also set a limit on the number of characters).

    As I've said elsewhere, choose object > Interactive > convert to object to a field of a normal object.

  • Dynamically add the instanceManager text value to instanceManager another

    Hello

    I have a dynamic form that has two subforms with instanceManagers. One is called options, and another description. Subform 'options' has a button that adds an instance both "_options" and «_description» InstanceManagers

    I click the button twice so I have three instances of each. Each instance of "_options" has a field OPTION, and each instance of '_description' has a DESCRIPTION field. I want to write code that will automatically set the text value of the OPTION to the value of the DESCRIPTION text.

    example:

    -options

    -OPTION (input field)

    -descriptions

    -DESCRIPTION

    Click

    Click

    -options

    -OPTION (1)(input field)

    -OPTION (2)(input field)

    -OPTION (3)(input field)

    -description

    -Description (1)(input field)

    -DESCRIPTION (2) (field)

    -DESCRIPTION (3) (field)

    fill option fields

    -options

    -OPTION (1)(rawValue: the soup is good)

    -OPTION (2)(rawValue: soup really sux)

    -OPTION (3)(rawValue: soup is ok)

    and here's my problem - how do I get these values for the other instanceManager? I have a code that does not work, but I don't want to offer something. Please, help me, I am struggling with this instance of reference bs for awhile

    You must use xfa.resolveNode to analyze the number of index levels.

    I just did a quick test with a few tables on the output of a field event in Table1, I put a corresponding field in Table2 to the same value. Works the same with subforms.

    xfa.resolveNode ("Table2.Row1 [" + this.parent.index + "]"). TextField1.rawValue = this.rawValue;

    Depending on how many levels deep into the repeating subform your domain is that you will need to play with the 'this.parent.index' to get the path to the repeating subform (this.parent.parent.index, etc.).

    Hope that's what you're looking for!

  • HI, without discounting of transnational text value

    Jin

    I created application process and java script.
    I want when I select student is NEW or OLD radio button and enter class 1 in the text field, then value is expected (ADM TAX and FEES of DEV) text field.
    But not these admission fees and not these development costs comes in text field.

    Value of ADMFE and DEVFEE are in the table.

    My application process

    DECLARE
    VADM NUMBER;
    vDEV NUMBER;

    BEGIN
    owa_util.mime_header ("text/xml", FALSE ");
    HTP.p ('Cache-Control: non-cache');
    HTP.p ('Pragma: non-cache');
    owa_util.http_header_close;
    SELECT ADM_FEE, DEV_FEE IN VAM, vDEV OF FEE_FORMAT_DETAIL
    WHERE STU_STATUS =: STATUS AND CLASS_ID =: STUDENTID.
    HTP. PRN ("< DATA > '");
    HTP. PRN ("< ADM_FEE VALUE ="' |) VAM | ("" > < / ADM_FEE > ');
    HTP. PRN ("< DEV_FEE VALUE ="': vDEV |) ("" > < / DEV_FEE > ');
    HTP. PRN ("< / DATA > '");
    EXCEPTION WHEN OTHERS THEN
    HTP. PRN ("< DATA > '");
    HTP. PRN ("< ADM_FEE VALUE =" "no such admission!" > < / ADM_FEE > ');
    HTP. PRN ("< DEV_FEE VALUE =" no such cool development!"> < / DEV_FEE > ');
    HTP. PRN ("< / DATA > '");

    END;


    Java Code script

    < script type = "text/javascript" >
    function getStudentFeeInfo (filter)
    {
    var xml = null;
    get var = new htmldb_Get (null, $v ('pFlowId'), 'APPLICATION_PROCESS is FEECOLECTION', 0);
    Get.Add ('STUDENTID', 'STATUS', filter.value);
    RET = get.get ('XML');
    If (ret)
    {
    var ADM_FEEItems = ret.getElementsByTagName ("ADM_FEE");
    If (ADM_FEEItems)
    {
    var ADM_FEE = document.getElementById ("P19_ADM_FEE");
    ADM_FEE. Value = ADM_FEEItems [0] .getAttribute ("VALUE");
    }
    var DEV_FEEItems = ret.getElementsByTagName ("DEV_FEE");
    If (DEV_FEEItems)
    {
    var DEV_FEE = document.getElementById ("P19_DEV_FEE");
    DEV_FEE. Value = DEV_FEEItems [0] .getAttribute ("VALUE");
    }
    }
    get = null;
    }

    < /script >

    I've created TWO elements of the Application
    STUDENTID
    STATUS


    Can you tell me where I'm wrong.

    Thank you
    Maury

    Hello:

    The AJAX call now works. I made the following changes to your JS function

    get.add('STATUS', $v('P2_STATUS'));
    get.add('STREAM',$v('P2_STREAM')); 
    

    I tested for ClassId = 1, Status = NEW and Stream = Npne

    CITY

  • Is there a way to get the text to reformat then I Zoom in to read an article.

    Is there a way to get the text to reformat then I Zoom in to read an article, so I can't do a pan on?

    Unfortunately not - this is one of the disadvantages of pinch to zoom - makes the biggest full page

  • Search for the text value data store

    Hello, I have a PDO of data to store, and I would like to search for a text value in a quantity of measure.  In each of my test series, there is a quantity of measure with the name TCNAME and stores the cell name of test in the string format.  I would like to get all the TCNAMEs that contain "TC4" for example.  Currently, I have to load TCNAME in the portal and display it in an array of string.

    Any ideas how I can do this?

    I assume you are using a PUMA testbed that stores this kind of goods on a unique value chain chains.

    There is no direct search method, so I guess that a script is the only solution we can offer.

    Datafinder you can search for the minimum and maximum of a channel. That would be too much work in the store of ASAM.

    "PDO / cpp"
    protected tcnameMQs: set tcnameMQs = store. GetElementList ("MeasurementQuantity", "name = TCNAME", true)
    protected tcnameMQ: for each tcnameMQ in tcnameMQs
    MsgBox tcnameMq.References ("local_columns"). Elements (1). Properties ("values"). Value
    Next

    ' AOP5 / Corba
    protected tcnameLCs: set tcnameLCs = store. GetElementList ("LocalColumn", "measurement_quantity.name = TCNAME", true)
    protected tcnameLC: for each tcnameLC in tcnameLCs
    MsgBox tcnameLC.Properties ("values"). Value
    Next

    I have added the example which should be the shortest path from my point of view. In AOP5, you can search LocalColumn and spend BA which is less overhead.

    It is perhaps a good idea to post-processing of the data base and crush the decription "Test name" by

    "The test cell name == NAME. You can search not post-processed by Searchin' for.

    protected tcnameMQs: set tcnameMQs = store. GetElementList ("MeasurementQuantity", "description = name of the test cell", true)
    protected tcnameMQ: for each tcnameMQ in tcnameMQs
    tcnameMQ.Properties ("description"). Value = "name of the test cell is" & tcnameMq.References ("local_columns"). Elements (1). Properties ("values"). Value
    Next
    Store.Save

    Thereafter, you would be able to search for it.

    Greetings

    Andreas

  • Replace the text values

    Hello.

    I have problem with replacement of values in text strings and I can't find a solution.

    I have two or three channels filled with only 2 values: OK and NOK. How can I replace these values with for example 1 for OK and 0 for NOK?

    This replacement is necessary for drawing a chart. I can't draw the chart because the tiara do not accept the values of text like a ladder with the current values.

    Thanks in advance :-)

    Hello Domin,

    replaces a substring in a text with another text can be done with VBS 'Replace' function

    The execution of a function on an entire channel can be made using ChnCalculate.

    Combine the two and you get:

    ("ChnCalculate ("ch ()"" statistics text"" "") = Replace (ch ("' statistics text" "" '), '' value' ', "" LLL"") ")

    It is a channel in the DIAdem example data set. The above command executes the command "Replace" for each value of the text string "text of statistics". He replaces each occurrence of 'value' by 'LLL '.

    Hope this helps

    Andreas

Maybe you are looking for