LOV in Forms 10.1.2 app.ui.lovButtons=true

Hi everybody!
We found a solution (registry.dat) for automatic LOV buttons in:
re:LOV button
See note 267018.1 as well!
We run Portal 9.0.2.6.18, but we'll upgrade to 10.1.2 soon.
a) Will this feature still work?
b) Will this feature finally work in ENTER QUERY mode?
c) Can we replace the image with the three dots by anything else?
Thanks in advance
Wolfgang

24-FEB-05 12:03:11 GMT
QUESTION
=========
You woukd like to know if the features for automatic LOV will still work in 10g and if
this will this feature finally work in ENTER QUERY mode
eos (end of section)
RESEARCH
=========
Test done with 904, 902 it works
eos (end of section)
ANSWER
=======
The feature will works in 10.1.2.0 since Oracle products are cumulatives.
Concerning the Enter_query mode problem, there is an enhancement request for this :
Hdr: 2179613 8.1.6 WEBFORMS 6.0.8 PRODID-45 PORTID-100
Abstract: EXTEND APP.UI.LOVBUTTONS TO ALLOW DISPLAY OF LOV IN ENTER-QUERY MODE
For the moment, there is no response form the developemnt about this.
You can follow the bug on metalink.
eos (end of section)

Similar Messages

  • Using Dynamic LOV in Forms

    Hi Everybody,
    I am making forms based on procedures in 9iAS Portal. I am using two parameters for the form. One is Item Code for which I am having a simple LOV with sql statement. Other LOV has a dynamic Sql statement which accepts the Item_code as parameter and displays records containing the item_code. When I run the Lov seperately through navigaror it runs properly but when I used the lov through form and passed the item_code to it, on runtime it says that the lov is based on dynamic sql and unable to show results.
    Can anybody please help me out of this problem.
    Thanks in advance
    Warm Regards
    Vivek Bajaj

    When I tried to compile the following code in Forms, the compiler error I got was Encountered the symbol "STMT_STR" when expecting one of the following: select. However, when I run it in SQLPlus, it creates the function without any errors.
    FUNCTION my_func
    return number
    is
    TYPE DiaryCurTyp IS REF CURSOR;
    cur DiaryCurTyp;
    stmt_str VARCHAR2(200);
    dmonth NUMBER;
    dday NUMBER;
    BEGIN
    stmt_str := 'SELECT dmonth, dday FROM p2_diary
    WHERE dmonth = :1';
    OPEN cur FOR stmt_str USING '12';
    LOOP
    FETCH cur INTO dmonth, dday;
    EXIT WHEN cur%NOTFOUND;
    -- <process data>
    END LOOP;
    CLOSE cur;
    END;

  • How to add a photo to a pdf form via the iOS app

    How do I add a photo to a pdf form via the iOS app?  I need to fill out a form for work using field observations and photos.  I can easily fill out the text portions of the form but I'm unable to add the photos from my phone.  Is this possible?

    Does the form have a provision to insert images (e.g. a Browse button)?
    [topic moved to iOS subforum]

  • Having problems with and advanced form to Mail PHP app in Dreamweaver

    Hello,
    I would like to start off by saying i am horrible when it comes to php of any kind so i use an attachment for my forms call Advanced from to Mail PHP in dreameaver for connecting my site to my email contact for user data.
    I have had this problem a few times but don't remember what someone told me about a year ago, the form that i have setup is from a free template so i did not set it up. Any how i am gettiing an error where dreamweaver is stating i need to "Please Enter Valid Form" pretty sure that means the from im trying to manipulate is unreadable for this application.
    Are there any PHP or form experts out there that may be able to help me in making this form readable to the app i am using in order to tie it to my email for submisions?
    I will post a picture of the form i am trying to use the app on, the app and the error i am getting.
    Could it be that i have to replace <label for= with <Input Name   possibly?!
    Thank you so much!
    The Form
      <form action="../index.php">
               <h4>fill in your contact details</h4>
               <div class="form1">
                 <label for="fname"> <span>first name</span>
                   <input type="text" name="fname" id="fname">
                    </label>
                 <label for="lname"> <span>last name</span>
                   <input type="text" name="lname" id="lname">
                    </label>
                 <label for="email3"> <span>email address</span>
                   <input type="text" name="email3" id="email3">
                    </label>
                 <label for="phone"> <span>phone number</span>
                   <input type="text" name="phone" id="phone">
                    </label>
                 <label for="address1"> <span>address 1</span>
                   <input type="text" name="address1" id="address1">
                    </label>
                 <div>
                   <label for="city"> <span>city</span>
                     <select name="city" id="city">
                       <option value=""></option>
                       <option value=""></option>
                       <option value=""></option>
                        </select>
                      </label>
                   <label for="state"> <span>state</span>
                     <select name="state" id="state">
                       <option value=""></option>
                       <option value=""></option>
                       <option value=""></option>
                        </select>
                      </label>
                    </div>
                 <label for="address2"> <span>address 2</span>
                   <input type="text" name="address2" id="address2">
                    </label>
                 <label for="zip"> <span>zipcode</span>
                   <input type="text" name="zip" id="zip">
                    </label>
                 <label for="schedule"> <span>When Do You Prefer Us To Call?  (We only call during weekdays and Saturdays)</span>
                   <select name="schedule" id="schedule">
                     <option value=""></option>
                     <option value="">In the morning (Between 9am - 12nn)</option>
                     <option value="">In the afternoon (Between 1pm - 5pm)</option>
                     <option value="">In the evening (Between 6pm-7pm)</option>
                      </select>
                    </label>
                  </div>
               <h4> Describe the  Contents of your pickup or Quote below:</h4>
               <div class="form2">
                 <label for="message2">
                   <textarea name="message2" id="message2" cols="30" rows="10"></textarea>
                    </label>
                  </div>
               <input type="submit" name="send2" id="send2" value="">
                </form>

    > dreamweaver is stating i need to "Please Enter Valid Form"
    It's asking for a valid 'FROM' field, not FORM.

  • How to find the invalid form session in oracle Apps

    Oracle Apps R12
    Hai All
    How to find the invalid form session in oracle Apps R12 and How to Kill the that.
    Thanks & Regards
    Srikkanth.M

    Hi,
    Please refer to these docs (for 11i and R12).
    How to Kill Inactive Sessions Based on the Information in the Monitor User Form [ID 103516.1]
    Script: How To Identify The apps User Using The O/S PID For Forms Users In 11i [ID 185762.1]
    Thanks,
    Hussein

  • Lov in forms personalization

    how to create a lov for a text item in forms personalization in release r12?
    i created a record group with query but i dont know how to add a lov for that item.
    Regards
    Sudharshan

    You can attache a new record group to exisitng LOV and You can attach already exisiting LOV to a text item......but i don't think you can create a new LOV in forms personalizations..
    and even when u add new record group to existing LOV...u cannot change number of columns or their names
    CREATE_GROUP_FROM_QUERY (vrg_name_new, vlv_sql); to create new record group
    SET_LOV_PROPERTY (---LOV NAME--- ,group_name ,---RECORD GROUP NAME-----); attach group to exisiting LOV
    Set_Item_Property( ..., LOV_NAME, 'your lov'); attach exisiting LOV to an ITEM

  • Is there a way to convert a fillable form to a mobile app?

    I have a business process that involves a network of affiliated people collecting data via a particular document which they then sign and return to me.  This could be something like a customer filling in a complex order entry form and returning it to me to place an order.  You could also imagine this like the IRS which provides forms for individuals to fill in and return.
    I would like to offer, as an alternative, a mobile app (iOS and Android) that is based on the same forms.  Imagine, for example, the IRS forms: there are desktop apps (such as TurboTax) that put a GUI form on screen, collect the data, and produce the forms necessary to print out and/or submit electronically.  I want to present my forms in a mobile app using 'native' UI widgets.
    Is there an Adobe tool that can do this conversion process?  I know I can use Acrobat and convert documents from Word to fillable PDF form.  And I believe I can use Adobe DC to convert fillable PDF forms to web forms.  Is there something similar to take me from fillable PDF to mobile app?

    TurboTax or H&R Block Tax software only print a copy of the inputted data to a PDF for the client's records. The input screens and data storage are all independent of the PDF printer.

  • Hello I would like to know how I can change the form of payment of App store for buying books I

    I would like to know how I can chage the form of payment of App store for buying books

    http://support.apple.com/kb/ht1918?viewlocale=de_de

  • Closing form without closing the App

    When I try to run my compiled forms with the run time app, I close out of the entire application with the close_form or exit_form procedure. How do I close the form and keep the app open?
    Sara
    P.S. I tried opening with a form that does not do anything, no fields or anything, and it won't display.
    null

    Hi Sara,
    whenever you open a application through NT command (for instance: f50run32 userid=scott/tiger@default <form_name>) the given form is your starting form.
    Most of the time when you develop a application the starting form of that application with an image and the name of the application. Form there you can open other forms through the menu.
    When you want to start another form directly from the start form use open_form(<form_name> in the when_new_form_instance trigger. In that case you give the user a certain starting form when that isn't THE starting form of that application.
    For example:
    2 you have 2 forms (FORM_A and FORM_B). You start your application with
    f50run32 userid=scott/tiger@default FORM_A.
    Then FORM_A is THE starting form of the application.
    In FORM_A, in the when_new_form_instance trigger you call FORM_B.
    Then FORM_B is the starting form for the user and not for the application. When you close FORM_B, FORM_A is still active.
    Hope this helps!
    Marc

  • Form in FormsCentral desktop app in Acrobat XI Pro  to Muse web-page

    If I make a form in FormsCentral desktop app in Acrobat XI Pro can I then export/import/move it to Muse web-page? Is there any tutorial about this?

    FormsCentral won't help with flattening a form. You could set up the form in Acrobat so that the fields are set to read-only, using JavaScript. Not quite the same as flattening but it's the best Reader can do.
    Note that when Reader is used to e-sign a document, it gets flattened, but this won't be possible if you need to Reader-enable the form and under certain other conditions.

  • Addition of one column in LOV through Form Personalization

    Hi
    While approving a purchase order when we click on Forward check box the forward to field becomes enabled and it has the LOV containing employee names and employee numbers. I want to add another column in this LOV for employee positions through form personalization.
    Can any one guide me how to do this.
    Regards

    Hello,
    To set another LOV, you should change the property of your combobox, named LOV_NAME with Forms perso, but you need some PL SQL code to create a new LOV.
    See this example : [http://oracle.ittoolbox.com/groups/technical-functional/oracle-apps-l/custom-lov-using-custompll-883870]
    One pre-requisite is that your new LOV should have the same number of rows and the same datatype, so I'm afraid you won't be able to do this just using Forms perso
    Kind regards,
    Xavier

  • 2 questions - I have downloaded the PDF Reader - Annotate, Scan , Fill Forms and Take Notes app to m

    When I fill out a form within this app and email it out the recipient receives a blank form, I looked in the manual and it says make sure you complete the saving process, but cannot seem to figure that part out.
    Also, these are forms I will be using on a daily basis and do not want to make permanent changes to the form, is this possible? Or will I need to create several copies of the form?
    Please help, as this is time sensitive subject.

    Can you please tell us what the recipient is using to view the PDF? Many viewers don't support viewing filled PDF forms and the recipient will need to use a PDF viewer like the Adobe Reader to view the form.
    You can make a copy of your form like this:
    In the file browser under Documents view, you should see an Edit button. Tap the edit button.
    Tap the file you want to copy
    Tap the duplicate/move button (two small documents at the bottom of the screen)
    Tap Duplicate
    That creates a duplicate copy of the document. You can then use the edit button to rename if you would like.

  • Dependent LOVs in form

    Guys,
    I do have two fields of LOV types on my form
    LOV attached to first field should display all the department. And second field should display all the employees assigned to the department selected in first field. Thats how I need dependent LOVs.. can you please guide me how it can be achieved.
    Thanks
    Sunil

    Hi Sunil
    second field should display all the employees assigned to the department selected in first field. Thats how I need dependent LOVs.Here is an example...
    Let's Suppose u have a rel between dept & emp table related with a FK called DEPT_NO that's what it should be
    Now when u select the 1st Lov it will disploay the DEPT_NO of the dept u selected this DEPT_NO will be displayed on ur form or will be hidden it doesn't matter.
    Now in the second LOV Record group u should write a similar select statment as follow...
    SELECT EMP_NAME,... etc.
    FROM EMP
    WHERE DEPT_NO = :DEPT_NO ;     Pls note that :DEPT_NO is the number of the department selected form the first lov in ur form, then all emp data will be displayed according to this DEPT_NO as ependent LOVs.
    Another approach u should be aware and think about it...
    u could u a drop down list dependent on one another specially if u don't have large number of departments in ur company.
    Hope this helps...
    Regards,
    Amatu Allah.

  • How do I add a reply form to a Web App?

    I am building a webapp that allows the client to submit work requests for updates to their website as there are far too many people involved in email and it gets confusing very quickly.
    I have figured out how to have them submit a web app item and view the details of that item, but I would like to have a simple web form that allows the client to reply to a web app item and have the result of that show up on the detail page of the web app item. Is this possible to do? I would really appreciate some help on this. Thanks.

    If by 'have the result of that show up on the detail page' you are reffering to the contents of the reply, then, off the top of my head, what you could do is make use of CRM Cases!
    ie;
    Create a workflow (let's call the workflow 'appReplies')
    Create a form and attach it to the appRelies workflow.
    Place the form where needed.
    Place the relevant case module in the app detail view eg {module_case,c,xxxxx}
    @webmosphere
    www.webmosphere.co.uk

  • Issue with FRD and Forms Trace in Oracle Apps Release 12.0.6 forms

    Hi,
    Morning..could someone please assist us with this issue..
    We are trying to generate FRD and Forms Trace for a seeded Oracle Apps Forms in Release version 12.0.6
    1. We have setup the below mentioned profile option at the user level : ICX: Forms Launcher
    value : http://<host_name>:<port number>/OA_HTML/frmservlet?record=forms tracegroup=medium
    tried with this value as well : http://<host_name>:<port number>/OA_HTML/frmservlet?record=forms tracegroup=0-97
    and then log out and then tried the transaction steps again in Oracle Apps frontend
    2. Then checked at the directory location named : $FORMS_TRACE_DIR and there we see a file generated like this :forms_19136694.trc
    But in this file we could only see the generic seeded error messages...why are we not seeing all the message calls showing all the details regards form level trigger , data blocks , values etc for the form
    We need to have the FRD & Forms trace generated urgently for an issue...
    Could someone please help us as to how a complete FRD & Forms Trace be generated in Oracle Forms in Oracle Apps version R 12.0.6 & what exact steps need to be checked.
    Thanks

    2. Then checked at the directory location named : $FORMS_TRACE_DIR and there we see a file generated like this :forms_19136694.trc
    But in this file we could only see the generic seeded error messages...why are we not seeing all the message calls showing all the details regards form level trigger , data blocks , values etc for the form What is the timestamp of the file? Have you tried to delete/rename the file, reproduce the issue and see if a new file is generated?
    You would need to logout and login again, or bounce the application services (if possible) after doing the necessary configuration steps and before reproducing the issue.
    We need to have the FRD & Forms trace generated urgently for an issue...
    Could someone please help us as to how a complete FRD & Forms Trace be generated in Oracle Forms in Oracle Apps version R 12.0.6 & what exact steps need to be checked.Please see these docs.
    R12: Forms Runtime Diagnostics (FRD), Tracing And Logging For Forms In Oracle Applications [ID 438652.1]
    How To Collect And Use Forms Trace (FRD) in Oracle Applications Release 12 [ID 373548.1]
    Steps To Take FRD Trace in 11.5.10 & R12 [ID 867943.1]
    How To Generate A Stack Trace For Forms With Applications R12 [ID 789659.1]
    Thanks,
    Hussein

Maybe you are looking for

  • SOLVED: Limit default view with Multiple non-destructive filters mode

    This was solved: I deleted the { subPaths: "word" } within my dataset. The dataset was pulling and displaying the subpath content which I don't need. ================================================================== Hi, I’m using the Multiple Filter

  • Date format issue in If statement

    Hi experts, I have a requirement that if the date (MM/DD/YYYY) is < 08/01/2011 it will display a specific set of paragraph and if date is >= 08/01/2011 it will also display a specific set of paragraph. My problem is that if the date is >= 07/01/2015,

  • Why does Apple TV lose all favorite podcasts after update?

    This has happened to me several times. After a software update, all favorites in podcast are lost, as well as the setting for home sharing. Have others experienced this?

  • Installing cs6 web premium to another laptop?

    I have a new computer and need to install my CS6 creative cloud web premium on it but its already on my old laptop from when my school gave me my voucher back in 2013.

  • Lightroom 2.0 and ARC 4.5 Installation

    Hi, I installed ARC 4.5 update software and it appears in CS3 but not in Lightroom 2 which shows ARC 4.4 in Lens Calibration. I re installed Lightroom 2 software and it did not update to ARC 4.5 Any suggestions on how I can install ARC 4.5 so it show