How Mark Read only cases based on RadioButton selections

I have spent the last hour looking through old discussions and found nothing on this subject, so maybe it will help others in the future as well.

I'm building a dynamic PDF for people at work to use for troubleshooting.  Basically, it follows the same logic flow charts I have already done, but by asking questions and saying technicians what do based on their responses.  Top I have checkboxes which are kind of 'high level questions' that I want to be read-only and that they check automatically as they make their way through the radio buttons.

My ultimate goal is to integrate this PDF file in our ticketing system and the checkboxes at the top level will show the troubleshooting that has already been accomplished without the technician having read the full PDF to find out what to do next.  If we have to send a technician on site to fix whatever it is she will also act as a report of climbing, to let him know where we could get without him being there.

I thought this might work, but apparently I don't understand the coding as well as I thought I did.  I hope I'm close lol.

If {(TestRadio.rawValue == 1)

Subform1.check1.RawValue = 1;

}

else {}

Subform1.check1.RawValue = 0;

}

Any help is greatly appreciated.  If anyone has a PDF file with an example of this work, I'd love to see it.  Thank you very much.

Mike

In fact, I just thought to it.  I've been away "" around the values.  Maybe this will help you always someone else, so I'll leave it to the top.  Thank you all!

If {(TestRadio.rawValue == 1)

Subform1.check1.RawValue = "1";

}

else {}

Subform1.check1.RawValue = "0";

}

Tags: Adobe LiveCycle

