Which form's typeex property is 38?

Which form's typeex property is 38?
thanks in advance!

"Settings - User Defined Fields"
Accessible from Tools / User Defined Fields / Settings, when a UDF window is being displayed.
John.

Similar Messages

  • Which Forms Item properties are converted to APEX?

    Has it been documented which Forms item properties are converted to APEX with the Application Migrations tool?
    For instance the 'required' property will be converted, but item properties like 'format', 'initial value', 'hint', 'tooltip', 'auto hint', 'justification', 'case restriction' and 'max length' are ignored
    I hope more Forms item properties will be converted in a next APEX release.
    Regards,
    Mathieu

    Hello Roel,
    Thanks for the suggestion. I have read that piece of paper, but it doesn't tell you in detail what item properties are converted.
    I would have liked for instance that the "hint text" property is converted into a help text for a page item.
    If the auto hint or tooltip is set in forms, than the Template label of a page item should be set to optional/required with help.
    and so on...
    There are more item properties which could have a destination in APEX, I reckon.
    Now it's difficult to tell which are and which aren't converted.
    As soon as you have this kind of list you know which post configuration actions you have to perform.
    regards,
    Mathieu

  • CRM 2011: Can you control which form is used based not security roles, but on a field value?

    I see that you can control which form is used based on security roles, but can you control it based on other field values?  I'd like a new record to use a different form until a given status is updated.  I have a status of draft and active. So
    it would be nice if I could use form1 for those in draft, form2 for those that are active.  But I only see where you can control that via the security roles.
    I can code all of this via JavaScript, but having the ability to use two separate forms would be nice.  Is that even possible.
    Best regards,
    Jon Gregory Rothlander

    Hello,
    Recheck following article - http://gonzaloruizcrm.blogspot.com/2014/11/avoiding-form-reload-when-switching-crm.html
    Dynamics CRM MVP/ Technical Evangelist at SlickData LLC
    My blog

  • I never used this program before. I tapped on the "budget form" and decided I'd rather use the "expense form".  I can't figure out how to get to the page that you choose which form you want

    I never used this program before. I tapped on the "budget form" and decided I'd rather use the "expense form".  I can't figure out how to get to the page that you choose which form you want. How would I do that?

    Pct,
    In the Numbers spreadsheets window where all your documents are shown as icons, tap the Plus Sign.
    Choose Create Spreadsheet
    Select the template you want to use
    Jerry

  • Which user has which forms open?

    is it possible to find out which forms currently are open by which OS-user?
    i'm looking for informations like in v$session view. here i see who is connected to a certain instance and how (ifweb90.exe,rwbuilder.exe).
    i don't need to populate this information, it's just for the admins.

    You can use the DBMS_APPLICATION_INFO package to set the spare columns in V$Session, but you'll have to add code to the forms to do this.

  • Web ADI HR - which forms supported?

    Hi all
    I'm looking for some information about which forms are supported by Web ADI in Oracle HR.
    For example, i know that the person and assignment forms are supported, but it doesn't appear possible to create an integrator for the address form, or the contacts form.
    If anyone can point me to a document, either here or on Metalink, I would be grateful.
    Thanks
    Alex

    If you discovered the standard cannot achieve your demand ,you must customer this api , for example ,
    step 1 create customer hr_address_api
    create or replace package body cux_hr_address_api is
    procedure create_address(p_employee_number varchar2
    ,p_last_name varchar2
    ,p_effective_date date
    ,p_primary_falg varchar2
    ,p_date_from date
    ,p_address_line1 varchar2
    ,p_country_city_sar varchar2
    ,p_country varchar2
    ,p_postal_code varchar2) is
    v_person_id per_all_people_f.person_id%type;
    l_address_id per_addresses.address_id%type;
    l_object_version_number per_addresses.object_version_number%type;
    begin
    /*bug: person_id */
    select person_id into v_person_id
    from per_all_people_f
    where employee_number = p_employee_number
    and rownum = 1;
    hr_cn_person_address_api.create_cn_person_address(
    p_effective_date => trunc(p_effective_date),
    p_person_id => v_person_id,
    p_primary_flag => p_primary_falg,
    p_date_from => p_date_from,
    p_address_line1 => trim(p_address_line1),
    p_province_city_sar => p_country_city_sar,
    p_postal_code => p_postal_code,
    p_country => p_country,
    p_address_id => l_address_id,
    p_object_version_number => l_object_version_number);
    end;
    end cux_hr_address_api;
    step 2 login application
    1. webadi => create documents
    1.1 select office version
    1.2 select HR Integrator Setup
    1.3 use default
    1.4 select None
    1.5 create documents (button)
    1.6 save and open WebADI.xls
    1.6.1 METADATA_TYPE => CREATE
    APPLICATION_ID => Must be entry your customer application id
    INTEGRATOR_USER_NAME => Your name
    FORM_NAME => GENERAL
    API_PACKAGE_NAME => cux_hr_address_api
    API_PROCEDURE_NAME => create_address
    INTERFACE_USER_NAME => your name
    INTERFACE_PARAM_NAME => your parameter name
    API_TYPE => PROCEDURE
    1.6.2 menu => oracle => upload
    step 3
    1. webadi => define layout
    1.1 choice step 2 create integrator
    1.2 all filed name, placement are Line
    1.3 apply
    step 4
    1. webadi => create documents
    2. choice step2 create integrator
    3. choice step2 define layout
    4. choice None
    5. create documents (button)
    6. save and open WebADI.xls
    7. entry your data
    8. menu => oracle => upload

  • SQL query to know which users are working on which forms in APPS R12

    Dear gurus
    We need the SQL query to know which users are working on which forms in APPS R12, and how to get the user.name of those records.
    thanks in advance
    best regards

    Hi,
    Please see this thread.
    USERS CONNECTED
    Re: USERS CONNECTED
    Regards,
    Hussein

  • EBS field how can we get the information that on which form this filed is

    we are doing some data mapping activity for datawarehousing if we are given some EBS field how can we get the information that on which form this filed is located is there any good method

    Hi Kapoor,
    please give also others a chance, and excuse that I get up late on vacation ;-)
    Anyway, I'd keep the story creation responder to recognize the copy, then combine it with an observer on the backing xml story to catch the associated XML element which is created there. Something like below:
    UIDRef xmlStoryRef = Utils<IXMLUtils>()->GetBackingStore(doc);
    InterfacePtr<ISubject> subject ( xmlStoryRef,IID_ISUBJECT );
    subject->AttachObserver(observer,IID_IIDXMLELEMENT,observer->GetAttachIID());

  • To which Forms directory to put a text file to show using WEB.SHOW_DOCUMENT

    Need to show a text file using WEB.SHOW_DOCUMENT.
    In which Forms sub-directory should the text file reside and what is the syntax for the command?
    Is it like WEB.SHOW_DOCUMENT('http://192.949.99.19:8890/forms/abc.txt','_blank');

    Hi, I did this
    -- My OC4J URL when I run a form is this: http://192.168.11.103:8890/forms/frmservlet
    -- I want to open abc.txt. I put abc.txt in dir E:\Ora_Dev_10g_R2\forms which is my Forms home
    -- When I try WEB.SHOW_DOCUMENT('http://192.168.11.103:8890/forms/abc.txt','_blank') it gives
    The page cannot be found

  • Which form is running

    Is there a way to determine which form is running on the application server?
    Enterprise Manager will tell the user id, pid ... but it does not show which form is running.

    Yes the form module that is currently executing. In our system there over 100 fmx's that could be executing.
    Duncan, Thanks for the idea to use the DBMS_APPLICATION_INFO package, however that would require me to modify and compile all of my forms. I will probably implement this solution on the heavy use forms.
    Now that all forms are running on the application server, wouldn't it be great if Oracle built something into EM the could track which form is running and perhaps even determine which one are performing poorly.
    We can wish can't we.
    Thanks for everyone's help.

  • Which form will be submitted when i click refresh button.

    HI,
    which form will be submitted when i click on refresh button.

    When you click refresh button, it will send to the server the exact same request that it sent to get to the current page.
    If the previous navigation was done by a form submission, then yes, that form submission will be repeated.

  • How to find which form function is accessed by user recently.

    Hi Experts,
    I have to find out which form function is accessed by user recently, we can find out what was the last form user accessed using FND_LOGIN_RESP_FORMS table.
    thanks,
    Chukky

    Hi,
    I have no idea about any differences in this table between 11i (11.5.10.2) and R12.
    If you can give me some information that how ICX_SESSIONS and ICX_TRANSACTIONS table gets populated.I do not think you will find details about these two tables as Oracle does not support access to Oracle applications data using this object, except from standard Oracle Applications programs (check eTRM).
    Log a SR, and see if Oracle Support would provide you with more details.
    Regards,
    Hussein

  • How to find which form fields are duplicated

    OK I've been making several forms in PDF to merge together at a later date. Now I merged them but its telling me I have multiple form text fields that are named the same. How can I find out all of which form text fields are named the same so I can change them. Is there a search function to do that or not?
    -Darian

    Thank you for your response and if i wanted to remove the form fields then this would defiantly help me. I am actually trying to put a few different PDFs together to make one big PDF and I have form fields that are named the same, per the message I get when merging 2 PDF docs. Because there is so many form fields to go through I was wanting to know if there was a quick way to see all the form fields that are named the same so I can go change the name of them. I want to keep all the form fields just cant have any of them named the same. thanks

  • Finding which forms an element is on

    Hello from the Land of Lincoln;
    How can I find elements on forms? Is there a query for that?
    Also, can I limit the form search to only forms where the element is updated (and not display only)
    ex: element table_job_position shows up on which forms?
    Thanks
    Holly

    This is a query for the Forms forum, not here.
    You may want to have a go at producing documentation for your form
    Depending on the version, you want to use something like:
    ifcmp60 userid=user/password module=<formname> module_type=form forms_doc=yes
    Then you can look at the generated output and
    - easily grep or search for specific field names
    - with more difficulty, search for updateable fields
    Go to the Forms forum and ask again!!
    Regards Nigel

  • SBO_Application.Forms.ActiveForm.TypeEx -9875

    Dear all,
    i have done with some code in the menu event.
    Case "1282"
    If (pVal.BeforeAction = False And SBO_Application.Forms.ActiveForm.TypeEx = "SHIFT1") Then
                            oForm = SBO_Application.Forms.ActiveForm
                            oForm.Items.Item("4").Enabled = True
                            'Dim FroupcodeAct As SAPbouiCOM.CheckBox
                            'FroupcodeAct = oForm.Items.Item("9").Specific
                            'FroupcodeAct.Checked = True
                        End If
    end case
    but the problem is when i press the ctrl+ A at that time the SBO_Application.Forms.ActiveForm.TypeEx -9875 is genarated but when i press it on the SAP menu at that time its working fine..
    what i need to check for this probm please help me
    thanks in advance

    Hi,
    Try This........
    Case "1282"
    If (pVal.BeforeAction = False And sbo_application.Forms.ActiveForm.UniqueID = "SHIFT1") Then
                            oForm = SBO_Application.Forms.ActiveForm
                            oForm.Items.Item("4").Enabled = True
                            'Dim FroupcodeAct As SAPbouiCOM.CheckBox
                            'FroupcodeAct = oForm.Items.Item("9").Specific
                            'FroupcodeAct.Checked = True
                        End If
    end case
    Thanks
    Shafi

Maybe you are looking for