XML forms name and id

Is possible to create a XML form with
- id like 1.2.3 or
- With name like 1.2.3 XMLFormName?
When I use the properties displayname or Id, I can’t use a string pattern to define the character that has to use in displayname or Id. How can I do that?
Thanks in advance
Maria Teresa

On the one device, do a simple reboot on the BlackBerry in this manner: With the BlackBerry device POWERED ON, remove the battery for a minute, and then reinsert the battery to reboot. A reboot in this manner is prescribed for most glitches and operating system errors, and you will lose no data on the device doing this.
Now, try the BlackBerryID again... you can find it at Setup > BlackBerryID
or Options > BlackBerry ID.
1. If any post helps you please click the below the post(s) that helped you.
2. Please resolve your thread by marking the post "Solution?" which solved it for you!
3. Install free BlackBerry Protect today for backups of contacts and data.
4. Guide to Unlocking your BlackBerry & Unlock Codes
Join our BBM Channels (Beta)
BlackBerry Support Forums Channel
PIN: C0001B7B4   Display/Scan Bar Code
Knowledge Base Updates
PIN: C0005A9AA   Display/Scan Bar Code

Similar Messages

  • How to find PG.xml file name and path associated with a FUNCTION

    Hi,
    I am having a function:IRC_VIS_HOME_PAGE with Web HTML value as below:
    OA.jsp?akRegionCode=IRC_VIS_HOME_PAGE&akRegionApplicationId=800&OAPB=IRC_BRAND
    How to find PG.xml file name and path assoicated with above funtion.
    Thanks,
    ashok

    Ashok,
    Function IRC_VIS_HOME_PAGE will have 2 parameter defined for it which are OASF and OAHP where
    OASF=<SelectedFunctionName> - this tells the Framework to select this function in the given "Home Page" menu context.
    OAHP=<HomePageMenuName> - this is used ONLY with the OASF parameter, and it is used to establish the current menu context. It should point to a "Home Page" menu.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Form name and Program name change

    Hi
    I have created a smartform and a driver prog & saved them in 2 requests. Now i want to change the name of both but dont want to chnage the request numbers . Please advice how can i do that.
    Thanks & Regards,
    Preeti

    Hi
    You can't rename the form name.
    So create a new form and copy the old form into the new one.
    Assign the New program and form in the NACE tcode or at some other point.
    While creating a new form , it will ask for a request assign the same old request in which old form is there.
    similarly you can rename the Program to new one and add into the same request of old program. and release the request and use
    if you want you can delete the old form name and program name from the request also.
    Reward points if useful
    Regards
    Anji

  • How to know form name and tcode

    Hi,
    I know the  driver program for layout  is PPPRZUGL. How can i come to know the form name and its associated Tcode to see the output.
    Can anybody tell me ?
    Thanks

    hi,
      Go to se11 and select the database table TNAPR .Enter the program name for it in Program name and get the corresponding records from which you can know the form configured for it.This table is used for SD-MM configurations only.Program PPPRZUGL is related to PP module .CO03 is the transaction for getting the production orders.
    Regards,
    Veeresh
    Edited by: veereshbabu ponnada on May 6, 2008 11:02 AM

  • How to find output type givenSapscript form name and print program name

    Hi  Experts,
           Can anyone tell me how to find the output type of  a sapscript form if the print program name and sapscript form name is 
    known.

    Hi,
    There are two ways:
    1. Use table TNAPR .. Here is table give PGNAM as your print program name and FONAM as form name.. Now the field KSCHL will be the output type assigned to your script.
    2. You can also check the NACE t-code.. In that select a application(Corresponds to your area) -> click on Output types tab -> Here you get list of output type.. You need click on Processing Routine folder to get all other info..

  • View History of Print Jobs alongside w/ corresponding Form Name and Printer

    Hi guys,
    Just a small question. I have to do a particualr investigtion of a particular Job Order(Service). One of them includes checking the print history of its corresponding form name(sapscript), and printer device used for it.
    Is there a SAP table or TCode where this can be accessed?
    Thanks again and good day.

    Hi,
    SP01 transaction gives the details about printer and the spool. If you are able to recollect the scripts name by checking the spool output then this transaction will help you.
    In SP01 transaction, there are two tabs - Output request and spool request. Check both.
    The data of spool output and printer is stored in table from TSP01 till TSP09. But i dont think you would get the script or form name. You can only get the spool output from which you should determine the script/smartform used.
    Best regards,
    Prashant

  • Form name and email being autofilled. cant delete

    I am using latest firefox 4 /vista ...see below
    when I go to certain sites, the logon name and email that i used previously a loooong time ago on another site appear automatically in the name and email field (of the comment section) .
    I have never visited these sites before let alone posted anything on them, or used the email/logon in any other way. There are no cookies associated with these sites in my cookies.
    I tried turnign off remember search and form history
    I tried delete and shift delete
    everytime I return to those site domains, same thing.
    I am not using any autoform plugin.

    I think some further detective work may be required. Here's one thought. Some sites share comments, reviews, and surveys. If you right-click near the form with the unwanted information in it, is there a "This Frame" on the context menu? If so, follow that to View Frame Information to see the true source domain. You may need to clear cookies for that domain.

  • Change XML form name

    Hi experts,
    How to change name of XML form saved in KM content. Currently it shows ''70fc4796-f9a5-2e10-c3bc-b659540ddc71.xml '. Appreciate any suggestions.
    Thanks,
    Nanie

    Hi,
    You will have to add a input field in edit form of xml form. If you already have one, you can use that. Instad of binding this field to xml schema, bind it to Standard property which you will find under properties node. Display name is the property you should bind it. Whenever you save your form that field will over write the name of the document.
    Nitesh

  • Manually configuring domain.xml using ${name} and -Dname

    I need to be able to use this syntax:
          <jms-service addresslist-behavior="random" addresslist-iterations="3" init-timeout-in-seconds="60" reconnect-attempts="3" reconnect-enabled="true" reconnect-interval-in-seconds="60" type="LOCAL">
            <jms-host admin-password="admin" admin-user-name="admin" host="${com.memento.localhost}" name="default_JMS_host" port="7676"/>
          </jms-service>When I add -Dcom.memento.localhost="%COMPUTERNAME%" to the script that runs CLIMain, the property is not replaced when the above jms-service element is processed. I know because the server.log shows:
    #|2005-03-16T17:00:39.809-0500|INFO|sun-appserver-pe8.1|javax.enterprise.system.stream.out|_ThreadID=10;|
    URL is :mq://${com.memento.localhost}:7676/,Where do I set my property so it is picked up for replacement in domain.xml? Apparently the Java command that runs CLIMain is not the right place. Or soemthing else is wrong?

    If I understand this correctly, you need to do a token replacement so that the runtime accepts the configured value.
    <P>
    What you need is a "system-property".
    Here is how I would go about doing it:
    <ul>
    <li> No need to modify the asadmin script at all. </li>
    <li> ./asadmin set user admin passwordfile /tmp/pass "server.jms-service.host=${${com.memento.localhost}"</li>
    <li> This will add this value as expected in domain.xml. </li>
    <li> But this is not what you want. </li>
    <li> You need something called as a "system property" that is specific to SJS application server. <li>
    <li> This is a convenient way of creating a token and replace it at runtime. </li>
    <li> Either in the admin GUI or admin CLI, you need to define a system property. For example, the system property in the above case could be defined on CLI as: ./asadmin create-system.properties user admin passwordfile /tmp/pass "com.memento.localhost=the-actual-machine-name"
    </li>
    Hope this helps.
    </ul>

  • Importing XML form data, and reading a PDF form in Reader

    The title pretty much says it all. My colleagues have the latest in Adobe Reader (9). They would like to import the form data that they receive in their email as an xml attachment. They would like to read the form as it is filled out in their reader.
    Please tell me how.

    I think they have to have Acrobat to import the data. Reader was not meant to keep data for the user unless Reader Right's are enabled (limited use of form for this typically). The US gov't has done this for years for tax forms at a substantial cost I am sure. The Reader Right's that comes in Acrobat is limited to the number of uses of the form, but the full rights can be negotiated with Adobe for more than 500 uses.
    The answer used to be to buy your colleagues Acrobat, it would be cheaper than paying the additional enabling cost. With the limited use of the rights with the current versions, Adobe has made a compromise on there old policy. You might look at PlanetPDF to see if there are some third party applications that would meet your need.

  • Show user´s name and lastname using XML Form Builder

    Hello
    I created a XML project with XML Form Builder and i have to show user´s name an lastname in RenderListItem form.Can anybody help me,please? Thanks

    Hi Unai,
    check out the description by Patricio in this thread:
    https://forums.sdn.sap.com/click.jspa?searchID=78716&messageID=1616027
    Hope this helps,
    Robert

  • Xml form and Approval workflow/process

    Hi ,
    I have created an xml form template and
    I have to integrate with Approval process ..
    My requirement is something like this ....
    After the content created using the xmlform template by the content generator(role).
    It should go to the Approver(role) action_inbox for approvalthen once Approver  approves the content should be copied from the original folder to a predefined folder.
    Actually I trying to implement repository service,
    With in which I am registering with
    StatemanagementEvent.PUBLISH
    Yet I am not sure whether I am doing correct or not
    Can anyone Please guide me how to achieve this
    thanks

    Hi Patricio,
    thanks for the reply..
    Yes I think I need repository service..
    I am using the xmlform template to generate the many contents. say I have generated
    three content from a xmlform template
    One content has to move to folderA
    second content has to move to folderB
    third content has to move to folderC
    for this move action ... I am planning to implement repository service where I will capture the Approved Event( Right now I do not know which event is triggered.. I am searching for that.. if you know please let me know )
    then after getting the which resource( rather in my case the xml file ). I have to move/copy this xml file to a designated folder..
    this is actually my requirement
    Sorry for not making clear about my requirement in my earlier query..
    I would like to know ...
    for this requirement is there built-in facility something like just configuring EP or
    Am I going in the right direction ?
    I am bit confused about the stepos involved in the approval process..
    which comes first  Publish or Approval
    thanks
    pk
    Message was edited by: PK G

  • How to change dateformat of VALID FROM and VALID TO properties in xml forms

    Hi all,
                I have created a news using xml form bulider and i have given lifetime for that news ,also displaying the VALID FROM and VALID TO  in news.By default it is in mm.dd.yyyy format but i need to display the dateformat as dd.mm.yyyy in show form.Is there any possiblity to change the format in XSLT or any other solutions.
    Regards
    Bala

    Hi Bala
    Check this XML FORMS - Date Format.
    Its a quite easy way.
    Regards
    BP

  • XML forms and querying Active Directory?

    Hi All
    I am new to xml forms development and I am looking to have a connection to AD, so that when an form it being created you are able to select the active directory groups it relates to.
    Unfortunately I have NO IDEA how this is done? Any ideas?

    Michael,
    Oracle Forms does support Single Sign-On (SSO). Take a look at Oracle Containers for J2EE Security Guide: OC4J Java Single Sing-On. Also take a look at the Oracle Forms 10g Sample Code and scroll to the SSO demo under the Forms Services Demo section. There are also, numerous other documents available via Google. ;-)
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Background color on XML form

    Hi,
    I've created a 20x20 image of the background color I want, upload it to KM, and then use that in the Background Image parameter of the XML form. (the Background Repeat Mode is set to Repeat.)
    It doesn't seem to work .any idea why ?
    Regards,
    Hadar

    Hi Hadar,
    You want to set a background image for the Show form
    1.Select the Show form by clicking on the root node in the tree view.
    2.Enter the address of the background image into the property background-image.
    You have the following options:
    • You can enter the URL of an image file.
    • You can enter the parameter %imagepath% followed by the file name.
    The parameter %imagepath% references a cross-project folder for images.
    To define this folder, choose &#56256;&#56518; Global Options from the XML Forms Builder, and enter the complete path to a folder in a KM repository (for example, /documents/Globalimages) into the field Global Path for Images.
    3.Choose the value repeat for the property background-repeat so that the image is repeated over the entire background.
    Regards,
    Tamil K

Maybe you are looking for

  • Spry Photo gallery

    Can anyone point me to a free download of all the files for the fancy Spry Photo Gallery demo that is on adobe's website. The basic tutorial is good but I am stuggling to add the fancy fade/appear and hover elements and also the ability to load multi

  • Can you buy add ons with an itunes gift card

    Can you buy add ons to a game on iphone5s with an itunes gift card ? Thank you

  • Fast web view & Tagged PDF

    Hi eveyone, when we right click on PDF and go to Document Property and then I found that in Description tab at botton side is their are two Line 1st  is Tagged PDF : Yes 2nd is  Fast Web View : Yes how to set then Yes or Enable them? Thanks in advanc

  • Is it possible to have a form for 2 individuals to complete before submitting?

    Is it possible to have a form for 2 individuals to complete before submitting? The first person will fill out a portion of the form and the second person will fill out the rest of the form and submit.

  • How do I view videos from links?

    Hello all, I am a new mac user. I just got a Macbook Pro and I have a question. On my pc I used to be able to right click and download a link from a website, and then watch it. When I have tried to watch movies on my mac it comes up as a document of