How to remain on active form?

Hello there,
Form B is popping up when a button on Form A is clicked by a user with built-in CALL_FORM(.....);
When Form B is active, this form must remain active... no other Forms or menu-items must be accessible. Just like the "About the application" screen in an application. In this example, the user has to click OK to close the window so he/she could go on.
Does anyone have an idea to create this functionality?
Best regards,
Ronny.

Thanks Chris
Good tip about the window style.
I am already doing open_form to modal forms in preference to call_form to minimize the risk of "cannot start another call-form" errors, which would confuse the users no end.
I am still trying to get to grips with the various combinations e.g. what onward calls can be done from a modal window ?, what happens if the first window in a multi-window form is modal ?, etc. This area does not seem very well documented.

Similar Messages

  • How to Inactive an active form

    Hi,
    *1. I have three form in screen..only last screen is active(normally)
    2. Assume i have three forms A1,A2,A3
    3.Now A3 is top and active form Form order is like A1->A2->A3
    4. Always i want put A3 in back like A3->A2 ->A1 or i want make A3 in active mode....
    5.All this forms are opened by codes.
    6.plz give me a reply regdg this*
    By Firos

    Hi firoz,
    You mean you want form 2 and 3 to be inactive, and user can only access form 1 ?
    You have to code this behaviour.
    You catch the form activate event. If the form uid is not form 1, then you set form 1 as an active form.
    using :
    If formuid <> "FORM1UID" then
    sbo_application.Forms.Item("FORM1UID").Select
    end if
    Edited by: Edy Simon on Jul 17, 2009 9:00 AM

  • Status of the screen remains 'Modified/Active'  - How to resolve this

    Hi All,
         In a standard screen I want to makea  field as mandatory.
         I didnt find any exits. So I got the access key for that program and made
        'Input property' as 'Required'.
         When I activate that screen and its flow logic the status remains 'Modified/Active'.
         How to resolve this ? How to make it Active ?
          I have tried by activating the entire funtion group also, but still that screen is in
    'Modified/Active'.
    Thnks,
    Jean.

    Closing the thread. I will post it in ABAP Forum.

  • Using JavaScript to Print and Overwrite Active Form Files

    Hello all,
    I have zero knowledge of JavaScript and I am hoping someone can help me
    quickly solve an issue I am having with active forms. I tried using the flatten
    feature in the action wizard but it is not working. I also tried using
    "this.flattenPages()" but I can still edit the fields in my PDF file.
    What I am looking for is a JavaScript command that allows me to overwrite the existing
    PDF file using the PDF printer and overwrite the active form so it is
    finalized. Maybe there is an easier more efficient way to accomplish this? Any
    input or help would be much appreciated. I am using Adobe Acrobat XI
    Pro. Thanks.
    P.S. I realize I can manually selected the Adobe PDF printer and finalize my
    active form that way but I am looking for a one click solution.

    Have you seen these?
    A tutorial on how to flatten form fields:
    http://acrobatusers.com/tutorials/how-to-flatten-form-fields
    And a free "Flatten Page Content" tool:
    http://www.pdfscripting.com/public/Free_Acrobat_Automation_Tools.cfm

  • How do I lock some form fields, but not all?

    How do I create a form with interactive form fields where certain fields can be locked after being filled in, and others remain unlocked so the customer can interact with it?
    My workflow looks like this:
    I created a PDF with open form fields for my client to distribute to their salesmen.
    Salesmen receive a call, fill in the information gathered. (name, address, services, price quotes, etc)
    Salesmen email the pdf form to the customer. All fields that they filled in now need to be non-editable, EXCEPT an "I agree" checkbox and a signature line.
    Help is greatly appreciated!
    Michael

    Hi Michael,
    Before I go too deep into a suggestion, I need to know if you are using electronic digital signatures for signing the document? Or, are you expecting the customer to print the document, sign it with a pen and fax it back? The reason I ask is you could use digital signatures to lock specific parts of the document, but if you're not using them I won't bore you with the details.
    Thanks,
    Steve

  • How to upload Images in Forms 6i

    Dear all,
    How to upload images in Forms 6i and save it in database. Please anyone help me with example.
    Thanking you
    Shekhar

    why do you need an active/X for this?
    Can't you just create 2 default blocks on dept and on emp.
    Use the relationship wizard to define the relation. and set the number of records displayed for the emp block to 10?
    This will give you all you need with no hussle.

  • Adding Button to Active Form

    Hi,
    I created button in PO  on Form load event. its working fine.but
    how to add a button on the active(PO)  form once My add-on is started?
    Regards,
    Ganesh k

    Hi,
    i checked for the existance of my button in my active form, if not exist i added my button in et_FORM_ACTIVATE  Event. its working now.
    If pVal.EventType = et_FORM_ACTIVATE And pVal.FormTypeEx = "142" And FLAG = False Then
                oOrderForm = sbo_application.Forms.GetFormByTypeAndCount(pVal.FormType, pVal.FormTypeCount)
                Dim ii As Integer
                For ii = 0 To oOrderForm.Items.Count - 1
                    If oOrderForm.Items.Item(ii).UniqueID = "MyBtnId" Then
                        FLAG = True
                    End If
                Next ii
                If FLAG = False Then
                    ADDBUTTON()
                End If
            End If
    Thanks For the Suggestions..
    regards,
    Ganesh K

  • Data remains in the form

    i have a form which contains trainee information,
    in one section having payment option
    1 cheque(cheque no,issue date,amount,valid up to)
    2.cash(Amounts)
    this field are display conditional
    means when i select cheque(cheque no,issue date,amount,valid upto) this fields are display in the form.
    like Amount also.
    i user radio buttons for payment option with submit
    and used source used-"only when current values in the session sate is null" for all fields in the form
    after i enter the data in the form the data in the fields are remains (cache is not clear)
    i us a branch to the same page ,in the action section i use clear cache(enter the page no),
    but my problem is when i use this(clear cache-page no) payment option buttons are not working,
    if clear the cache(if i remove page no) in the Action section of branching the data remains in the form.
    how to get rid of this problem

    Hi Alekh,
    I now have no idea. What I assumed you had was the following:
    - Page loads and all that is displayed is a radio button group with Cash or Card options.
    - If select cash and an "amount" field appears
    - If select card then card detail fields appear..
    If you see the fields already then why do you have the radio buttons to be with submit?
    Scenario A
    If the details are meant to be processed once the radio button (cash/card) has been pushed then what is the problem with it processing the input and then clearing the data? I thought this is what you want...
    Scenario B
    If you actually have some kind of "Submit/process" button that does the processing rather than this radio button then make the radio button a normal one without submit. This would mean that clicking the radio button doesn't clear the fields, only when the submit button has been pressed.
    In both of these scenarios you could clear the data using the always replacing option
    Mike
    Edited by: Dird on 13-Aug-2009 02:20

  • Job remains in active state indefinitely

    hello everyone,
    i had a request to create a spool for a background job.
    i was getting numerous spools getting created after my coding.i some how rectified the issue and a single spool is generated now.
    but the job remains in active state only.
    please suggest

    check at workprocess level, if the job doing nothing and showing Active on SM37 cancel it and rerun.
    -SS

  • How to make a ADOBE FORM as interactive??

    Hi experts,
                       Please anybody share how to make a ADOBE FORM interactive ? It means the content of the form ( text field etc.,) can be varied ( selected dynamically ) and also the form should be freeze later , so that it cannot be edited again ,.
                    Thanks in advance!!

    Hi shukla,
    Thanks for u r response.
    Here my problem is i created webdynpro component view with interactive element .And i set the all required properties also like checking enable checkbox ,pdfsourcr,formname allthe requird things i did and i developed one adobeform using sfp tcode. In that form they are some input fields are their. and i activated every thing sucessfully.
       while executing webdynpro app i am getting pdf also.But in that pdf i cant able to fill the input fields..i checked with javascript code , and different layouts also but still it will be not editable in pdf..
    I need the solution for this........ Pls help me, I stucked with thispoint ,and its urgent...
    Regards,
    Venkat.

  • Active Form Component Rules

    Active Form Component Rules
    Hello,
    Though we upgraded to 2008.3 last November, we haven't used AFC rules so far so i was just curious how AFC rules are coded/implemented ? Do they perform checks using client-side scripting of server-side ?
    Thanks
    Mihir

    think of AFC rules as newScale writing javascript code for you. As a matter of fact its pushe dto the client as a .js file
    You have both client and server side scripts (Data retrieval)

  • How to reduce smartform activation time

    Hi, All
    i create a new smartform and just activate without filling any value in form , smartfrom activated within 1 second properly
    now again when i activate same smartform it take nearly 20-30 minutes for activation .
    Does anyone know how to reduce this activation time of smartform

    Hello,
    strange problem.
    I think you have contact your basis collegues and maybe is helpful to look this transaction : STATTRACE
    Regards
    roberto

  • Activity form Problem

    Hi experts,
    I wanted to open Activity form on add button of my own form which is of no object .
    Please tell me how can i open the activity form using code.

    Hi Roney,
    Catch you button's Item Pressed event and use the ActivateMenuItem() method to open the Activities Form
    oApplication.ActivateMenuItem(2563)
    Regards,
    Vítor Vieira

  • How to get the active application users IP address in R12 by sql command

    Hi ,
    I need to know how to get the active application users IP in R12 by sql command
    in order to kill any session by the IP address ?
    Am working on 12.1.3 Application
    And 11.2.0.3 Oracle Database
    Thanks

    936921 wrote:
    Am still couldn't found the IP address for the connected Application users.
    If there any select statement can help me with that?
    Really? Then how do you explain me finding the following docs from the links I referenced above?
    How To Find The IP Address Of The Client Machine From Where A Particular Forms User Is Connected ? (Doc ID 879092.1)
    How to Track IP Address of the Form Session in Oracle application 11i (Doc ID 878931.1)
    Where to find the Client IP Address for a Client in E-Business Suite? (Doc ID 1258415.1)
    How To Get The terminal ID For The Machine From Which A User Is Logged To E-Business Suite Applications (Doc ID 751658.1)
    Thanks,
    Hussein

  • Status of the screen remains 'Modified/Active'

    Hi All,
         In a standard screen I want to make a  field as mandatory.
         I didnt find any exits. So I got the access key for that program and made
        'Input property' as 'Required'.
         When I activate that screen and its flow logic the status remains 'Modified/Active'.
         Whether it will create any problem while transport ?
         If so how to get it done.    
          I have tried by activating the entire funtion group also, but still that screen is in
    'Modified/Active'.
    Thnks,
    Jean.

    Hi,
    Pls give any suggesions which will be helpful.
    I didnt do any code change which affects other programs. Just I have changed the property of an input field to 'Mandatory'.
    The status of the screen is 'Modified/Active'. It didnt gave any error in syntax check
    both in program and he transport request.
    Whether anything to be done to make it to Active or shall I proceed to transport with the
    status 'Modified/Active' .
    Thnks.