Similar Questions

  • Signatures - when I 'mark read-only' file is too large

    I use Adobe 9 Pro to create a form and it works fine. When I change the properties 'signed' by 'mark read-only' that the user fills fields, it makes the file grow to a huge 2 + MB file.

    Any ideas on how to do this cut down? My next step will be to allow Adobe reader to be able to save the form, but it is too large to be usable in its current state.

    OK, I went to my original copy that was 'weak' so I clicked 'Save as optimized'; highlight "fonts" and checked "do not désincorporer any what font"; clicked 'OK' saved as a new file and then changed my signature to read-only options and saved as an active player and it is now 591 KB instead of 2258 KB.

    Thanks to me through the steps.

  • What is WinWord 8 and what is it? It appeared suddenly in My Documents folder, and it is marked read-only.

    What is WinWord 8 and what is it?  It appeared suddenly in My Documents folder, and it is marked read-only.

    original title: what is WinWord 8

    What is WinWord 8 and what is it?  It appeared suddenly in My Documents folder, and it is marked read-only.

    WinWord8?

    Part of Microsoft Office 97.  Maybe a part of a previous version of Microsoft Works too.

    Delete it if you don't need.

  • What impact does when a pdf file is marked read-only

    What impact does when a pdf file is marked read-only

    Try the forum LCD.

  • How to do a bunch of fields read only value-based

    IM using jdev 12.1.2.

    I have a fragment with a few dozen jsff fields. I need to make these read-only or editable fields based on a value. I know how to do this for each field, but I was hoping there was a way to do this for each of them with a single property. For instance, all the fields are in a panelgrouplayout or a panelformlayout can I set a property on this provision which will set then all areas reporting to him read-only. I was just trying not to put the property read-only on each field of monkey.

    There is none of these goods or componentwhich allows you to do. All you can do is to set the readonly property of each field to the same property (bean or pagedef) and ppr the container so that the components are updated.

    Or you use a bean method that sets all the fields editiable readonly properties in a contianer orf true false. It would save that you set the property for each field.

    Timo

  • How to show total for an Object(read only, not based on entity) view based query

    Hi Experts,

    JDEV version 12.1.3.0

    I want to show the total of column salary for reading only VO (not based on the entity, but the query based).

    The readonlyVO has some display criteria to display the data. So the total should appear only for values, I see in the user interface.

    Thank you

    Roy

    Looks like JDEV problem which was not allowing me to add the transition attribute. After the reboot of jdev im able to add the transition attribute.

  • Refreshing a view read-only table based

    Hi all

    JDeveloper 11.1.1.5.0; Operating system: Windows7

    Location: On page 1, we have 3 tables: the first two are master detail (like dept and emp), the third is a stand-alone table that is based on a view read-only (like a list of all employees who do not have a Department).
    On the third Board, we have a column that contains a commandLink. This commandLink call action, which in turn calls an another taskflow as an inlineDocument (so as a popup).
    This another taskflow has as behavior: critical use existing transaction if controls data possible and share with the taks stream call. Within this taskflow we take a few parameters to create a new line to connect a Department employee to a service (in our case, we use a table between dept and emp). We also conduct a transaction commit and rollback, depending on the choice of the user.
    If the user commits the changes also perform us a query against the view of the employees without a Department (as we see in logging the query and the new number of rows) and then we return to the calling page.
    We see the second table is refreshed and showing the new data, but does not update the third table.
    We are sure that bc has the right number of files, but this is the iterator that always show the additional record.
    When you click a button on the page, causes the table to refresh and show the correct number of lines, also by closing and reopening the panelbox, around the table, give a correct result.

    What can we do to make the iterator refresh during the return of the taskflow (= popup)?

    What we tried:
    * Changing the properties of the iterator to always refresh or any other combination possible.
    * With the help of the removeFromCollection on the line method. But this only works if the view contains entities behind (which is a bit strange, given that the definition of the method in the documentation).
    Adding features behind the view
    * By using the property afterListener to call a method. The problem here is that we don't have a DCBindingContainer at our disposal. So not access iterators.
    * In the afterListener make a call of navigation (handleNavigation). Navigation did not.
    * With the help of the partialTriggers on the third table or panelBox, pointing to the commandLink. Once we do that, no discount no longer, not even the second table.
    * With the help of the partialTriggers on the third table or panelBox, pointing to the second table. Yet once, nothing happened.
    All this without any success.

    What else can we do to make the third refreshes table itself automatically after the return of the popup?

    Thank you for all your comments and remarks.

    Filip Huysmans.

    Published by: Filip Huysmans on 15 June 2012 10:14

    Published by: Filip Huysmans on 15 June 2012 10:15

    Try to create a method call before you go back to the workflow & refresh the collection here.
    Have a look here - http://jjzheng.blogspot.com/2010/11/manually-refresh-row-in-table-after.html specifically for the workflow & this http://jjzheng.blogspot.com/2010/08/manually-refresh-row-in-table-after.html

  • OGNL presentation - mark read-only?

    Hello

    In part an UserInteraction object, I have a value default of ' #_userdisplayname '.

    I use this for which captures the current user who meets the interaction (approval process).

    Is it possible to transfer only the current user (cannot be changed)?  I use for verification purposes, but don't want the person approving the action to change it.

    BTW...

    The end-user uses the web client in 6.x to respond to these actions.

    Thank you

    B

    Hello

    There is no direct property to mark a presentation read-only field.

    There is a sort of workaround, however. Open to edit the presentation of user interaction (as indicated on your screen), click the "Approve" display group and enter the expression you want to display in the form of a text read-only in "General"-> field 'Description' at the bottom of the dialog box.

    For example, you can enter something like:

    Directly responsible for: ${__userdisplayname}

    When you start the workflow, and it reached approval stage, you should see a read-only label, something like

    Directly responsible for: __John Doe

  • How to 'READ ONLY' on the combination of period / measure

    Hello
    I want to restrict expenditures-> FY09-> 7-> cost of a 'READ ONLY' column
    and allow updates to columns other predictions-> FY09-> Oct-> cost in another column. Can someone help me? I want to give users access to write custom 'Recipes' for all the months and the years of FY09.

    Hello

    It's your last post:- How to organize columns form
    If you create lines or asymmetric columns, you will be able to define which ones you want to read-only.

    Ok?

    See you soon

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

  • Format/erase how to read only the sd card.

    The card had already switch to unlock. When try to formatting so that send the message that this is a read-only. The map equipped with old data GPS which must erase and reuse the card.

    Rastafario

    So it is probably locked by Ford for GPS use only.

  • How to read multiple channels based on the external clock

    Hello

    Normal 0 false false false MicrosoftInternetExplorer4 / * Style Definitions * / table. MsoNormalTable {mso-style-name: "Table Normal" "; mso-knew-rowband-size: 0; mso-knew-colband-size: 0; mso-style - noshow:yes; mso-style-parent:" ";" mso-padding-alt: 0 to 5.4pt 0 to 5.4pt; mso-para-margin: 0; mso-para-margin-bottom: .0001pt; mso-pagination: widow-orphan; do-size: 10.0pt; do-family: "Times New Roman"; mso-ansi-language: #0400; mso-fareast-language: #0400; mso-bidi-language: #0400 ;} "}

    I use 6254 multifunction for playback of tension with VC ++ 6 as the development tool.

    Based on the documentation NOR I created tasks like this.

    DAQmxCreateTask (_T ("Voltagetask"), & taskHandle);

    DAQmxCreateAIVoltageChan(taskHandle,sChannels,,DAQmx_Val_NRSE,0,10,DAQmx_Val_Volts,);

    DAQmxCfgDigEdgeStartTrig (taskHandle, "PFI2", DAQmx_Val_Rising);

    DAQmxCfgSampClkTiming(taskHandle,"PFI2",303000,DAQmx_Val_Falling,DAQmx_Val_FiniteSamps,nSamples);

    DAQmxStartTask (taskHandle);

    After the generation of clock finished thanks to the DAQmxReadAnalogF64 function, I tried to read samples of each channel.

    DAQmxReadAnalogF64 (taskHandle, DAQmx_Val_Auto, 10, DAQmx_Val_GroupByScanNumber, read, m_nStates & sampsPerChanRead, NULL);

    Total number of samples (nSamples) available in the buffer when the task is created with a single channel and several channels are still to come as even. In several modes of channel returns total sample by channel, which is equal to the total number of samples divided by the number of channels at once.

    For example, if a total number of clock 8000

    With single channel, it reads all the 8000 samples (m_nStates = 8000, sampsPerChanRead = 8000)

    When two tracks he read 4000 samples per channel and so on. (m_nStates = 8000, sampsPerChanRead = 4000)

    If any body know, on every clock how to take samples of all of the configured channels.

    Thanks in advance,

    Renjith.

    Renjith,

    Please note that the behavior, I explained is in line with the provisions should only if you use your clock as I convert clock. You can find information about the different types of synchronization of the analog inputs using NOR-DAQmx; the element to search for is "clocks".

    Since you do not set the clock to convert MY (should be DAQmxSetAIConvSrc()), the fact that I mentioned above is only informative for you, but does not apply to your question.  Sorry for responding too quickly without looking in your code between quotes...

    In order to answer your question, we take a look at the approach to programming DAQmx:

    If you configure your task to be "finished", the task will stop running if the number of samples per channel is acquired. In the case of an external clock (not configured as I convert clock), served it in the sampling interval. The sample clock will automatically receive a sample for all channels with a single clock pulse. From this point of view, the installation program you have in your program seems correct.

    If you do not get the number of samples that await, the fault must be somewhere in your playback function. Do you get any error messages?

    DAQmxReadAnalogF64 (taskHandle, DAQmx_Val_Auto, 10, DAQmx_Val_GroupByScanNumber, read, m_nStates & sampsPerChanRead, NULL)

    If you set m_nStates set to 8000, it's here. You say the Read function to retrieve 8000 samples. None. So if you have two channels, DAQmx acquires 2 x 8000 samples, but read you only 8000 samples... Please change m_nStates to

    m_nStates = #channels x #samples by channel

    This should solve your problem.

    hope this helps,

    Norbert

  • How to read only the most recent records in PL/SQL

    Oracle version: 11.2

    I have a table in ORACLE called RATES and it is EFFECTIVE_DATE, RATE_NAME, RATE_AMOUNT


    RATE
    ------------
    1 RATE_ONE 01/01/2000 0.10
    2 RATE_ONE 01/05/2005 0.15
    RATE_ONE 12/01/2010 3, 0.20
    RATE_TWO 4 10/15/2009 0.33
    5 RATE_THREE 07/09/2011 0.05
    6 RATE_THREE 31/12/2011 0.06

    A rate can be there several times, but the most recent rate is the rate of the asset. I need to query this table and want only to bring the currently active lines:
    DOCUMENTS 3, 4 and 6

    How can I do this in the most elegant way?

    I can say:

    SELECT RATE WHERE trunc (sysdate) between EFFECTIVE_DATE and trunc (sysdate);

    (it will not work. I don't know how to do this without a date column exp and then I could tell
    SELECT RATE WHERE trunc (sysdate) between EFFECTIVE_DATE and end_date

    The problem is that I can't add this column at this time, so need to find a way to do it by programming

    Published by: userLynx on February 1, 2012 08:56

    Hello

    Here's one way:

    WITH     got_r_num     AS
    (
         SELECT     rate.*          -- or list columns you want
         ,     RANK () OVER ( PARTITION BY  rate_name
                          ORDER BY          effective_date     DESC
                        )           AS r_num
         FROM    rate
    --     WHERE     ...          -- If you need any filtering, put it here
    )
    SELECT     *          -- Or list all columns except r_num
    FROM     got_r_num
    WHERE     r_num     = 1
    ;
    

    If you would care to post CREATE TABLE and INSERT statements for your sample data, and then I could test this.

    If the combination (rate_name, effective_date) is not unique, this includes all rows that have the last effective_date for this rate_name. If you want exactly one line per rate_name when there is a tie, then add the columns of tiebreaker to analytical or use ROW_NUMBER instead of RANK ORDER BY clause.

  • HP MediaVault 2120 as some files are marked READ-only

    I suppose that they came from a CD, but no matter how can I disable this attribute? Otherwise how to delete the folder?

    Under XP it seems to work.

  • Reading JSON file based on the selected drop-down list item

    I have little code shown below.

    I'm trying to read data from a JSON file based on certain criteria, in this case all the suburbs on a territory

    I can do that quite easily in a liquid hard coding the territory, however, I want to use the value of the < select > option

    I understand that this can be achieved with JavaScript, is it possible otherwise?

    < select id = 'territory' >

    < option value = "xx" >--please select--< / option >

    < option value = "CBD" > CBD < / option >

    < option value = "North" > North < / option >

    < option value = "South" > South < / option >

    < / select >

    {model module_json json="/_System/shipping/shipping.json" = "" = "shipping" collection "}

    < select id = "suburbs" >

    < option value = "xx" >--please select--< / option >

    {% for section in shipping.territory %}

    {% If the element.} TERRITORY is '< value on top of select >' %}

    < option value = "{{point." POSTAL CODE}} "> {{point." SUBURBS}} < / option >

    {% endif %}

    {% endfor %}

    < / select >

    Hi Craig,.

    You can skip liquid altogether and use JS to get the values you need for json.

    If you want to use liquid you need to load the last part with AJAX/XHR to enter the selected value.

    1. create a new file suburb.html and ajax request after #territory selected with the option as a parameter:

    URL: suburb.html? = north shipping

    2. the suburb.html file would be:

    {assign = globals.get.shipping-% selectedTerritory %}<- this="" will="" have="">

    {model module_json json="/_System/shipping/shipping.json" = "" = "shipping" collection "}

  • How to create a report based on the selection of a node of a tree

    Hello

    I am new to Oracle Apex and tried to build a tree and also an interactive report based on column empno from emp table.

    I created a tree based on the emp table. Now, I want to see the records in the employee selected in the tree.

    This is the query of the tree:

    Select case when connect_by_isleaf = 1 then 0
    When level = 1 then 1
    of another-1
    end the status,
    level,
    'ENAME' as the title,
    NULL as an icon,
    'EMPNO' as value,
    NULL as ToolTip,
    NULL as link
    of ' #OWNER # '. " EMP.
    Start by "MGR" is nothing
    connect prior "EMPNO" = "MGR".
    siblings arrested by 'ENAME '.

    Can someone tell me step by step how to go from here?

    I tried to follow the thread Re: question of tree but could not understand a lot of it.

    The approach to reload the page and display the report is fairly simple.

  • You start by creating a new page element that will be used to store the selected node ID, for example. P100_SELECTED_NODE (you can do atext element and change hidden once everything works as expected)
  • Change the query of the tree and the link column in the SQL of tree definition to a link to the same
    for example if your page is 100, you'd do the tree node a link to the same page but the value of the P100SELECTED_NODE with id_ of the node selected
    This is done here
    {message: id = 4410987}
    In this case, it would be

    ' f ? p = & APP_ID.: 100 :'|| : APP_SESSION |': P100_SELECTED_NODE :'|| EMPNO as link

    Now when you click on a link to tree node, it would be back to the same page, but set the P100_SELECTED_NODE with the empno of the clicked node.

  • All that's left to do, change your report so that it refers to the new point inorder to filter records for this employee empno i.e

    SELECT ...
      ..
    WHERE empno= :P100_SELECTED_NODE
    

Maybe you are looking for