Nee help in changing de radio button

the output wil have the radio button, but i d0n wan the radio button.. wat shld i change?
change to List izit? when i change to List, there's sumtin wron with my fm3.append(imageItem);
thx
import java.io.*;
import java.util.*;
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
import javax.microedition.rms.*;
public class Screensaver extends MIDlet implements CommandListener {
     // declare the form
     private Form fm1;
     private Form fm2;
     private Form fm3;
     // declare image
     private Image pix;
     private ImageItem imageItem;
     // declare commands
     private Command okayCommand;
     private Command backCommand;
     private Command cancelCommand;
     private Command saveCommand;
     // declare display
     private Display display;
     // Choice Group of preferences
     private ChoiceGroup choice;
     // declare TextField, RecordStore
     private TextField tx_field;
     private RecordStore record;
     // declare byteArray
     ByteArrayOutputStream output = new ByteArrayOutputStream();
     task tasking = new task();
Timer timer = new Timer();
int currentId=1;
int timeInterval=1000;
boolean u = false;
public Screensaver()
          display = Display.getDisplay(this);
// Specify a font face, style and size
//Font font = Font.getFont(Font.FACE_PROPORTIONAL, Font.STYLE_PLAIN, Font.SIZE_MEDIUM);
          okayCommand = new Command("OK",Command.SCREEN,1);
          backCommand = new Command("Back", Command.BACK, 0);
          cancelCommand = new Command("Cancel", Command.BACK,0);
          saveCommand = new Command("Save",Command.SCREEN,1);
//startApp()
public void startApp()
          // form for the main menu
          fm1 = new Form(".: Main Menu :.");
          choice = new ChoiceGroup("Choice Label", Choice.EXCLUSIVE);
          choice.append("Start Screensaver",null);
          choice.append("Options",null);
          choice.append("Exit",null);
          fm1.append(choice);
          fm1.addCommand(okayCommand);
          fm1.setCommandListener(this);
          // form for option
          fm2 = new Form(".: Options :.");
          // create new textfield to enter time interval
          tx_field = new TextField("Time Interval(sec)","",5,TextField.ANY);
          fm2.append(tx_field);
          // saveCommand to save the time interval
          fm2.addCommand(saveCommand);
          fm2.addCommand(backCommand);
          fm2.setCommandListener(this);
          //form for the screensaver
          fm3 = new Form(".: Screensaver :.");
          fm3.addCommand(backCommand);
          fm3.setCommandListener(this);
          display.setCurrent(fm1);
          // cannot stop the screensaver//
//pauseApp()
public void pauseApp()
//destroyApp()     
public void destroyApp(boolean u)
          notifyDestroyed();
// handle commands to change time interval and to display menu again
public void commandAction(Command c, Displayable d)
          // saving the time interval
          if (c == saveCommand)
               Integer inter = new Integer(0);
               timeInterval = inter.parseInt(tx_field.getString());
               timeInterval = timeInterval * 1000;
               // display menu again
               display.setCurrent(fm1);
          // backCommand, will return to main menu, setCurrent(fm1)
          else if (c == backCommand)
               // display menu again
               display.setCurrent(fm1);
          else if (c == okayCommand)
               // getSelectedIndex() ==0, means the 1st icon is selected (start screensaver)
               if (choice.getSelectedIndex() == 0)
                    display.setCurrent(fm3);     
                    timer.schedule(tasking, 0, timeInterval);
               // the option is selected, so display fm2
               else if (choice.getSelectedIndex() == 1)
                    // display screensaver
                    display.setCurrent(fm2);
               // exit option is selected, so us destroyApp
               else
                    boolean testing = true;
                    // exit
                    this.destroyApp(testing);
public class task extends TimerTask {
     public void saveEntry (String entry_E) throws RecordStoreException {
          byte [] data = entry_E.getBytes();
          record.addRecord (data, 0, data.length);
public void run(){
                    // de nx 4lines determine whether the pix cn move anot..
                              if(fm3.size()==1)
                                             fm3.delete(fm3.size()-1);
     try {
                         // open recordstore
                         record = RecordStore.openRecordStore ("screensaver", true);
                              if(u==false)
                              this.saveEntry("/1.png");
                                   this.saveEntry("/2.png");
                                   this.saveEntry("/3.png");
                                   this.saveEntry("/4.png");
                         output.write(record.getRecord(currentId),0,record.getRecord(currentId).length);
               catch (RecordStoreException e)
               try {     
                         // layout of image
                         pix = pix.createImage(output.toString());
                         // Convert the image to immutable
                         imageItem = new ImageItem(null, pix, ImageItem.LAYOUT_CENTER |
                         ImageItem.LAYOUT_NEWLINE_AFTER | ImageItem.LAYOUT_NEWLINE_BEFORE,"(Image)");
               catch (IOException e)
               // display imageItem to fm3(screensaver)
               fm3.append(imageItem);
               currentId++;
               u = true;
               output.reset();
               // 4pix, so currentId==5
               if(currentId==5)
               {   //display currentId==1 1st (1st pix)
                    currentId=1;
}

did u chk my reply..
"the "group" the radio buttons will be placed in. Radio buttons in the same group will have mutually exclusive selection, regardless of their physical placement on the page. See selectOneRadio - it groups the radios automatically. The reason you would use selectBooleanRadio instead of selectOneRadio is that you have more control over the placement of each radio. Using a selectBooleanRadio alone is uncommon; in any case, you must set the group attribute."
http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_selectBooleanRadio.html

Similar Messages

  • WPF: How to change the radio button text background?

    Is there a simple way that we can change the radio button text background? thx!
    JaneC

    If you literally mean the text background.
    It's a contentcontrol.
    You can put whatever you like in it to hold the text.
    As illustrated by my article:
    http://social.technet.microsoft.com/wiki/contents/articles/30173.wpf-tips-radiobutton-alignment.aspx
    Thus:
    <RadioButton Name="rbnIsolated">
    <TextBlock Text="Isolated Storage" Margin="0,-10,0,0" FontSize="22" Background="Pink"/>
    </RadioButton>
    Makes just the text background pink
    Hope that helps.
    Recent Technet articles: Property List Editing;
    Dynamic XAML

  • Acrobat 9.1  Mac How do you change from Radio buttons to Check boxes?

    I have a DMV Form I Downloaded and had to convert to PS then back to PDF (written originally on PC Acrobat was in XML format).
    So on new form, I am able to add fields. I used the the Forms manager to automatically create the fields. Fields that were made Radio Buttons should have been Check boxes. How do change the Radio buttons to check boxes. There are a lot of them and I don't wish to have to re-key them in.
    Suggestions?

    Well when I click on the box it shows a Check mark in the box. That exactly what I need because in the instructions it requires a Check mark in each of the check boxes. Normally the Med form is sent as a paper copy from DMV every two years.
    Also another Tip. A PDF that has XML Content. (PC Acrobat Version).
    If you want a usable PDF on Mac and get rid of the XML do the following:
    Open the XML Based PDF on Mac Acrobat 9.X .
    Now choose export and save as Postscript File (.ps).
    Now locate and drop on Distiller 9.X.
    When PDF created will be a Pristine exact replica of the XML file except Mac Acrobat can edit and create forms with it.

  • How do I globally change the Radio Button style to "checkmark" in Adobe Acrobat X

    There is nothing in Preferences/Forms for this.
    And I want this as a persistent change untill I otherwise change it back.
    Thanks
    Second Post Here

    Make the change to one of the radio buttons, then right-click it and select
    Use Current Properties as New Defaults.

  • Run time change # of radio button and boolean text

    does Labview 8 support run time programmically change number of radio button and boolean text for each radio button?
    Thanks,
    DG

    You can also customize a slide control to look like radio buttons. You can control the text labels and the number of element through a property (by changing the scale properties). If you really want it to look like radio buttons, you can try ripping the images from the dialog radio button. Also, to save some time, you can get the OpenG buttons package, which includes a slide customized to look like radio buttons. The main problem with this is that changing the number of items does not change the size of the control and that makes the dot filling the radio buttons look compressed.
    Another option is to create an array of radio buttons, but then you will have to handle the logic yourself.
    Try to take over the world!

  • Need help in case of radio buttons

    their are some text fields with radio button in one form and when i click on the radio button,the form should show some text feilds and click on another it should show some other feilds dynamically in javascript.

    their are some text fields with radio button in one
    form and when i click on the radio button,the form
    should show some text feilds and click on another it
    should show some other feilds dynamically in
    javascript.java is not javascript. you need to use the onClick property for the radio button to manipulate the display. that's the best i could hint right now. if you need more information, read some javascript tutorial. there are several available on the web.

  • Change F4 table values when changing a radio button

    I have come across an issue that I am not sure how to resolve.
    I have 2 radiobuttons in the same group - one set as default as usual.
    I have a select option which lists values on an F4 via a AT SELECTION-SCREEN ON VALUE REQUEST FOR command which selects data based on this radiobutton.
    If I do an F4 to produce the hit list then do not select anything from the list, choose the other radiobutton and go back to do the F4, my hit list is the same.  I have to press enter after selecting the radiobutton for my hitlist in my select option to have a different set of values after I have selected it.
    Does anyone know of a way that my F4 hitlist can be generated with the new vlaues after selecting the other radiobutton without pressing enter between selecting the new radiobutton and pressing the F4 on
    the hit list.
    Moderator message - << Please only post the relevant portions of the code so that formatting can be preserved >>
    Edited by: Larissa Maryniuk on Jun 3, 2009 4:11 PM
    Edited by: Rob Burbank on Jun 3, 2009 11:16 AM

    try this way..
    first add user command option to radio button1..
    and write logic in the at selection-screen  for what are the error messages you need to get .
    SELECT-OPTIONS:  s_estat FOR tj30t-estat
    SELECTION-SCREEN: BEGIN OF LINE
    PARAMETER: p_open RADIOBUTTON GROUP rad1 user-command 'abc' DEFAULT 'X'.  "add user command
    SELECTION-SCREEN COMMENT 3(15) text-t04 FOR FIELD p_open.
    SELECTION-SCREEN: END OF LINE.
    SELECTION-SCREEN: BEGIN OF LINE.
    PARAMETER: p_pend RADIOBUTTON GROUP rad1.
    SELECTION-SCREEN COMMENT 3(25) text-t05 FOR FIELD p_pend.
    SELECTION-SCREEN: END OF LINE.
    Prabhu

  • Screen changes using Radio-button

    Hi All
    There are 3 blocks on Sel-screen.
    Before that I want 1 more screen which has 3 RB's & depanding on RB's these blocks will be displayed.
    I have to display all 3blocks depanding on RB but some fields are diff in diff blocks.
    Any sample code for that?
    Regards.

    hI
    SELECTION-SCREEN BEGIN OF BLOCK B3 WITH FRAME TITLE text-015.
      Selection-screen Begin of line.
      PARAMETERS: P_DSPF Radiobutton Group R1 USER-COMMAND Action.
      selection-screen comment 4(15) text-013 for field P_dspf .
      PARAMETERS: P_Edspf Radiobutton Group R1 .
      selection-screen comment 24(15) text-014 for field P_EDSPF .
      PARAMETERS: T_Run Radiobutton Group R1  .
      selection-screen comment 41(25) text-012 for field T_run .
      SELECTION-screen end of line.
      SELECTION-SCREEN END OF BLOCK B3 .
    *Block to select the file for display or extracted
      SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE text-001.
      selection-screen Begin of line.
      PARAMETER: Master TYPE C  Radiobutton Group ABC .
      "user-commamd filetype.
      selection-screen comment 4(15) text-002 for field master .
      PARAMETER: Newhire TYPE C  Radiobutton Group ABC.
      selection-screen comment 24(12) text-003 for field Newhire .
      PARAMETER: Term TYPE C  Radiobutton Group ABC.
      selection-screen comment 43(15) text-007 for field Term .
      PARAMETER: Rehire TYPE C  Radiobutton Group ABC.
      selection-screen comment 66(15) text-004 for field Rehire .
      selection-screen end of line.
    AT SELECTION -SCREEN OUTPUT .
    PERFORM MODIFY_SCREEN .
    PLEASE FIND THE FORM  BELOW FOR MODIFY_SCREEN.
    FORM MODIFY_SCREEN .
      Loop at Screen .
        IF T_run = ' ' and Screen-NAME = 'P_PATH' .
          SCREEN-input = 0 .
          Modify Screen .
        ENDIF.
        if screen-name  = 'PNPTIMR1'
         or screen-name = 'PNPTIMR2'
         or screen-name = 'PNPTIMR3'
         or screen-name = 'PNPTIMR4'
         or screen-name = 'PNPTIMR5'.
          screen-active = 0.
          modify screen.
        endif.
      ENDLOOP.
    ENDFORM.

  • How to have radio button in search help ?

    Hi,
    I have a requirement in which on pressing F4 the user will input value of a document number on displayed search help screen. I need to provide two radio buttons there based on selection of which i will determine the values in my search help exit.
    To clarify more, i am in CRM system and user runs a transaction crmd_order but he doesn't know the contract document number to open. He knows a sales document reference number so he presses for F4 help where he can input the sales document reference number to get available contracts. Now when he/she enters the dsles document number they need to choose which kind of contract should be displayed ( Two kind of contracts : proposal and schedule ). Based on user input i will search in help exit and display the output.
    Any help would be appreciated.
    Regards
    Apoora

    Hi Apoorva,
    i think you can write below code just to show the Pop-up for details.
    this you can write on POV or at selection screen-output.. when ever the user changes the Radio button the logic will be triggered and pop-up is triggered..
      CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
        EXPORTING
          i_title               = 'Batch Number Selection'           "Pou-up Heading..
          i_selection           = 'X'
          i_screen_start_column = 5
          i_screen_start_line   = 5
          i_screen_end_column   = 50
          i_screen_end_line     = 20
          i_tabname             = 'T_BATCH'                  "Internal Tbale
          it_fieldcat           = gt_fieldcat_drd[]
        IMPORTING
          es_selfield           = gc_selfield
        TABLES
          t_outtab              = t_batch                       "Internal Tables with Valuess
        EXCEPTIONS
          program_error         = 1
          OTHERS                = 2.
      IF sy-subrc <> 0.
      ENDIF.
    regards,
    Prabhudas

  • Prevent Radio Button Change

    I am building a simple form.  Have a table displaying a list of employee names and then 3 columns: "In Office", "Out of Office", "Off".  I want to use a radio button group to display the values in my table.  I have that working, and it's correctly checking the right radio button.  What I want to do is prevent the user from changing the value.  I'll provide an "edit" link so they can update each record.  But right now, the list of records displays, and you're free to change the radio button value on each record.  Of course, none of that writes back to the database.  But still, I know what will happen is my users will change the value on that screen and think they've updated their status.
    I found how to disable, but I don't want the radio group greyed out.  Just locked from updating on that page.  See the image included. Any direction would be great.  Thanks.

    You are correct.  Even though they change the radio button that's clicked, it won't update the record.  What I was shooting for was to lock it from being changed so that they know they need to click an edit link to update that record.  My concern is that someone will not pay attention to the training and click a different button on the original page and assumed they changed it.
    Didn't think this would be such a big deal.  I do this easily in Access, because Access has two separate properties: locked and enabled.  So I'm able to lock the radio button from being changed without greying it out so it's hard to see.  Changing "enabled" to no would grey it out.  I'll probably just do this with a drop down instead.  I just thought there might be some way to accomplish the same thing on a web page that I do with the Access properties.  But thanks for the help...

  • [Flex 4.5.1] How to prevent Radio Button from being selected when clicked on? No Changing Event?

    I have a very common use case where you have a few radio buttons and only one can be selected at a time. Some of them are basic and on click should be selected right away, but other are more complex and open a pop up which requires some additional user selections after which the user selected OK or CANCEL for example and only after that the selection of the radio button should be applied programatically.
    So to solve this issue I've come up with 2 workarounds:
    1) make the entire group, that holds the radio button, act as a button with buttonMode="true" mouseChildren="false" and programatically change the radio button within it.
    2) hold the current radio button selection in a variable and in the changeHandler of that radio button return the selection back to what was selected before. But this also causes a small flickering of the radio button which gets selected and deselected immediately after that.. not cool.
    So my question is... is there something I am missing that could do the job without these workarounds... like a Changing event which I use for the ButtonBar but I can't find on the RadioButton or RadioButtonGroup... thanks!

    Hi,thanks for the reply. Actually that was my third option, but not sure if it's very good also..
    Here is a simple scenario:
    User must select between 2 radio buttons:
    1) no volume -> sets variable volume=0 and selects the radio button (that is the normal use case)
    2) set volume -> opens up a pop up with a list that has a X button to close and 4 options: 25% volume, 50% volume, 75%, 100%
    At this point the set volume radio button should not be selected and the user has 2 choices:
    -> hit the X button to close - nothing changes and no volume radio button is still selected and volume is still = 0
    -> hit one of the volume % buttons -> the set volume radio button gets selected and the variable volume=25/50/75/100 depending on the button selected by the user.
    That's a pretty common scenario and it's bugging me that I can't easily alter the radio button selection logic since whenever I click it, it gets selected and I can't put a logic in between in a standard way. This should apply to any component with selection, just like ButtonBar has it with the Changing event.
    So is there any other more convenient way to accomplish this scenario that you could recommend?
    Thanks!