Maybe you are looking for

  • MSI Big Bang XPower II - Firewire and PCI issues

    Hi all, yesterday i recieved my new MSI Big Bang XPower II and got some really strange issues: First of all ill let you know my hardware: MSI Big Bang XPower II (BIOS v1.4) new Intel I7 Extreme 3960X new G.SKILL 64GB RAM Kit 1600 new Palit NVIDIA GTX

  • Lumia 1320 screen flickers.

    I have a Lumia 1320 and I've noticed a slight flicker on the screen. The flicker occurs only when the screen's brightness is low, no matter what I'm doing on the phone. It flickers even on glance screen. After some research online, I found that other

  • Mapping to XP Printer Share from MBP

    I am trying to map to a Canon MF4150 printer. I downloaded and installed the drivers for this printer on the MBP. I added the advanced icon to the printer and fax applet and when I choose this icon, the MBP scans for available printers. The printer i

  • For moderator: where to address a question on music software "finale?"

    i have an older version of finale (2002b) and am having trouble getting the application, which runs in classic mode, recognize the usb ports. i'd like to post the question but there is no forum for this reasonably popular software. where would it be

  • Menu selection not working

    I have created a DVD with 19 home movies split over a menu and a sub menu. All appears to work ok in idvd. I then burn it to DVD and when I put it in the DVD player it opens up ok, but when I scroll down the titles and select one it plays a different