Positioning of 'Alerts' in Forms 6i

Hi folks,
I am facing a problem , in my webforms which vary in their heights , whenever the alerts (both user-defined as well as system generated) are shown its very uncertain what will be actually the position of the alerts on the screen and most of the time its position is such that its not being shown in the current visible part of the window pane . The user has to scoll up or down to it , but most of the time user mistakes as the system has hanged . Is there anyway we can make sure that all the alerts are always appearing within the visible region ?
Any help is appreciated in advance.

There is a limitation in using OLE: you can only use one page at a time. If you have multiple page documents, you have to split them per page.
We had the same problem and I remember there was a note on My Oracle Support about this. We've used an OLE item for a 3 page word document and had to split the document.
It is one of the reasons you should keep OLE containers to a minimum.
Another reason is that you'll never be able to get the document out of the database without using Forms.

Similar Messages

  • How to use alerts in Form Portlet

    Hi I m new to portal..
    Plz suggest me how to use alerts in Form Portlet...
    If possible give me some sample code...

    I think I already answered this question in the main Portal forum.
    Mick.

  • How to retrieve all outputed graphic(jpg,bmp,icon) rect position in a window form?

    Is there a way to retrieve all outputed graphic(jpg,bmp,icon) rect position in a window form?
     Thx

    No. I don't think there will be such API to do so. Hooks may help do something related stuff.
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms644959(v=vs.85).aspx

  • How to change sign negative to positive in sap script form

    Hi Guru,
    I had wriiten a below piece of code in my sap script form.Now I need all the negative sign to be convert to positive number means
    if KOMVD-KWERT = 123,98.00-  ,    then require 123,98.00 ..
    And for this I know the synatax is
    &KOMVD-KWERT(S)& .Bur the probleam is how to manage this  (I13) ...Because if i am wriiting
    &KOMVD-KWERT(S)(I13)&    getting no value ...Please help..
    IF &TNAPR-KSCHL& = 'ZD06'.
    &KOMVD-KWERT(I13)&
    endif.
    Thanks
    susri

    Hi SUSRIKANT,
    You can try this logic .
    DATA  : LV_KWERT TYPE STRING,
                  LV_LEN TYPE I,
                 LV_F_KWERT TYPE STRING.
    LV_KWERT = KOMVD-KWERT.
    LV_LEN = STRLEN( LV_KWERT ).
    LV_LEN = LV_LEN - 1.
    IF LV_KWERT +LV_LEN(1) = '-'.
    LV_F_KWERT = LV_KWERT + 0 (LV_LEN).
    ELSE.
    LV_F_KWERT = LV_KWERT.
    ENDIF.
    I hope this logic will be helpful for your issue.
    Thanks & Regards,
    Kumaran Duraiswamy.

  • How to rearrange field positions in the user form

    Hi all,
    I have added some fields to user creation form, i want to rearrange these fields (like i want to keep some fields which i created in the begining and some in the end ) .is it possible to rearrange the fields.If, can anybody help me by giving detailed steps.
    Thanks,
    Kishore.
    Edited by: user10457483 on Oct 22, 2008 4:08 AM

    To rearrange your User Defined Fields you just have to edit the "order" column in the UDF Form in Design Console.
    If you want to put an User Defined Field between the Default Fields, the process is a bit more complex:
    1) Set the field property VISIBLE to false.
    2) Open the FormMetadata.xml file (oim_server_home\xellerate\config\FormMetadata.xml).
    3) Declare your UDF there, just before the line <Form name="3"> (this is the create user form):
    (e.g.)
    <Attribute name="-1003" label="Country" displayComponentType="ComboBox" variantType="String" dataLength="1" map="USR_UDF_COUNTRY">
         <ValidValues lookupCode="Lookup.Country" selectionColumn="lkv_encoded"/>
    </Attribute>
    4) Finally add the reference to this field to the <Form name="3"> section, in the desired position:
    (e.g.)
    <AttributeReference editable="true" optional="true">-1003</AttributeReference>
    An important note is that (in my experience) this procedure only works for optional fields. I don't know why it fails when I do it with mandatory fields.
    Regards,

  • How to suppress default alert in form 6i

    Hi all
    I am Working on form 6i
    Help me ... How can i Suppress default alert with my alerts???
    thanks....

    Hello
    Default alert i mean....
    My Scenario is When i close the window a default save alert is invoking..... Actually i want to invoke user alert when i close the window.....
    Even i have tried in when-window-closed trigger
    if :system.event_window='my_window' then
    if :system.form_status='changed' then
    set_alert_property('alert',alert_message_text,'You wanna exit with Saving the changes');
    set_alert_button_property('alert',alert_button1,label,'Yes');
    a:=show_alert('alert');
    if a=alert_button1 then
    commit_form;
    exit_form;
    end if;
    end if;
    end if;
    but their is no use
    Help me in this..
    thanks

  • How to position all alert messages in a particular position?

    Hi All,
            I have developed a Application where it contains so many Alert Messages and i want display All Alert messages in a particular position of respected screen. I have tried the following code but it works for individual alert messages. I don't want to set x and y properties individually, i want set x and y properties globally. Is there any way that i can apply for all the alert messages in my application.
    myAlert = Alert.show('Hello World');
      PopUpManager.centerPopUp(myAlert);
      myAlert.x = 0;
      myAlert.y = 0;
    Thanks in Advance

    You could override the Alert class. This would like something like:
    public class MyAlert extends Alert {
    public get x():void {
    return 0;
    public get y():void {
    return 0;

  • Customized alert message formed in the UDF to be sent to Alert Inbox/Email

    Hi,
    The scenario is as follows :
    1. We have an XI object without BPM.
    2. We have an UDF written inside a graphical mapping and we are raising an
        runtimeexception in that UDF. The mapping execution and further processing
        stops when this runtime exception happens. We have a customized exception
        message written for this runtime exception.
    3. When this runtime exception takes place, we can see the customized 
        exception message in the TRACE of the sxmb moni
    4. Our requirement is to have this customized message of the UDF to appear in
        the alert  inbox and alert email notification (apart from coming in the TRACE of
        sxmb  moni).
    Please let me know as to how to route the exception message present in the UDF to Alert Inbox and Alert email
    Regards
    Ganesh

    Hi,
    You had mentioned that you need to raise exception as well as provide an alert in inbox.
    Raising Exception could be done easily through your UDF.
    For raising alerts, you could use standard alert configuration (through ALRTCATDEF). However, this option is good if you are not passing any custom application specific variables.
    >><i>In this case, if message is going in to error while getting processed after raising the exception, then alert could be configured. Refer following link</i>
    By this, I meant that the message processing should go in error for alerts to fire, because they are fired for messages goin in error.
    Thus in short, for configuring alerts, make sure that:
    1. You are not using any application specific variables. However, you can use system variables like Message ID, Sender Service etc.
    2. Message is going into error state in SXMB_MONI after processing.
    Bhavish

  • Create multiple copies of a position- HCM Processes and Forms

    Hi Experts,
    Hope all are doing well.
    In my current project we using HCM PnF to create positions and copy positions. We are using the FPM interface.
    One of the requirements is to for copy position and the user can create multiple copies(max upto 30) of a position.
    How can this be achieved in HCM PnF?
    One answer will be advanced generic service. Do we have any other way of achieving this? If not, do we have any sample code where we use advance generic service to call SAP_PD/ or any code which might be helpful?
    Waiting for you answers.
    Thanks very much in advance.
    Regards,
    Saikat

    Hi Kalyan,
    Thanks for your reply.
    Yes, I understand that we will have to achieve that through advanced generic service.
    To be honest I haven't used advanced generic service for PD before and it will be helpful if you can give me some code(may be the one inside do operations and flush). With some sample code it will be easier for me.
    Many thanks.
    Saikat

  • False positive critical alert from OEM: number of missing media files is 7

    Hi all,
    We were a bit stunned here as we got a page from OEM that the number of missing media files is 7! We ran the query only to find that there are none missing. One of the SR. DBA's said he thought he remembered seeing this months ago and it cleared itself soon after.
    SELECT COUNT(FILE#)
    FROM V$DATAFILE_HEADER
    WHERE RECOVER ='YES'
    OR ERROR IS NOT NULL;
    After running that to verify the count is 0 (no missing files or corrupt files) I then looked in OEM at the alert and clicked the hyperlink to the graph that shows a spike to 7 then immediately went away so I assume this is some but in 10.2.0.4?
    Thanks,
    Dave

    Missing Media File Count metric represents the count of missing media files.
    You can remove it from monitoring template if don't need.
    Here is with screenshots demonstrated that:
    http://www.oracle.com/technology/obe/obe10gEMR2/Quick_Start/system_monitoring/system_monitoring.htm
    But basicaly under this message is select:
    SELECT count(file#)
    FROM v$datafile_header
    WHERE recover ='YES' OR error is not null;
    Do you have any rows returned?

  • J2ME: Send alert  (html form) from an aplication to mobile phone using SIP

    Hi all,
    I am new in J2ME and would like to ask for an idea on how to implement the above. I have installed both the application and WTK on my localhost.
    The development would consists of three parts, the 1st two done in isolation:
    1) WTK to visualize an HTML page on the mobile screen
    2) The application (PHP, apache, mysql) to send out an HTML page
    3) Lastly, an integration will need to be done to connect the application and the mobile device via the SIP protocol
    Any ideas on how to solve the above is highly appreciated.Thanks!

    Hi all,
    I am new in J2ME and would like to ask for an idea on how to implement the above. I have installed both the application and WTK on my localhost.
    The development would consists of three parts, the 1st two done in isolation:
    1) WTK to visualize an HTML page on the mobile screen
    2) The application (PHP, apache, mysql) to send out an HTML page
    3) Lastly, an integration will need to be done to connect the application and the mobile device via the SIP protocol
    Any ideas on how to solve the above is highly appreciated.Thanks!

  • Change of Position in MSS with Process and Forms

    Hi,
    I'm trying to create authorizations for a change of position in Process and Forms, but every time that I choose a new position to the employee I get the error, No authorization, with this details:
    No authorization
    Message no. 5A277
    Diagnosis
    You are not authorized to perform this activity.
    System Response
    The system cancels the activity you have tried to perform.
    Procedure
    If necessary, you can maintain missing authorizations in Customizing. Please remember that both the standard authorizations and the structural authorizations are checked.
    I have managed to change the position and create positions in SAP with t-code PPOME, but in the MSS Portal it doesn't work.
    I use authorization with context ( S_ORIGINCON ) with a FM in the structural profile that returns my objects ( O, S, P ). I also have personnel planning authorization ( PLOG ) for the returned objects.
    Any help to overcome this problem will be greatly appreciated.
    Regards,
    Diogo Silva.

    Hi there,
    We stop using SAP code to manipulate the infotype 0001, and started using our own code throw generic services I guess (Not my part of the project).
    The problem was that in a change of position for a new created position or even for an existing position there was a need for access to the default position OBJID='99999999'. That's why when you give authorization for object OTYPE=' ' and OBJID = ' ' you will not get an error, because it gives authorization for all objects, witch defeats the purpose of security.
    If you debug the functions used by the portal (MSS or ESS) you will see that in some FM on the call stack there is passed a flag that controls wether or not there is a authorization check for that default position.
    Basically ww stop using the SAP code, and started calling this FM (BAPI, etc) ourselves, and them we manipulated that flag so that we could circumvent the error.
    I hope it was clear, sorry if it was not, truth be told it was a long time since I finish that project.
    If you need anymore help just let me know.
    Regards,
    Diogo Silva.

  • Postback and Alert position

    Hello,
    I'm new to JSF so this is probably a silly question. I'm developing a web-app in Netbeans using the Woodstock library,
    and I'm having difficulty using the Alert component. To be exact, I want to implement a 'basket' functionality where the user selects rows from a table (by clicking on the last column which is filled with a button) which are then added to the basket showed on the page where the button's action navigates to. But when the user tries to add a row which is already in the basket I want an Alert component to show up and display that error. So I've added an Alert component to the page but with setVisible(false) and when the duplication occurs (which is detected inside the action method of the button of each row) I use setVisible(true) and return null to re-display the same page. The problem is that the table is not re-positioned a little bit lower than the Alert component, thus ..cutting the Alert component in half..
    Any ideas?
    Thanks in advance,
    Antony

    I am not aware of a way to do that. There is no property for position for alerts. You can of course write your own alert functionlaity using a window and set the x and y positions of the window with the set_window_property built-in.

  • Forms position help

    Hi i have a form which is of the size 800*600 so i use a scroll bar to go the bottom of the fom..i have a button at the bottom to call another form..when i scroll and press the button the other form gets called but the position of the next form is half way through(ie..the form is shown frm the position of the scroll bar with respect to first form)..i need the form 2 be shown fully from the first..how this can be done..
    one more thing..
    .i have a radio button in a MULTI-RECORD block..the user can select any row using the radio button and can open the details of the respective record using a button OPEN..in forms we have limitation tht all the radio buttons in each of the record is considered as single button..so when i click the first record the first radio button is selectd,when i go 2 the 2nd button and click tht also gets selected but the first button is not cleared off.....
    so i wrote a logic 2 clear the buttons(ie the records which are above /below the selected cursor record,tht is working 5n..)
    but here also when i selected any button the selection is happening fine..but the record i select just runs away 2 some other positon(ie .. as i traverse through the block frm first recrod 2 last record for clearing other radio buttons.)..the user here is blind folded...can this be handled effectrively???????????????

    ok let me explain my form has 5 buttons namely print,printall,open,new,save,return
    it is a multi record block and i display 8 rows at a time and remaining has to be scrolled..............i have filters at the top(ie radio buttons to filter the o/p)
    next comes my block and the buttons at last.......................
    when i need to modify any changes i scroll down to save button and save it ..
    to open another form i scroll and clikc open ,so next form is openied but the form position is half way (ie..as i have scrolled the first form the scroll locks in the same positon its not moving to new top positon)..i need 2 get it at top to make the new form visible compeltely

  • Retain position on continuous form through requery

    I have a continuous form that, for reasons of efficiency, must use an underlying query that groups records and provides totals. Therefore, the underlying recordset is (correctly) not updateable. However, I do need to flip the value of one of the (header)
    fields from True to False or False to True. So I have a button in the detail section of the form that checks the current value, creates the SQL statement to change the value, and runs the SQL statement.
    So far, so good. Now, to get the new data to appear, I must requery the form, but that, of course causes me to lose my position on the continuous form.
    So I set a variable to the value of the current PK in the header table before my requery, then use Bookmark to return to the record that was current before the update & requery. Again, so far, so good...except for one thing.
    The user may have the current record in any vertical position on the visible part of the list. That is, the record being edited could be at the top of the visible records, the second one down, etc, or even the last record visible (I have a vertical
    scroll bar). Using Bookmark returns me to that record, but it automatically places that current record at the top of the visible portion of the record list (form's detail section) after the requery. This is quite confusing for the users, and they can
    easily lose their places.
    Is there a way, not only to return the current record after the requery, but to return that record to the same vertical position within the form's records in the detail section so that there is no apparent jumping around?

    Hi Brian
    D. Hart,
    In early 2000s I published the solution here:
    http://am.rusimport.ru/MsAccess/topic.aspx?ID=24
    That sample isn't English localized. That's why I redesigned it for you. You can download the ajusted version from here:
    https://www.dropbox.com/s/521xxb81ubgh2bc/VakshulRequeryEN2010.accdb?dl=0
    By the way, the key moment of it was discussed early here:
    https://social.msdn.microsoft.com/Forums/office/en-US/102244b7-9ae7-446e-9d31-b23eda5f758b/how-to-determine-the-number-of-records-displayed-in-a-continuous-form?forum=accessdev
    Sergiy Vakshul

Maybe you are looking for

  • Iterators, View Objects, and ViewCriteria question

    JDev version 10.1.3.2, ADF BC JSF application, created a web-type search form with search and results on same page, exactly like that in Dev guide chap. 18.3. Would like to have the previous page put parameters in a managed bean, and then have the se

  • Multiple Id's for Apple TV and remote app.

    My roommate and I have an apple tv, we have separate apple ids and we both have home sharing on and he set up the apple tv with his apple id and we both have the remote app and it only works for him, what do i need to do for it to work for me?

  • M100 stuck in infinite loop

    Someone just brought their m100 to me and I am unable to help them so I am turning to you to try to help me out here. The palm keeps blinking on and off from the logo to a blank screen. I cannot get it to respond. I tried a soft reset but it wont res

  • FireWire SDK 23 available?

    Does anyone have the 'Firewire SDK 23' or knows where it can be found? My extern firewire soundcard isn't working proper (crackles, pops, silences) and I saw that the Applefwaudio 2.0.1 might be the outway and that can be found in the SDK 23. I check

  • How can i show pdf in my web application?

    if the pdf (or else) file is under web content folder is simple, i can make a link to the resource, but if is it out of the .war file i deployed?? I know I set a outside folder in web server classpath, so i can get URL and then the InputStream from t