  • BAPI to select a radio button in subscreen of standard screen

    Hi All,
        I have a requirement ,Please help me in solving this.
    I have created a subscreen in sales order which contains 4 radio buttons.
    Now i need to write a BAPI to change to radio button B from radio button A.
    Can some one explain me how to do this.
    Thanks in Advance,
    Sri.

    if its only the radio button change write a BDC and update it... if there is some thing else...try using      BAPI_CUSTOMERCONTRACT_CHANGE u have EXTENSIONIN in tables tab... search the forums on EXTENSIONIN usage and codeing it...
    J@Y

  • Passing radio button values to the backing bean

    Hi all,
    I need help with passing group of radio button values to a backing bean. I have page which has a dataTable to display a list of alerts. For each alert there are two radio buttons (YES & No) to indicate whether the email option for each alert is set or not. Now when i change the radio buttons and click on a submit button i should be able to pass these radio button values into action method in which i need to update the alerts. This is my code
    <h:form>
    <t:dataTable id="sub"
                       var = "alert"
                       value =#{subscriberBean.alertsList}">
    <t:column>
    <h:outputText value="#{alert.name}" />
    </t:column>
    <t:column>
    <h:selectOneRadio id="subscriptions" value="#{alert.sendEmail}">
      <f:selectItem id="item1" itemLabel="Yes" itemValue="0" />
      <f:selectItem id="item2" itemLabel="No" itemValue="1" />
    </h:selectOneRadio>
    </t:column>
    <t:dataTable>
    <h:commandButton id="button1" value="Save changes" actionListener="#{subscriberBean.updateAlert}" />
    </h:form>
    {code}
    I tried to to do something like below and get the updated list in the action event in the backing bean but it didn't work.
    {code}
    <h:commandButton id="button1" value="Save changes" actionListener="#{subscriberBean.updateAlert}" >
    <f:attribute name="alerts" value="#{subscriberBean.alertsList}"/>
    </h:commandButton>
    // Backing Bean
    public void updateAlert(ActionEvent e){
    List<Alert updateList = (List<Alert>)event.getComponent().
                    getAttributes().get("alerts");
    {code}
    Can someone advise how to get these update radio button values in my actionListener method.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    The value the user selected will be written to the sendEmail property of the managed bean named alert. We know this because you set the value attribute to #{alert.sendEmail}. So simply access the managed bean in your action method.

  • Forms - Radio Buttons as check boxes which turn into circles - Need them to stay as check boxes.

    Hi
    I am working on some forms for Teachers Reports it is a generic document for student reports. I have set the document in Indesign 6 and edited the pdf form in Acrobat Pro.
    The form consists of Radio Buttons (Check Boxes) as they have to score the child between 1-4 and the teacher is only allowed to select 1 box from out of the 4 boxes (hence radio buttons) .
    The problem we are having is that there might be 2-3 teachers that have to write and score each child's in a certain section of the report and they might use a PC or MAC to do this.
    For some reason, some of the reports have changed the Radio Button "Check Boxes" to a "Circle" both in the PDF and when printing and they need it to be a Check box. (In indesign this was set to Check Box and to print as a Check box)
    Some how after the teachers have used different computers the check boxes have changed to circles and we need to change them back to check boxes but is there a way to change them without having to go "Forms" > "Edit" > "Select all circles" > "Properties" > "Options" > "Button Styles" > "Change to Check".
    But it is not changing to all of the reports on some.
    Is there an easier option can select properties and search the "circles" and change to "check boxes" for the whole document?
    I really don't want to have to go into each report and have to change each individually or export and import the data in the forms and the teachers dont want to have to rewrite each report.
    Someone please help!

    Are all of the teachers using Adobe Reader (or Acrobat), as opposed to something like Preview on tha Mac or Microsoft Reader on Windows? Preview is known to corrupts PDF form in a number of ways, including converting radio buttons to check boxes. Microsoft Reader causes other types of corruption. Also, if you create the fields in InDesign, it uses non-standard appearances for the various states and even Reader/Acrobat doesn't always set them in the way you might expect, so it's best to create them in Acrobat.
    Your description is a bit confusing since you're calling them radio buttons and check boxes at the same time. Can you clarify what the original field type is?
    It is possible to set the various field appearance properties with a script, which could loop through all of the fields and make the needed changes, but without more information about what's causing the changes and exactly what the changes are, it's hard to suggest anything specific.

  • How to set button disabled wile processing radio button request.

    Hi,
    I have one panel gropu layout and inside that i am displaying radio buttons, select many check box and save button. Actually on change of radio button selection based on the value selected i am seltting some values selected in select many check box. the problem here is when we are changing selection for radio button and while it is in processing user can click on save button. so until the radio button change is complete we want to disable save button and once process is complete we want to enable save button.
    Please help me on this.
    Thanks in advance.

    Hi,
    try this
    <af:resource type="javascript">
            function enforcePreventUserInput(evt) {
                var popup = AdfPage.PAGE.findComponentByAbsoluteId('popupBusyPage');
                if (popup != null) {
                    AdfPage.PAGE.addBusyStateListener(popup, handleBusyState);
                    evt.preventUserInput();
            function handleBusyState(evt) {
                var popup = AdfPage.PAGE.findComponentByAbsoluteId('popupBusyPage');
                if (popup != null) {
                    if (evt.isBusy()) {
                        popup.show();
                    else {
                        popup.hide();
                        AdfPage.PAGE.removeBusyStateListener(popup, handleBusyState);
          </af:resource>
    <af:popup id="popupBusyPage" animate="false" contentDelivery="immediate"
                      autoCancel="disabled">
              <af:panelWindow id="d2" closeIconVisible="false" modal="false"
                              title="Processing"
                              titleIconSource="/images/processWind_ena.png"
                              contentHeight="10">
                <af:panelGroupLayout layout="horizontal" id="pgl2" halign="center">
                  <af:image source="/images/process_animation_blafplus.gif" id="i1"/>
                </af:panelGroupLayout>
              </af:panelWindow>
            </af:popup>add client listener tag to radiobutton
    <af:clientListener method="enforcePreventUserInput" type="valueChange"/>
    How-to show a glasspane and splash screen for long running queries
    Regards,
    Edited by: Santosh Vaza on Aug 13, 2012 12:02 PM

Maybe you are looking for

  • Blank screen after grub

    Nvidia GT610 through HDMI I know this issue is one of the more popular ones (at least for me); however, after several hours of research, there is not much to go off of and nearly no information pertaining to this card. A while back, I posted an issue

  • How to connect sql server using oracle Client

    Hi, I am working in oracle9i and windows os 32 bit. I need to connect SQL server 2000 from my oracle client.. I heard about heterogeneous connectivity ... Please expalin me the steps what to add and how to connect the sql server... Regs....

  • Error trying to import raw files from NIKON to Lightroom

    I am an amateur photographer. I just purchased a brand new NIKON D3300 took a few pictures, signed up for the Adobe annual Photographers Creative Cloud annual program and my first task to have Lightroom import a few test photos fails and I have no cl

  • File was not deleteing  in my file adapter

    Hi,    in my File adapter (<b>sender side</b>) is not working fine..  if i put  the processing mode is  '<b>DELETE'</b>   my adapter is not working.. if i put the processing mode is  'TEST'  then  my file is polling and  outfile was generating.. why

  • Is there a way to add an element to a group in Captivate 7?

    Hello, I would like to add an element to a group without ungrouping the original group and regrouping the group again with the new element.  The reason is is that all of my groups are part of advanced actions, and once you ungroup something, it "fall