Appending Items to Forms and their IDs

Can anyone here share how to catch the ID of the appended item to a form and store it in an array. After which I store it in an array, i will call the delete() function through out the elements of an array to clear the contents of a form.
I'm trying to do a deleteAll() implementation in MIDP 1.0.

Thanks.
I somehow sorted the issue... The thing is (or was) that the "SCREEN" option doesnt work in forms.
But now i got a new set of problems...
a]
If i select printer, the system sends the print to the default printer of the SERVER!!!.
1) How do i send the print to the user's client machine?
2) How do i allow the user to select the printer? Local or Network. Since D2KWUTIL is not there I cannot use SELECT_PRINTER. How do i give my client this option?
b]
The print to file option works fine...but again stores the file on the server. How do i get it to work for the client?
Thanks,
Hema

Similar Messages

  • How can I produce a report of the people asked to complete a form and their response?

    How can I produce a report of the people asked to complete a form and their response?

    Thanks. I cover four different sites. We are using the same questions for the four sites. Each site has a different client base (with different users). So I am inviting persons to complete the form in an ad-hoc basis following training sessions (so far I have trained 10 out of 57). The responses will be viewed by two or three Managers. The problem is that it is difficult to see who has started filling out the form, who has not even looked at it, and those who have completed it. So for example at the moment I have a zero response to my requests to complete the form, although some people may be working on the form?
    Russell W H Bulley C.Eng B.Eng MIET
    Critical Engineering Manager
    MITIE – Delivering FM for Lloyds Banking Group
    5 Limeharbour Court, Limeharbour, London, E14 9RH
    M: 07900704196
    www.MITIE.com<http://www.mitie.com/>
    Follow us:
    Description: Description: Description: Description: Description: Description: Description: twitter_32<http://twitter.com/mitie_group_plc>[Description: Description: Description: Description: Description: Description: Description: facebook_32]<http://www.facebook.com/mitiepeople> Description: Description: Description: Description: Description: Description: Description: linkedin_32 <http://www.linkedin.com/company/mitie?trk=fc_badge>  Description: Description: Description: Description: Description: Description: Description: youtube_32 <http://www.youtube.com/user/MITIEGroupPLC>  Description: Description: Description: Description: Description: Description: Description: rss_32 <http://www.mitie.com/rss>  Description: Description: Description: Description: Description: Description: Description: flickr_32 <http://www.flickr.com/mitie_group_plc

  • SAPSCRIPT FORMS and THEIR PROGRAMS

    When a production order is printed, a cove page is generated by a form ZPSFC_PRINT_LAY. ZPSFC_PRINT_LAY is designed to print necessary information regarding all operations, including base rate and etc. I modified ZPSFC_PRINT_LAY to include one more piece of information and now I am trying to modify its program that calls all the tables and has created the form itself. I am having difficulty in finding it. The form is not mentioned under nace. I also checked the TNAPR and it is not there. Where do I find a program for sapscript form ZPSFC_PRINT_LAY that is used for Production Order Cover Sheet? PLEASE HELP! THANKS!

    Hi,
    You can't find production order lay out sets link with print programs in TNAPR.
    Please use T/code : OPK8 to configure the Print Shop Papers .
    You have to assing your custom Print programs and sap scripts by using above transaction.
    Please go through the attached link this will show you the stp-by-step procedure how to attach shop floor papers:
    <a href="http://www.sap-basis-abap.com/sappp013.htm">Print Shop Papers - Configure new / existing SAP Printers</a>
    Regards,
    Lanka

  • h:form Vs form and their nesting!

    Hi all,
    (1) Is the nesting of HTML <form> tag allowed inside the JSF <h:form> tag?
    (2) Can we have two different form tags (be it in any combination : <h:form> followed by <form> OR <form> followed by <h:form> ) in a single jsp file in JSF?
    (3) Is the ne sting of two JSF <h:form> tags allowed (<h:form1>.... <h:form2>......</h:form2>...</h:form1>)?
    What exactly the rules to be followed to achieve this functionality? I am in need of it. Any immediate help with suggestions would be much appreciable.
    Thanks a lot in advance,
    Raghavan.

    Hi all,
    (1) Is the nesting of HTML <form> tag allowed inside the JSF <h:form> tag?
    (2) Can we have two different form tags (be it in any combination : <h:form> followed by <form> OR <form> followed by <h:form> ) in a single jsp file in JSF?
    (3) Is the ne sting of two JSF <h:form> tags allowed (<h:form1>.... <h:form2>......</h:form2>...</h:form1>)?
    What exactly the rules to be followed to achieve this functionality? I am in need of it. Any immediate help with suggestions would be much appreciable.
    Thanks a lot in advance,
    Raghavan.

  • JSF 2.0: Composite Components and their ID

    I'm using Composite Components with JSF 2.0.
    Template:
    <composite:interface />
    <composite:implementation>
        <h:inputText id="text" />
    </composite:implementation>Template Client:
    <h:form id="form">
        <components:myComponent />
    </h:form>In the rendered result, the h:inputText's id will be "form:j_id1060595728_4b62ee3:text".
    How can I override that default ID?
    I tried to set an id attribute on composite:interface and composite:implementation, however, that doesn't have any effect.
    Using ui:debug, I found that the component with ID "j_id1060595728_4b62ee3" is a UINamingContainer.
    When using my own UINamingContainer implementation, i.e., ...
    <composite:interface componentType="util.jsf.UINamingContainerWithID" />
    @FacesComponent("util.jsf.UINamingContainerWithID")
    public class UINamingContainerWithID extends UINamingContainer {
         private String id = "foo";
         @Override
         public String getId() {
              return id;
         @Override
         public void setId(String id) {
              // this.id = id;
         public void setFooID(String id) {
              this.id = id;
    }... I can prevent the id from being set in setId(String), and h:inputText's id will be "form:foo:text".
    (I have tried to debug but the source code is slightly out of sync.)
    I also tried to add an attribute fooID to composite:interface and composite:implementation, with no effect.
    How do you work with Composite Components and their IDs?
    Thanks

    All composite components are NamingContainers. This is necessary to prevent ID collisions.
    In order to avoid a generated ID on a particulare composite component, specify an ID in the component
    within the using page:
    <h:form id="form">
        <components:myComponent id="c" />
    </h:form>So the client ID of the text component would be: form:c:text.

  • Why "New Item" in ribbon and "Add new item" in xsllistview link to different form

    Hi all,
    I have a question. I have a list with two new forms, one is created in SPD the other one is created in InfoPath (both forms are created by developer).
    I don't know why the new form link to different page when I click "New Item" in ribbon and "Add new item" in list view.
    1. Will open new form that created in InfoPath when click on "New Item" in ribbon.
    2. Will open new form that created in SPD when click on "Add new item" in list view.

    One way to do this would be to hold the urls for the pages you need to display in a table. You could then build the links as one of the columns of a report using some fancy SQL.<br>
    <br>
    Or you could make a simple function to return the correct link based on the relevant parameters:<br>
    <br>
    create or replace function get_url (p_criteria in varchar2) return varchar2<br>
    is<br>
    lv_url varchar2(500);<br>
    begin<br>
    if p_criteria = 'Personal' then<br>
    lv_url := 'http://host:port/pls/portal/etc...';<br>
    end if;<br>
    etc...<br>
    return '&LT;a href="' || lv_url || '"&GT;' || p_criteria || '&LT;/a&GT;';<br>
    end;<br>
    <br>
    Your report could then include the function as one of the columns in your report.<br>
    Not very elegant but it should do the job.
    Patrick.

  • Dynamically create and remove TEXT items in forms

    Hi Guys,
    Is there a way to dynamically create and remove TEXT items in form. For example I have the EMP and DEPT table and when
    I select the EMP table name from the LOV, rows of the EMP table with column name and data should get displayed on the screen and likewise a similar action for DEPT table and
    so on. I have about 90 tables from where data could be required to view and edit. They all have varying number of columns.
    Any suggestions ?
    Thanks
    KMD
    null

    Use OLE concept of developer and map Excel as an object
    Nadeem
    null

  • Is there any table in data dictionary has all clients and their email ids?

    Is there any table in data dictionary has all clients and their email ids?

    Hello,
    KNVK-ADRNP_2
    use this to pass to the bapi BAPI_BUPA_ADDRESS_GETDETAIL. this is function module & will return the address details in diff itabs..
    You can also try the Table ADR6 field SMTP_ADDR where ADDRNUMBER = KNVK-ADRNP_2.
    *************Reward points,if found useful

  • SQL error forced rollback and connection loss with OLE item in forms 6i

    We are running forms 6i client server on a Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - 64bit. We have a form that has 1 base table block that contains an OLE item where the user can create or edit a Microsoft Word document then save that document in a long raw column in the table. The OLE item is using the Word.Document.8 OLE class.
    We are having intermittant problems where the user presses commit in the form and gets a FRM-40508 error: unable to Insert record. The message displayed at the bottom of the screen is FRM-40655: SQL error forced rollback: clear form and re-enter transaction. When I press Shift-F1 to view the error I see ORA-03113: end-of-file on communication channel.
    DBA says that there are no errors being generated in the database. Does anyone have any experience with kind of problem? Any suggestions would be most welcome.

    The Ora-3113 error means that the connection has been lost.
    These issues normally are database or networking related and have little to do with ole objects.
    You need to determine if a server-side error is causing the disconnect.
    To start diagnosing this issue you first need to turn on sqlnet tracing to see what other ora-XXXX error is occuring. That will start to help diagnosing this issue.
    You may also want to check the database alert log for any RDBMS errors that may have caused the disconnect.
    If there aren't any RDBMS errors logged, you should generate a Net8 trace for the session to see if you can get more detailed errors.
    About sql tracing:
    To obtain a trace, you have to place the following entries in the SQLNet.ORA file. Make sure before you start your application that the C:\Trace directory exist.
    TRACE_FILE_CLIENT = net817
    TRACE_DIRECTORY_CLIENT = C:\trace
    TRACE_UNIQUE_CLIENT = ON
    TRACE_LEVEL_CLIENT = 16
    TRACE_TIMESTAMP_CLIENT = ON
    When finished obtaining both traces, set the TRACE_LEVEL_CLIENT = 0 from 16 to turn off tracing.
    Monica

  • Header and Item table - Form Design Question

    Hi All,
    I have a header table and Item table. For every record in the header table I have multiple records in the item table. I want to have a adobe form in the following way
    1. A new page starts for every record in the header table and Items in the item table for this header record can span multiple pages with the same header information.
    2. When all the items are displayed for that particular header record, a new page should start for the next header record.
    I created one internal table in the following way
    Header_field1 Header_field2 Item_table(with all the items for this header record)
    Header_field1 Header_field2 Item_table(with all the items for this header record)
    I am not sure how to use a table for this scenario (Should It be a nested table?).
    Please provide me some ideas.
    Thanks,
    Ganesh.

    Hi Balasubramani,
    I made some changes and have the following now. Can you please let me know how I can achieve page break for every BP_NUMBER.
    I have a nested table like the one below.
    Main table u2013 Has header and Items information. Every header record has some header information like BP number, name and all line items for that BP in a nested table .
    IT_HEADER:
    BP_NUMBER     BP_NAME           IT_ITEMS(Items table)
    BP_NUMBER     BP_NAME           IT_ITEMS
    BP_NUMBER     BP_NAME           IT_ITEMS
    To display this information I created the following
    Subform1 u2013 overflow u2013bound to $record.IT_HEADER.DATA[*] u2013 (Repeat sub form for
    |                                             each data item)
    |->Header sub form u2013 Positioned
    |     |
    |     |-> Text Field u2013 bound to BP_NUMBER
    |
    |
    |->Item sub form -
         |     
         |->Item Table u2013 bound to IT_ITEMS
              |
              |->Data u2013 bound to IT_ITEMS.DATA[*] u2013(Repeat row for each data item)
    In the output BP number in the first record of IT_HEADER gets displayed and then all the Item records in IT_ITEMS for that BP get displayed. This is repeated all the records in IT_HEADER which is perfectly fine.
    Please provide me some suggestions to solve the following issues I am having
    1.     I need a page break between records of IT_HEADER. I want the new subform1 for the next header record to start in a new page. I tried conditional break option, on the only field BP number in header sub form. I have two master pages and two body pages. All the above information is in master page 2 and body page 2.  I am also not sure what to select in the TO section of the conditional break screen.
    2.     When there is an overflow in IT_ITEMS I need the Header sub form to be shown in the next page too.
    Thanks,
    Ganesh.

  • Populating configuration items: Computers, Services and People under Related Items tab in Computer CI form

    Hi,
    We have integrated SCCM and SCOM with SCSM to import the CI information in CMDB.
    We are able to import few CI information from SCCM regarding softwares, OS, etc and from SCOM regarding hardware and discovered objects.
    When we open the Computer CI in SCSM, we are able to relate almost all the fields from SCCM and SCOM expect Related items tab.
    The Configuration Items: Computers, Services and People are empty under related items tab on Computer CI form.
    Kindly please help me to understand regarding this related items tab.
    Any help will be very much appreciated.
    Thanks
    Kumaresan Lakshmanan

    Hi,
    The Related Items is not automatically populated by any out-of-box connector. You can manually add related configuration items there. What were you expecting to show up under this section?
    Regards,
    Dieter

  • People are filling out my form and saving it to finish later.  It is not emailing them their form to finish and they are having to redo it.

    People are filling out my form and saving it to finish later.  It is not emailing them their form to finish and they are having to redo it.

    Hi,
    The form data will send out email when first time data is saved, but when the user save it for the second time or third time, it won't send out emails automatically, you have to click on the resend email link to have the email sent again. For the subsequent saves, they can use the link provided in first email to retrieve web data. Please check with your users if they have run into this situation and are expecting emails from second or later saves.
    If it is not the case, please send me the link of your web form to [email protected] and I would like to try it.
    Thanks,
    Wenlan

  • Finding enabled locales/dimensions and their respective ids for a site

    Hi,
    I am trying to find all the locales/dimensions which are enabled for a particular site, and their respective ids.
    I have tried using this code:
    webResource = webResource.path("/userlocales");
                   Builder builder = webResource.accept(MediaType.APPLICATION_XML);
                   UserLocalesBean enabledAssets = (UserLocalesBean) builder.get(UserLocalesBean.class);
                   List<UserLocale> userLocList=enabledAssets.getUserLocales();
    But this gives a list of all the locales in the entire system and not per site basis.
    Currently I am accessing the DIMENSION table directly to find out the enabled dimensions and their respective ids, but this is just a temporary solution.
    Can anyone pointout how to use the API to find the enabled locales and their respective ids for a particular site ?

    Sites uses jsp for its templates to render a page. Basically an element is a jsp that contains logic using jsp tag libraries and/or java scriplets. Please do take a look at the documentation that is available on the oracle website: http://docs.oracle.com/cd/E29495_01/index.htm
    The documentation that might be useful to you is the developers guide. Also look at the Developers tool guide that shows you how to setup your developer environment.
    Hope this will help you.
    Regards,
    Rodney

  • Why in MPE 2, some users when trying to join an audio conf., they are asked for their IDs and passwords while some are not?

    A meeting is established, and when ionternal users use their IP phone to attend the audio conference call, some are asked for their IDs and passwords and some are asked to enter the meeting ID directly.
    Why is it like that? We need all the users to be able to enter the meeting ID directly without needing to verify themselves, thanks.

    Agree with hirantha.
    Can you call from internal desktop client to external desktop client?
    Please check that first.
    If not, check the required port requirement for Lync Edge Server:
    http://technet.microsoft.com/en-us/library/gg398798.aspx
    Lisa Zheng
    TechNet Community Support

  • I need to change my Icloud ID on my Iphone,my question is:If I delete my old account would I lose my data for my contacts and their pictures ids?????Please help

    If I delete my icloud account would this also delete my contact info and their pictures Ids????????please HELP

    Welcome to the Apple Community.
    It you delete the account, you don't delete the data on the account. So if you log back in, everything will sync back again.
    If you are asking if the data will stay on the phone, you have the option to keep it or remove it. You might be better turning each service off one by one here, before actually deleting the account.

Maybe you are looking for