Argent:FullScreenMode...Help

Hi,
I am using fullscreenmode in application. At compile time it doesnot show any exception but at runtime shows error;
Exception in "thread" java.lang.NulpointerException
at test.<init>
at test.main
please help and correct errors in code Thank u and nice day.
Code is;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class test extends JFrame implements ActionListener{
GraphicsDevice myDevice ;
public test() {
super("Testing");
getContentPane().setLayout(new FlowLayout());
JButton jb = new JButton("Close");
jb.addActionListener(this);
getContentPane().add(jb);
//setSize(200,200);
try {
myDevice.setFullScreenWindow(this);
} finally {
myDevice.setFullScreenWindow(null);
public void actionPerformed(ActionEvent e){
if (e.getActionCommand().equals("Close")) System.exit(0);
public static void main(String[] args){
test myWindow = new test();
myWindow.setVisible(true);
/*GraphicsDevice myDevice ;
try {
myDevice.setFullScreenWindow(myWindow);
} finally {
myDevice.setFullScreenWindow(null);

Its working now....But still taskbar is shown. I want my application in exclusively full screen mode so that only my application is visible on screen. Plz provide me solution.
Thanks and have a nice day
Anand Pimple.

Similar Messages

  • ARGENTLY NEEDED HELP for nokia 5200

    HI TO EVERY ONE.
    i am using nokia 5200.from 2 days its sopped working;
    display is showing but key pad not working,only 9 and * buttons working,nothing is opening,i can not access into anything(menu,music,camera)nothing!!!i am getting important bank messages,but i can not open then;they r very important to me;also my main problem is fear of loosing data;there r lots of contacts and information in inbox messages;
    please any one give me information about getting data back,mostly my lovable phone working;please help me.

    It sounds like your phone has a serious problem.
    It may be ok internally and just the connection to the keyboard and screen is defective.
    Try installing nokia pc suite on your computer and then backing it up via a cable connection. You may also be able to get your stuff such as your pictures messages etc off it with PC suite and a cable connection.
    Then I think you need to take it to your nearest Nokia care point for them to take a look at it.
    Hope this helps
    Shunts...
    Message Edited by shuntfield on 12-Sep-2008 12:37 AM
    I will mostly be communicating with a Nokia E72 Zodium Black
    Nokia E72-1 with Vr 051.018.207.04 Software
    If this post helped... Add some kudos!!

  • Argent Please Help Me

    Hi All
    i'm trying to create a search form manually to search for users using thier names i tried to use the Text Item to search for users information.
    the problem i have that when i use POST-CHANGE to be fired when i press a letter of the name to have reflect the information on a table there is no data to be reflect i wrote this code on the post change but when i used a list item as a combo box and use WHEN-LIST-CHANGE it's work great but i don't want it with a combobox i need it with a text item
    declare
    cursor search_by_name_ar is
    select e.emp_id, e.emp_name, e.start_date, e.end_date, e.job, e.status, d.dept_name_ar
    from mnt_employees e, mnt_dept d
    where upper(e.emp_name) like upper(:any_thing)||'%'
    and e.dept_id = d.dept_id
    order by e.emp_id;
    begin
    go_block('by_name_block');
    clear_block(no_commit);
    open search_by_name_ar;
    loop
    fetch search_by_name_ar into :user_id, :user_name, :start_date, :end_date, :job, :status, :dept_name;
    if :status = 0 then
    :status := 'active';
    elsif :status = 1 then
    :status := 'not active';
    end if;
    exit when search_by_name_ar%notfound;
    go_block('by_name_block');
    next_record;
    end loop;
    close search_by_name_ar;
    go_item('any_thing');
    if :any_thing is null then
    go_block('by_name_block');
    clear_block(no_commit);
    go_item('any_thing');
    end if;
    end;
    One of the problem i know that i can't use GO_BLOCK in the POST-CHANGE Trigger
    So, is there any other Trigger can help me to solve my problem
    please help me on it because it's really Important
    Edited by: user10570863 on 16/12/2008 02:23 ص

    Everything you need is in the documentation.
    CREATE_TIMER
    http://www.oracle.com/webapps/online-help/forms/10g/state?navSetId=_&navId=3&vtTopicFile=f1_help/builta_c/createti.html&vtTopicId=
    -- When-Item-Instance trigger of the text item --
    DECLARE
      timer_id Timer;
    BEGIN
      timer_id := CREATE_TIMER('choice_timer', 300, REPEAT);
    END; DELETE_TIMER
    http://www.oracle.com/webapps/online-help/forms/10g/state?navSetId=_&navId=3&vtTopicFile=f1_help/builtd_f/deleteti.html&vtTopicId=
    -- Post_Textitem trigger of the text item --
    Delete_Timer('choice_timer');WHEN-TIMER-EXPIRED trigger
    If Get_Application_Property( TIMER_NAME ) = 'choice_timer' Then
      If :block.textitem is null Then
        :global.current_value := '' ;
      Else
        If :block.textitem != :global.current_value Then
          :global.current_value := :block.textitem ;
          -- do the search in the detail block --
          Go_block('DETAIL');
        End if ;
      End if ;   
    End if ;Francois

  • What is the difference between creating index on cube and infopkg in PC

    Hi All
    I have process chain in which after executing infopkg(load data infopkg),creating index on cube i.e Object type is Cube ,for which execution time is 1 hour,then after (subsequent step ) again create index  at this time object type is "infopkg"
    execute infopkg for which time is 2 minnutes,what is the diffrence between these two,if i reome create index from cube i can save 1 hour time,I have to reveiew this
    chain for performance,plese post me your thoughts,it's argent,your help will be heighly appreciatable.Thanks in advance.
    regards
    EA

    By default once u use create index process type Object type has Infopackage - change it to Cube tech name.
    If its Cube - Indexes will be deleted or created for all the date in the cube.
    Message was edited by:
            Jr Roberto

  • Retrive data from string to rows

    i am using oracle 10g release 2
    having table structure like this
    product_name keywords brands
    cctv eg,ee,ec dealer,retailer
    laptop ct,acesso menu,servece
    i want the result somyhing like this
    cctv eg
    cctv ee
    cctv ee
    cctv dealer
    cctv retailer
    laptop elect
    laptop acesso
    laptop menu
    laptop acessoservece
    its argent plz help me as soon as possible
    thanks in advance
    Edited by: Jagan on 06-Dec-2011 20:38

    SQL> with t as (
      select 'cctv' product_name, 'eg,ee,ec' keyword, 'dealer, retailer' brands from dual union all
      select 'laptop' product_name, 'ct,acesso' keyword, 'menu,servece' brands from dual
        select product_name, regexp_substr (keyword || ',' || brands, '\w+', 1, level) keyword_brand
          from t
    connect by level <= length (keyword || ',' || brands) - length (replace (keyword || ',' || brands, ',')) + 1
           and product_name = prior product_name
           and prior sys_guid () is not null
    PRODUCT_NAME KEYWORD_BRAND            
    cctv         eg                       
    cctv         ee                       
    cctv         ec                       
    cctv         dealer                   
    cctv         retailer                 
    laptop       ct                       
    laptop       acesso                   
    laptop       menu                     
    laptop       servece                  
    9 rows selected.

  • Argent help needed! Downloaded app doesn't show in...

    Need help! I downloaded Six-Guns into my newly bought NOKIA Lumia 720, but it doesn't show up in the App List, so I cannot play it nor uninstall it. Still it takes more than 800 MB and only left around 400 MB in my internal storage!!! An argent assistance is needed!!!

    Yes, it's under the Game.
    It can be better if the game also shows up in App List for my convenience.
    Cheers,
    Winston

  • Pdf report..need argent help pls....

    hi everybody,
    Pls. tell me some solution of this problem i am really tired with this problem.I am using iText for pdf report.And using table in the report.But if i am printing 2 or 3 records,it's working fine but if i am printing record directly for database,it show me this error...
    ExceptionConverter: java.io.IOException: The document has no pages.
         at com.lowagie.text.pdf.PdfPages.writePageTree(Unknown Source)
         at com.lowagie.text.pdf.PdfWriter.close(Unknown Source)
         at com.lowagie.text.pdf.PdfDocument.close(Unknown Source)
         at com.lowagie.text.Document.close(Unknown Source)
         at org.apache.jsp.Noname1$jsp._jspService(Noname1$jsp.java:160)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:201)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
         at java.lang.Thread.run(Thread.java:534)
    and here is my code:
    <%     Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
         conn = DriverManager.getConnection ( "jdbc:odbc:unsoda_project" ,"unsoda_webproject" ,"project");
    str="select * from general_soil where FAMILY like 'sandy, mixed frigid Pachic Haplaboroll'";
         pst3 = conn.prepareStatement(str);
         rs3 = pst3.executeQuery();
    Document document = new Document();
    try {
    PdfWriter.getInstance(document, new FileOutputStream("test1.pdf"));
    document.open();
    Table datatable = new Table(13);
    datatable.setPadding(4);
    datatable.setSpacing(0);
    Cell cell = new Cell(new Phrase("UNSODA DATABASE",FontFactory.getFont(FontFactory.HELVETICA, 24, Font.BOLD)));
    cell.setHorizontalAlignment(Element.ALIGN_CENTER);
    cell.setLeading(30);
    cell.setColspan(13);
    cell.setBorder(Rectangle.NO_BORDER);
    cell.setBackgroundColor(new Color(0xC0, 0xC0, 0xC0));
    datatable.addCell(cell);
                   datatable.setDefaultCellBorderWidth(2);
    datatable.setDefaultHorizontalAlignment(Element.ALIGN_CENTER);
    datatable.setDefaultColspan(13);
                   datatable.addCell("GENERAL PROPERTIES");
                   datatable.setDefaultCellBorderWidth(2);
    datatable.setDefaultHorizontalAlignment(1);
                   datatable.setDefaultRowspan(1);
    datatable.setDefaultColspan(1);
    datatable.addCell("Family");
    datatable.addCell("Series");
    datatable.addCell("Texture");
                   datatable.addCell("Structure");
    datatable.addCell("Depth Upper");
    datatable.addCell("Depth Lower");
                   datatable.addCell("Horizon");
                   datatable.addCell("Depth GWater");
                   datatable.addCell("Location");
                   datatable.addCell("Site ID");
                   datatable.addCell("Annual Rain");
                   datatable.addCell("Avg Temp in Jan");
                   datatable.addCell("Avg Temp in Jul");
                   datatable.endHeaders();
                   datatable.setDefaultCellBorderWidth(1);
    datatable.setDefaultRowspan(1);
                   while(rs3.next()){
                        datatable.addCell(rs3.getString("family"));
                        datatable.addCell(rs3.getString("Series"));
                        datatable.addCell(rs3.getString("Texture"));
                        datatable.addCell(rs3.getString("Depth Upper"));
                   datatable.addCell(rs3.getString("Depth Lower"));
                        datatable.addCell(rs3.getString("Horizon"));
                        datatable.addCell(rs3.getString("Depth GWater"));
                        datatable.addCell(rs3.getString("Location"));
                        datatable.addCell(rs3.getString("Site ID"));
                        datatable.addCell(rs3.getString("Annual Rain"));
                        datatable.addCell(rs3.getString("Avg Temp in Jan"));
                        datatable.addCell(rs3.getString("Avg Temp in Jul"));
                   document.add(datatable);
    catch(Exception e) {
    e.printStackTrace();
    document.close();
    %>
    pls. tell me some solution.
    Thanks
    Sonika

    I found a solution to this problem. You need to 'fragment' your table the following way:
    Add the existing table to the document (after, say, 50 rows)
    Remove all rows from the existing table
    Set skipFirstHeader() to true (or the header will repeat)
    Add new rows to the table until you hit the threshhold
    At the end, add the final table fragment to the documentThe issue apparently stems from memory management within i-Text and the amount of data that can be held in a stream. You can find a code example at:
    http://itext.sourceforge.net/examples/com/lowagie/examples/objects/tables/pdfptable/FragmentTable.java
    Happy rendering.
    - Saish

  • Help please????argent

    i can't sort this out...i'm supposed to do this output
    room mon. tue. wed thu fri
    no. temp. temp. temp. temp. temp.
    j100 55 44.00 33.00 44.00 44.00
    g223 . 22.00 44.00 ....
    aver. temp 56.00 .....
    min.temp 77...
    max.temp .....
    so this is my code..so can u please show me what's wrong with it??
    import java.io.*;
    public class Temperature {
    private static final int roomNo = 10; //total number of rooms in the roomNo array
    //private static int day = 5;
    public static void main (String args[])throws IOException
    BufferedReader keyboard = Text.open (System.in);
    double count = 0;
    double average = 0;
    double minTemp = 0;
    double maxTemp = 0;
    int roomNoCounter = 0 ;
    int day = 5;
    String roomNumber [] = new String [roomNo];
    double monTemp [] = new double [roomNo];
    double tueTemp [] = new double [roomNo];
    double wedTemp [] = new double [roomNo];
    double thuTemp [] = new double [roomNo];
    double friTemp [] = new double [roomNo];
    System.out.print(" Room number (* to end ): ");
    roomNumber[roomNoCounter] = Text.readString (keyboard);
    while (roomNumber[roomNoCounter].equals("*")!= true &&
    roomNumber.length <= 10)
    for (int j = 0; j <5; j++)
    {//loop for daily temp
    if (j == 0)
    System.out.print ("Mon.temp :");
    monTemp[j] = Text.readDouble (keyboard);
    if (j == 1)
    System.out.print ("Tue.temp :");
    tueTemp[j] = Text.readDouble (keyboard);
    if (j == 2)
    System.out.print ("Wed.temp :");
    wedTemp[j] = Text.readDouble (keyboard);
    if (j == 3)
    System.out.print ("Thu.temp :");
    thuTemp[j] = Text.readDouble (keyboard);
    if (j == 4)
    System.out.print ("Fri.temp :");
    friTemp[j] = Text.readDouble (keyboard);
    roomNoCounter++;
    }// end of daily temps for loop
    // roomNoCounter++;
    //}// end of daily temps for loop
    System.out.print (" Room number (* to end ): ");
    roomNumber[roomNoCounter] = Text.readString (keyboard);
    }//end while
    System.out.println(" Room "+ "\t"+ "\t"+"\t" +" Mon."+"\t" + "Tue." +"\t" +
    " Wed."+"\t" +"Thu"+"\t" +"Fri."+"\t"+"Aver."+ "\t" + "Min."+"\t"+ "Max" );
    System.out.println(" No."+"\t" + "\t" +"\t" +" Temp."+ "\t" + "Temp."+"\t" +
    "Temp."+ "\t" + "Temp."+ "\t" + "Temp."+ "\t"+ "Temp."+ "\t"+ "Temp."+ "\t"+ "Temp.");
    for (int j = 0;j<day; j++)
    System.out.println(roomNumber [roomNoCounter] + "\t"+ "\t"+ "\t" +monTemp [j] +
    "\t" + tueTemp[j] + "\t" + wedTemp[j]+ "\t" +
    thuTemp [j]+ "\t"+ friTemp [j]);
    }//for
    }//main
    }//array10
    and this is the output
    Room                Mon.     Tue.     Wed.     Thu     Fri.     Aver.     Min.     Max
    No.               Temp.     Temp.     Temp.     Temp.     Temp.     Temp.     Temp.     Temp.
    *               11.0     0.0     0.0     0.0     0.0
    *               0.0     2.0     0.0     0.0     0.0
    *               0.0     0.0     3.0     0.0     0.0
    *               0.0     0.0     0.0     4.0     0.0
    *               0.0     0.0     0.0     0.0     5.0
    thanks

    no min or max code.
    room mon. tue. wed thu fri
    no. temp. temp. temp. temp. temp.
    j100 55 44.00 33.00 44.00 44.00
    g223 . 22.00 44.00 ....
    aver. temp 56.00 .....
    min.temp 77...
    max.temp .....
    so this is my code..so can u please show me what's wrong with it??
    import java.io.*;
    public class Temperature {
    private static final int roomNo = 10; //total number of rooms in the roomNo array
    //private static int day = 5;
    public static void main (String args[])throws IOException
         BufferedReader keyboard = new BufferedReader(new InputStreamReader(System.in));
         //BufferedReader keyboard = Text.open (System.in);
         double count = 0;
         double average = 0;
         double minTemp = 0;
         double maxTemp = 0;
         int roomNoCounter = 0 ;
         int day = 5;
         String roomNumber [] = new String [roomNo];
         double monTemp [] = new double [roomNo];
         double tueTemp [] = new double [roomNo];
         double wedTemp [] = new double [roomNo];
         double thuTemp [] = new double [roomNo];
         double friTemp [] = new double [roomNo];
         System.out.print(" Room number (* to end ): ");
         roomNumber[roomNoCounter] = keyboard.readLine();
         while (roomNumber[roomNoCounter].equals("*")!= true &&
    roomNumber.length <= 10)
         //for (int j = 0; j <5; j++)
         //{//loop for daily temp
         //if (j == 0)
              System.out.print ("Mon.temp :");
              monTemp[ roomNoCounter ] = Double.valueOf( keyboard.readLine() ).doubleValue();
         //if (j == 1)
              System.out.print ("Tue.temp :");
              tueTemp[ roomNoCounter ] = Double.valueOf( keyboard.readLine() ).doubleValue();
         //if (j == 2)
              System.out.print ("Wed.temp :");
              wedTemp[ roomNoCounter ] = Double.valueOf( keyboard.readLine() ).doubleValue();
         //if (j == 3)
              System.out.print ("Thu.temp :");
              thuTemp[ roomNoCounter ] = Double.valueOf( keyboard.readLine() ).doubleValue();
         //if (j == 4)
              System.out.print ("Fri.temp :");
              friTemp[ roomNoCounter ] = Double.valueOf( keyboard.readLine() ).doubleValue();
         roomNoCounter++;
         //}// end of daily temps for loop
    // roomNoCounter++;
    //}// end of daily temps for loop
         System.out.print (" Room number (* to end ): ");
         roomNumber[roomNoCounter] = keyboard.readLine();
         }//end while
         System.out.println(" Room "+ "\t"+ "\t"+"\t" +" Mon."+"\t" + "Tue." +"\t" +
                   " Wed."+"\t" +"Thu"+"\t" +"Fri."+"\t"+"Aver."+ "\t" + "Min."+"\t"+ "Max" );
         System.out.println(" No."+"\t" + "\t" +"\t" +" Temp."+ "\t" + "Temp."+"\t" +
                   "Temp."+ "\t" + "Temp."+ "\t" + "Temp."+ "\t"+ "Temp."+ "\t"+ "Temp."+ "\t"+ "Temp.");
         for (int j = 0;j<day; j++)
         System.out.println(roomNumber [ j ] + "\t"+ "\t"+ "\t" +monTemp [j] +
                   "\t" + tueTemp[j] + "\t" + wedTemp[j]+ "\t" +
                   thuTemp [j]+ "\t"+ friTemp [j]);
         }//for
    }//main
    }//array10
    and this is the output
    Room Mon. Tue. Wed. Thu Fri. Aver. Min. Max
    No. Temp. Temp. Temp. Temp. Temp. Temp. Temp. Temp.
    * 11.0 0.0 0.0 0.0 0.0
    * 0.0 2.0 0.0 0.0 0.0
    * 0.0 0.0 3.0 0.0 0.0
    * 0.0 0.0 0.0 4.0 0.0
    * 0.0 0.0 0.0 0.0 5.0

  • Argent Help Needed for VL01N(create delivery) and IW51(Create Notification)

    Hello All
         Requirement :
         when create a delivery using VL01N, at the same time, 'Notification creation'(IW51) will automatically being create.
         in short, when i'm creating a delivery and save it at same time 'Notification Creation' will autometically genetare.
         So, i think, change in SAP Standard Program..
         So how to do that or is there any way to do it??
    Thanks All
    Kaushik
    Edited by: The Kaushik on Aug 31, 2011 1:13 PM

    Hello Anjaneya,
    Business requirement is that, we dont want to create notification separately  because of our business sense.
    i have also find out the solution .
    BAPI_ALM_NOTIF_CREATE is the function module, for create notification in background.
    but now question is that,
    where to put this code in transaction VL01N or SAP Standard Program SAPMV50A.
    My Program is like,
    DATA: I_BAPI2080_NOTHDRI TYPE STANDARD TABLE OF BAPI2080_NOTHDRI WITH
    HEADER LINE.
    DATA: I_BAPIRET2 TYPE STANDARD TABLE OF BAPIRET2 WITH HEADER LINE.
    DATA: I_BAPI2080_NOTHDRE TYPE STANDARD TABLE OF BAPI2080_NOTHDRE WITH
    HEADER LINE.
    DATA: I_BAPI2080_NOTFULLTXTI TYPE STANDARD TABLE OF BAPI2080_NOTFULLTXTI
    WITH HEADER LINE.
    I_BAPI2080_NOTHDRI-SERIALNO = 'XXXXXX5885'.    u201Cu can find this is vl01n
    I_BAPI2080_NOTHDRI-MATERIAL = 'XXXXXXXX20111'.  u201Cu can find this is vl01n
    CALL FUNCTION 'BAPI_ALM_NOTIF_CREATE'
      EXPORTING
      EXTERNAL_NUMBER          =
        NOTIF_TYPE               = 'S0'
        NOTIFHEADER              = I_BAPI2080_NOTHDRI
      TASK_DETERMINATION       = ' '
      SENDER                   =
      ORDERID                  =
    IMPORTING
        NOTIFHEADER_EXPORT       = I_BAPI2080_NOTHDRE
    TABLES
      NOTITEM                  =
      NOTIFCAUS                =
      NOTIFACTV                =
      NOTIFTASK                =
      NOTIFPARTNR              =
       LONGTEXTS                = I_BAPI2080_NOTFULLTXTI
      KEY_RELATIONSHIPS        =
        RETURN                   = I_BAPIRET2.
    CALL FUNCTION 'BAPI_ALM_NOTIF_SAVE'
      EXPORTING
        NUMBER            = I_BAPI2080_NOTHDRE-NOTIF_NO
    IMPORTING
      NOTIFHEADER       =
    TABLES
      RETURN            =
    u can not geting output here......but if u can run tcode : IW53, U can see that, notification will be created.
    Thanks
    Kaushik

  • Plz help its argent

    Hi,
    I want to send sms from PC through GSM modem.
    for this i m using smslib
    To use smslib i need to install
    jar file commons-net-1.4.1.jar(Apache Jakarta Commons/NET )
    can u plz suggess me from where '
    can i get it?
    Thank u

    What makes you think that the people on this forum can magically see the modem you're using and find out the model number and manufacturer, so they could send you to the right URL which you also seem to think they've memorized.
    You're the one with the modem. Pick it up, read the label, find out who made it and what its model number is, then go to their web site and look for the emulator and documentation and whatever else you need.

  • Need some Help with CFUPDATE into MySQL

    Hi
    I am trying to update a MySQL database with a Coldfusion Form which has brought in the information from another form.  The Form action for the update form is as follows:
    <form action="update_sup.cfm?GID=#qsupname.SupplierCode#" method="post">
    This bit seems to work in so far as it generates a URL that includes the Supplier Code:
    www.website.com/update_sup.cfm?GID=193BA3BE-C09F-087E-DACCEE9702D6C5C1
    But the SQL query doesn't actually update:
    SQL Queries
      CFUPDATE (Datasource=kw5336, Time=0ms, Records=0) in /website/update_sup.cfm @ 22:27:00.000
    update Suppliers set SupplierName=?,SalesRepName=?,SalesRepPhone=?,Address1=?,Address2=?,Notes=? where SupplierCode=?
    The Form Fields in the Debug show the changes:
    Form Fields:
    FIELDNAMES=SUPCODE,SUPNAME,SUPADDR1,SUPADDR2,SUPCITY,SUPPCODE,SUPPTERMS,SUPREPNAME,SUPREPP HONE,SUPREPEMAIL,SUPNOTES
    SUPADDR1=Unit 55 Portland Drive
    SUPADDR2=Kiln Farm
    SUPCITY=Milton Keynes
    SUPCODE=193BA3BE-C09F-087E-DACCEE9702D6C5C1
    SUPNAME=SupplierF
    SUPNOTES=
    SUPPCODE=MK17 2RB
    SUPPTERMS=30
    SUPREPEMAIL=[email protected]
    SUPREPNAME=Paul Argenta
    SUPREPPHONE=01555 123456
    What have I missed??

    Can I just say a big THANK YOU to all you lovely people who responded so quickly.  It turned out to be a typo but the responses have helped me with other ideas so that was really wonderful.
    I like this place!

  • Is it possible to change what area gets hidden with fullscreenmode?

    I have made modifications to the layout of SP2013 which now causes issues with the fullscreenmode option. Such that, items that I have added are not being hidden even though they should be and the fullscreenmode icon goes away when I got to full
    screen, making it impossible to full back until I switch .master pages and switch it back.
    Does anyone know where I need to look for this?

    Hi Grady,
    According to your description, my understanding is that you want the Focus on Content control to work correctly after customizing the  master page.
    To make it work, you need to wrap your main content around Contentbox div , such as adding the following string at the front of your main content:
    <div id="contentBox" aria-live="polite" aria-relevant="all">
    Or use the following code in a Content Edit Web part in the page that you wan to use focus on content button:
    <script type="text/javascript">
    window.onload = function()
      SetFullScreenMode(true);
    </script>
    Here are some similar posts for you to take a look at:
    http://mysharepointwork.blogspot.ca/2013/07/focus-on-content-not-working-in-custom.html
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/04189fe1-37d9-4e06-ba57-fdabe4a92e19/is-there-a-way-to-make-focus-on-content-as-default-for-all-pages?forum=sharepointadmin
    http://technicaltrix.blogspot.in/2013/02/sharepoint-2013-fullscreen-modehide.html
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Acrobat Pro 11 Local Help Files

    This works for Reader. Where can I find the one for Pro? Or, where can I find the syntax so I can create my own?
    http://helpx.adobe.com/acrobat/kb/install-help-files-offline-reader.html

    To answer my own question....
    Download the help files here.
    http://helpx.adobe.com/acrobat.html
    http://helpx.adobe.com/en/pdf/acrobat_reference.pdf
    Go here and get Example 2.
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/html/w whelp.htm?context=Acrobat9_HTMLHelp&file=JS_API_AcroJS.88.151.html
    This is the output from Acrobat Pro 11.0.3.
    Acrobat JavaScript Debugger Functions Version 11.0
    +-File
    +-Open
    +-endOpenGroup
    +-NewDocument
      +-NewDocFromFile
      +-ScanMenu
       +-ScanPreset5
       +-ScanPreset1
       +-ScanPreset2
       +-ScanPreset3
       +-ScanPreset4
       +-
       +-Scan
       +-
       +-ScanConfigurePreset
      +-Web2PDF:OpnURL
      +-ImageConversion:Clipboard
      +-
      +-NewDocCombineFiles
      +-CreateMultiplePDFFiles
      +-
      +-AcroForm:Forms_CreateNewForm
      +-endCreatePDFGroup
      +-NewDocCreateCollection
    +-
    +-Save
    +-SaveAs
    +-SaveAsSubmenu
      +-ReduceFileSize
      +-DIGSIG:SaveAndAuthenticate
      +-SaveAsExtendedSubmenu
       +-Annots:ReaderEnableCTT
       +-Annots:ReaderEnable
       +-DIGSIG:UBDoc
      +-PDFOptimizer
    +-endSaveGroup
    +-Email
    +-SPAObject 23
    +-SPAObject 24
    +-
    +-
    +-
    +-Revert
    +-Close
    +-endFormDataGroup
    +-GeneralInfo
    +-endDocInfoGroup
    +-Print
    +-endPrintGroup
    +-RecentFile1
    +-RecentFile2
    +-endRecentFileGroup
    +-Quit
    +-Edit
    +-Undo
    +-Redo
    +-endUndoGroup
    +-Cut
    +-Copy
    +-Paste
    +-Clear
    +-endEditGroup
    +-SelectAll
    +-DeselectAll
    +-endSelectGroup
    +-CopyFileToClipboard
    +-endOleGroup
    +-TouchUp:EditDocument
    +-
    +-SelectGraphics
    +-
    +-Spelling:Spelling
      +-Spelling:Check Spelling
      +-Spelling:Edit Dictionary
    +-LookUpWord
    +-endLookUpGroup
    +-Find
    +-FindSearch
    +-endFindGroup
    +-GeneralPrefs
    +-View
    +-Rotate
      +-RotateCW
      +-RotateCCW
    +-GoTo
      +-FirstPage
      +-PrevPage
      +-NextPage
      +-LastPage
      +-GoToPage
      +-endPageNavGroup
      +-GoBack
      +-GoForward
    +-
    +-PageLayout
      +-SinglePage
      +-OneColumn
      +-TwoPages
      +-TwoColumns
      +-endPageLayoutSubGroup
      +-ShowGaps
      +-ShowCoverPage
      +-
      +-AutoScroll
    +-ZoomSubMenu
      +-ZoomTo
      +-Zoom
      +-ZoomDrag
      +-
      +-ActualSize
      +-FitPage
      +-FitWidth
      +-FitHeight
      +-FitVisible
      +-endFitGroup
      +-PanZoom
      +-Loupe
      +-
      +-Reflow
    +-endGoToGroup
    +-SelectUICustomization
      +-UICustomizationDefaultView
      +-
      +-CreateUICustomization
      +-ManageUICustomizations
      +-
      +-9BD7AB5158C920C2F8053A0BC9B41D2
      +-
      +-FindMoreUICustomizations
    +-endOfCustomizeSeparator
    +-TaskPanesSectionStart
    +-_BasicToolsPane
      +-Tools_Content
      +-Tools_Pages
      +-Tools_InteractiveObjects
      +-Tools_Forms
      +-Tools_ActionWizard
      +-Tools_TextRecognition
      +-Tools_Protection
      +-Tools_DocProcessing
      +-Tools_PrintProduction
      +-Tools_JavaScript
      +-Tools_Accessibility
      +-Tools_Analysis
    +-_BasicEchoSignPane
    +-_BasicCommentPane
    +-TaskPaneSectionEnd
    +-ShowHideSubMenu
      +-Navigation
       +-ShowHideArticles
       +-ShowHideFileAttachment
       +-ShowHideBookmarks
       +-ShowHideContentPanel
       +-ShowHideDestinations
       +-ShowHideOptCont
       +-ShowHideModelTree
       +-ShowHideOrderPanel
       +-ShowHideThumbnails
       +-ShowHideSignatures
       +-ShowHideTagsPanel
       +-endShowHideWindowsGroup2
       +-ShowHideNavigationPane
       +-ResetPanels
       +-
      +-HoldoverToolbars
      +-ShowHideMenuBar
      +-
      +-RulersAndGridsGroup
       +-ShowGrid
       +-SnapToGrid
       +-ShowRulers
       +-ShowGuides
       +-Wireframe
      +-ShowInfo
    +-
    +-ReadingMode
    +-FullScreenMode
    +-endFullScreenGroup
    +-Annots:ReviewTracker
    +-
    +-ReadAloud
      +-ADBE:ReadOutLoudOnOff
      +-ADBE:ReadAloudStart
      +-ADBE:ReadAloudToEnd
      +-ADBE:ReadAloudPauseResume
      +-ADBE:ReadAloudStop
    +-DIGSIG:CompareDocuments
    +-Window
    +-NewWindow
    +-
    +-Cascade
    +-Tile
      +-TileHorizontal
      +-TileVertical
    +-MinimizeAll
    +-endWindowLayoutGroup
    +-SplitWindow
    +-SpreadsheetSplit
    +-WindowMenuSeparator
    +-
    +-Help
    +-HelpUserGuide
    +-Adobe Acrobat XI Pro Help
    +-endGuideGroup
    +-About
    +-AboutAdobeExtensions
    +-endAboutPlugInGroup
    +-
    +-AMTDynamic1
    +-startEBookServicesGroup
    +-endEBookServicesGroup
    +-OnlineSupport
      +-KnowledgeBase
      +-AdobeExpertSupport
      +-AdobeUserCommunity
      +-AccessOnline
      +-
      +-SystemInformation
    +-DetectAndRepair
    I borrowed the original WinReader_Local_Help.js and created WinAcrobat_Local_Help.js which is below. This will install English and French PDF files.
    ADOBE SYSTEMS INCORPORATED
    Copyright (C) 1998-2003 Adobe Systems Incorporated
    All rights reserved.
    NOTICE: Adobe permits you to use, modify, and distribute this file
    in accordance with the terms of the Adobe license agreement
    accompanying it. If you have received this file from a source other
    than Adobe, then your use, modification, or distribution of it
    requires the prior written permission of Adobe.
    /******************************   Hide Menus    ************************************/
    //Hide the default Help menu
    app.hideMenuItem("HelpUserGuide");
    app.hideMenuItem("OnlineSupport");
    app.hideMenuItem("DetectAndRepair");
    var langkey = app.language;
    if (langkey == "FRA")     
      app.addMenuItem({ cName: "Aide d'Adobe Acrobat Pro XI", cParent: "Help", cExec: "fTDocs2()", nPos: 0});
    else
      app.addMenuItem({ cName: "Adobe Acrobat XI Pro Help", cParent: "Help", cExec: "fTDocs1()", nPos: 0});
    // if (langkey == "ENU") {
    //  app.addMenuItem({ cName: "Adobe Acrobat XI Pro Help", cParent: "Help", cExec: "fTDocs1()", nPos: 0});
    /********************************    Functions     *********************************************/
    function fTDocs1()
        {app.openDoc("/C/Program Files/Adobe/Acrobat 11.0/Acrobat/Help/acrobat_reference_EN.pdf");};
    function fTDocs2()
        {app.openDoc("/C/Program Files/Adobe/Acrobat 11.0/Acrobat/Help/acrobat_reference_FR.pdf");};
    Use the Customization Wizard to make your MST.
    Install the WinAcrobat_Local_Help.js file to C:\Program Files\Adobe\Acrobat 11.0\Acrobat\Javascripts
    Install the PDF help files to C:\Program Files\Adobe\Acrobat 11.0\Acrobat\Help
    HTH

  • Display size in fullScreenMode

    i hava a class which extends Canvas.
    because i need a fullScreenApplication i used this.setFullScreenMode(true);
    this works quit good, but when i use getHeight() and getWidth() in order to receive the height and width of the whole display, i unfortunately don't get them.
    instead only the dimensions of the canvas not using fullScreenMode are returned.
    i also don't understand the values of the returned width and height -> 240 x 309.
    my phone (nokia 6600) only has a resolution of 176 x 208. are these twips? if yes, how can i convert them to pixels?
    i hope somebody can help me with this problem
    greetz

    thx for your advice, but unfortunately getClipHeight from the Graphics object returns the same value as getHeight from the Canvas Object.
    probably i have to get the height from the device itself, but i don't know how..

  • Help mr please myBlackBerry world for bbz10 not functioning

    Whenever I try getting access to my BlackBerry World it says "an error has occurred and BlackBerry World will be closed....." on top of that it does not appear in music and when I try signing in for games the phone says "SC -HTTP- SERVER -ERROR" Argent help please

    poniks wrote:
    Whenever I try getting access to my BlackBerry World it says "an error has occurred and BlackBerry World will be closed....." on top of that it does not appear in music and when I try signing in for games the phone says "SC -HTTP- SERVER -ERROR" Argent help please
    Hi @poniks! Welcome to the BlackBerry Support Community Forums!
    I suggest you reinstall the BlackBerry World Apps using the BlackBerry World Recovery Tool
    Goodluck!
    Click if you want to Thank someone. If Problem is resolved, so that others can make use of it.

Maybe you are looking for

  • Being ignored

    My name is David and I've been a Verizon Wireless customer for the past few years. A couple of months ago, I began having issues with a brand new jetpack device. The device was using absurd amounts of data and I had no clue why. I contacted customer

  • How to find out the reason for blocking locks?

    PB Application try to create data in ASE 12.5. With this operation, there are sql, sp, trigger involved. Most of the it is okay. With lock of sleeping or sync sleeping lock. User wait for a short time to get the result. but some time, there are block

  • Pictures not printing in pdf file

    Hello, Was wondering if anyone had a solution for this problem. I have a pdf file and am using Adobe Reader 8.1.2 and for some reason it will print out a application packet I downloaded from the city with out any of the pictures. The same packet can

  • Solaris 8 branded zone and privileges

    Hello, I've just installed a Solaris 8 Branded zone to migrate an old server. The migration worked like a charm, and everything seems ok excepted one thing. The zone must run a Lotus Domino server, so the process needs to bind ports 80, 443 and 389,

  • E65 Settings menu not accesable

    I cannot enter the settings menu (tools > settings) Every time I try to enter screen goes blank and after a couple of seconds the Tools menu pops up again. Actions taken before this happened: Changed the language from automatic (Spanish) to English i