Suggetion List

Folks,,,
Can anyone help me how to implement Suggestion list in Oracle forms...
If we type in Google Search, it will suggest us the list of possible keywords to search. Like wise how can we implement a Suggestions for a text item in oracle forms .
Give me any idea to do this like suitable trigger , coding Technics..
Thanks in advance.

Welcome to the OTN Forms Forum. Be sure to read the following before making any additional posts:
http://blogs.oracle.com/shay/entry/10_commandments_for_the_otn_fo
It is very important that when posting, you include as much details about your topic as possible. You should always include product versions, platform details, and at least a summary of what you may have already tried. It is also important that your issue or question is very clear and complete. Remember that we don't know your system or anything about it, nor do we know what you are doing or your experience level. Don't assume that we do.
So, since you did not mention what Forms version you are using, the client or server platform, or any other necessary details, I will have to guess and suggest that you are looking for something like the following:
http://forms.pjc.bean.over-blog.com/article-16369664.html

Similar Messages

  • How to create outllok Distribution list using java

    Hi all,
    I have a requirement to create a outlook Distrubution list by reading all the email ids from the SQL database.
    and it has to be dynamic ie when ever a new User is registered it has to be updated.
    is there any APis are exist to do so.if yes please reply to this post .
    I searched the google but no help till now.so thought of posting a query here.
    Thanks for all in advance.
    hope to get reply from anyone of u ...

    hi steve
    first of all sorry for the delay in replying
    JOC is a commertial product and im completely looking for open source apis if any
    i need to create the outllok DL (list of emails from datadabse) from the java code and sent a mail to that DL using java mail apis.
    if u have any suggetions or thoughts are welcome.

  • How to print check box in ALV list display and how to pick selected ones

    Hi
    i am displaying one ALV list dispaly. for that im adding one check box fields by filling the fieldcat as below:
      wa_fldcat-checkbox = 'X'.
      wa_fldcat-edit = 'X'.
    but the check box is showing disable mode only. i want to display that check box and if i select that check box i want pick that records. for ALV grid i found one FM to pick records of selectedones as below.
    DATA ref_grid TYPE REF TO cl_gui_alv_grid.
      IF ref_grid IS INITIAL.
        CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
          IMPORTING
            e_grid = ref_grid.
      ENDIF.
      IF ref_grid IS NOT INITIAL.
        CALL METHOD ref_grid->check_changed_data.
      ENDIF.
    but how can i do for list display to pick those selected one records.
    Can any one sugget regarding this.
    Thanks in advance.
    Rahul.

    Hi,
    Thanks. now it's enabled. but how can we pick the records from that list whichever i selected through that check box.
    i found this one for ALV grid:
    DATA ref_grid TYPE REF TO cl_gui_alv_grid.
      IF ref_grid IS INITIAL.
        CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
          IMPORTING
            e_grid = ref_grid.
      ENDIF.
      IF ref_grid IS NOT INITIAL.
        CALL METHOD ref_grid->check_changed_data.
      ENDIF.
    but how for ALV normal list display.
    Thanks.
    rahul

  • How to fin the Workcenter after getting Task list type

    Hi all ,
           I got the fields PLNTY(Task List Type ) , PLNNR(Key for Task List Group) , ZAEHL(Internal counter ) and VORNR (Operation/Activity Number)   from PLPO table .
    I need to get the work centers names . I saw the work centers are in CRHD table .
    May i know how to get the name of the work centers after getting the task list type details .
    I  found the routing details of a give finished/semi finished material .
    my next step is to find the work centers.
    Any suggetions from you are appreciated .
    Regards
    Raj

    Hi Jan,
    Yes, sa38 makes it possible indeed to execute in background into immediate mode a job but
    the user have to know the name of the program to be carried out ...
    The user knows only the name of these transactions trade. For example, IW38.
    In the menu of this transaction, SAP gives the possibility to execute in background :
    Program --> Execute in Background --> display of Start Time screen for the type of start condition :
    Immediate, Date/Time, After job, After event, or At operation mode).
    It is at this time there that we want that the user can only choose the "immediate" mode.
    We must thus prohibit the other choices (Date/Time, After job, After event, or At operation mode) ... and
    and we don't know how to restrict these other options in this screen "Start Time screen for the type of start condition".
    Thank you.
    By.

  • PR and PO list-SAP Std. T-Code

    Hi
    We have an urgent requirement from client  to know the list of purchase order converted from purchase requisition on daily basis .Selection option will be :
    Plant : USXX
    Date : Purchase Order Create/Purchase Conversion date
    Out put should be :
    Purchase Req Number :
    Purchase Order Number :
    Plant :USXX
    Date : XX/XX/XXXX
    Is there any standard SAP transaction  for this above requirement.I need to create a variant for this .Please let me
    know
    Regards
    Jia

    Hi Jiaul,
    You can create a query (e.g. in SQVI) using tables EKKO & EKPO.
    INPUT (selection fields)
    date of creation: EKKO-ERDAT
    plant: EKPO-WERKS
    suggetion:
    PR no.: EKPO-BANFN (filter criteria: >0)
    OUTPUT
    PR no.: EKPO-BANFN
    PO no.: EKKO-EBELN (or EKPO-EBELN)
    Plant: EKPO-WERKS
    date of creation: EKKO-ERDAT
    Please give feedback if it's OK / not OK.
    (When you run the query you can use selection criteria '>0' for EKPO-BANFN - in this way you will get PO items that were generated from PR)
    BR
    Csaba
    Edited by: Csaba Szommer on Mar 4, 2008 6:43 PM

  • Is it possible to make a scrollable thumbnail list for a photo gallery?

    I would like to know if it's possible to add a scroll bar to a photo-thumbnail list, so that the thumbnails won't have to fill the whole page to show all of the photos at once. I know it is possible to change the size of the thumbnails and also the gallery's dimentions, however that's not what I need.
    Thank you.

    Hello,
    As topelovely explained, it is not possible to add a scroll bar to the thumbnails as of now.
    I would sugget you to add it as a feature request on Muse forums under "Ideas for future Adobe Muse" section (http://forums.adobe.com/community/muse/ideas).
    Hope this helps.
    Regards,
    Sachin

  • Suggetions require on DAO implementation

    hi all,
    I developed an application which get connection from connectionmanager and use it in its DAO classess following is my code, i need suggetion is this good approch
    //connectionManager
    package com.warid.cs.mca.dao;
      import java.sql.SQLException;
      import java.io.IOException;
      import java.sql.Connection;
      import java.util.Enumeration;
      import java.util.Properties;
      import java.util.ResourceBundle;
      import oracle.jdbc.pool.OracleDataSource;
      import com.warid.cs.mca.util.ResourceLoader;
      public class ConnectionManager
            private static ConnectionManager thisInstance = null;
            private OracleDataSource    vasods  = null;
            private OracleDataSource    tabods  = null;
            private ConnectionManager() throws SQLException
                if (vasods == null || tabods == null)
                    vasods = new OracleDataSource();
                    tabods = new OracleDataSource();
                    configureDataSource();
            }//EO connManager
            public static ConnectionManager getInstance() throws SQLException 
                  if (thisInstance == null)
                        thisInstance = new ConnectionManager();
                return thisInstance;
            public Connection getVasConnection() throws SQLException 
                  return vasods.getConnection();
            public Connection getTabConnection() throws SQLException 
                  return tabods.getConnection();
            private void configureDataSource()
                try
                    Properties prop = ResourceLoader.getAsProperties("com.warid.cs.mca.dao.DBConnection");
                    vasods.setServerName(prop.getProperty("Vas.HostName"));
                    vasods.setDatabaseName( prop.getProperty("Vas.SID"));
                    vasods.setPortNumber(new Integer( prop.getProperty("Vas.Port")).intValue());
                    vasods.setDriverType("thin");
                    vasods.setNetworkProtocol("tcp");
                    vasods.setUser( prop.getProperty("Vas.UserName") );
                    vasods.setPassword( prop.getProperty("Vas.Password"));
                    vasods.setConnectionCachingEnabled(true);
                    tabods.setServerName(prop.getProperty("Tab.HostName"));
                    tabods.setDatabaseName( prop.getProperty("Tab.SID"));
                    tabods.setPortNumber(new Integer( prop.getProperty("Tab.Port")).intValue());
                    tabods.setDriverType("thin");
                    tabods.setNetworkProtocol("tcp");
                    tabods.setUser( prop.getProperty("Tab.UserName") );
                    tabods.setPassword( prop.getProperty("Tab.Password"));
                    tabods.setConnectionCachingEnabled(true);
                catch (Exception ex)
                  ex.printStackTrace();
            }//EO configure DS
      }Below is my two classes who use connection from connectionmanager
    //MCADAO
    public class MCADAO
        private static Logger logger = Logger.getLogger("mca");
        private ConnectionManager   connManager = null;
        public MCADAO()
            try 
                connManager = ConnectionManager.getInstance();
            catch (Exception ex) 
              ex.printStackTrace();
        public List findMCAReq()
            List        McaList = new ArrayList();
            Connection  conn    = null;
            Statement   stmt    = null;
            ResultSet   rs      = null;
            try
                conn = connManager.getVasConnection();
                stmt = conn.createStatement();
                //StringBuffer sbSelect = new StringBuffer(  );
                rs = stmt.executeQuery("SELECT * FROM tbl_mca_trf WHERE STATUS = 'N'");
                while(  rs.next() )
                    MCAVO temp = new MCAVO();
                    temp.setIntID(rs.getInt("id"));
                    temp.setStrShortcode(rs.getString("shortcode"));
                    temp.setStrFromAddress(rs.getString("mobilenum"));
                    temp.setStrMessage(rs.getString("message"));
                    McaList.add(temp);
                }//EO while loop
            catch (Exception e)
                System.out.println("in mcalist"+e.getMessage());
            finally
                try
                    if(rs != null){rs.close(  );}
                    if(stmt != null){stmt.close(  );}
                    if(conn != null){conn.close(  );}
                catch(Exception e)
                    System.out.println("in mcalist"+e.getMessage());
            }//EO finally
            return McaList;
        }//EO fnfreq
        public void updateMCA(MCAVO fvo)
            Connection        conn    = null;
            PreparedStatement pstmt   = null;
            String updtSql =  "UPDATE tbl_mca_trf SET status='Y' WHERE id=?";
            try
                conn    = connManager.getVasConnection();
                pstmt   = conn.prepareStatement(updtSql);
                pstmt.setInt( 1, fvo.getIntID() );
                pstmt.executeUpdate();
            catch (Exception e)
                System.out.println("In update"+e.getMessage());
            finally
                try
                    if(pstmt != null){pstmt.close(  );}
                    if(conn != null){conn.close(  );}
                catch(Exception e)
                    System.out.println("In update"+e.getMessage());
        }//EO update
    }//EO main classand here is second class
    public class TABSDAO
          private static Logger logger = Logger.getLogger("mca");
          private ConnectionManager   tConManager = null;
          public TABSDAO()
                try 
                     tConManager = ConnectionManager.getInstance();
                catch (Exception ex) 
                  ex.printStackTrace();
          public String getSubscriberType(String subnum)
              Connection        conn  = null;
              PreparedStatement pstmt = null;
              ResultSet         rs    = null;
              String            subtype ="";
              try
                    String cQry="select prepost_paid from crm_user_info where subno=?";
                    conn  = tConManager.getTabConnection();
                    pstmt = conn.prepareStatement(cQry);
                    pstmt.setString( 1, subnum );
                    rs    = pstmt.executeQuery();
                    while(  rs.next() )
                        subtype = rs.getString("prepost_paid");
              catch (Exception e)
                  System.out.println("in fnflist"+e.getMessage());
              finally
                    try
                        if(rs != null){rs.close(  );}
                        if(pstmt != null){pstmt.close(  );}
                        if(conn != null){conn.close(  );}
                    catch(Exception e)
                        System.out.println("in fnflist"+e.getMessage());
            }//EO finally
            return subtype;
        }//EO getsubtype
        public String getSubContractNo(String subnum)
              Connection        conn  = null;
              PreparedStatement pstmt = null;
              ResultSet         rs    = null;
              String            cnum  = "";
              try
                    String cQry="select contrno from crm_useR_info where subno=?";
                    conn  = tConManager.getTabConnection();
                    pstmt = conn.prepareStatement(cQry);
                    pstmt.setString( 1, subnum );
                    rs    = pstmt.executeQuery();
                    while(  rs.next() )
                        cnum=rs.getString("contrno");
              catch (Exception e)
                  System.out.println("in get contract"+e.getMessage());
              finally
                    try
                        if(rs != null){rs.close(  );}
                        if(pstmt != null){pstmt.close(  );}
                        if(conn != null){conn.close(  );}
                    catch(Exception e)
                        System.out.println("in fnflist"+e.getMessage());
              }//EO finally
            return cnum;
    }//EO main classRegards,
    raza

    Well, you're naming them as OracleDatasources so they're not portable accross different databases. Secondly you're configuring the connections in code. A better way would have a connection pool set up, so you could configure it with an xml file/property file, ask the connection pool for a data source and use that.
    It would eliminate your database specific code as well.
    But this depends completely on the context...

  • Need a perfect example program for ALV GRID LIST

    first hi to all,i am new to this community.i am still in learning process of SAP.one of my friend suggeted this community and i think this is the perfect place to learn and excel my skill in SAP.so my requirement is a perfect example program for ALV GRID LIST DISPLAY.while i am trying another program,the sysntax is ok but i am not getting any output and it is not showing any error also.hope i will get an answer asap.thank you.

    Check [OO ALV Guide Simple|http://wiki.sdn.sap.com/wiki/display/ABAP/OBJECTORIENTEDALV+Guide] and [Easy Reference to ALV|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907]

  • Training and Event Management - report on list of cancelled courses

    Hi All,
    Is there any standard report available to get the list of cancelled courses (be it business event grp , type or business event) Would appreciate your inputs on this.
    Kind regards
    Sathya

    S_AHR_61016216 - Cancellations per Attendee , i think there is no standard report for cencelation of business events, type and group.
    for cancellations per attendee reports is available in the system.
    good luck
    Devi

  • Printing list view in ical

    I use mail and ical for everything now. Everything is fine except When I want to print the "list view" which shows my “to dos”. It displays the URL the “do to” is attached to in mail. I use notes often in mail and enter to dos in the notes so they will have URL links. The link only becomes a nuisance when I want to print, otherwise it’s very useful.
    Why would the long URL paths display when in print view???!!!!! It doesn’t make any sense.
    Is there anything I can do?
    Thank you

    ecernek,
    There is no event list option on iCal like the one on the iPhone.
    That number means that you have an event invitation. Use iCal>View>Show Notifications to choose what to do with the notification.

  • Weekly "List View" in iCal

    Hello - my family has recently converted to Mac, and my wife and I have been long-time Outlook users in our workplaces...
    Trying to help my wife get her calendar data to iCal - one of the few things that we miss from Outlook is the "Week" view, which shows like Outlook's (7-Day view), which has a large grid of the 7 days in the current week, and all events displayed in a text-based "list" format, and clearly displaying numerical start and end times, rather than the graphical "block" method of iCal's default Week view.
    The Month view on iCal comes close, but it is rather cramped when you want a closer-in look, and also omits end time.
    Any suggestions?
    Thanks!

    ecernek,
    There is no event list option on iCal like the one on the iPhone.
    That number means that you have an event invitation. Use iCal>View>Show Notifications to choose what to do with the notification.

  • Event List view in iCal?

    I would love to have an Event List view in iCal like I do on the calendar on my iPhone. Is there such a thing? The particular reason for wanting it (this time) is that one of the calendars in the ON MY MAC list has a number in a oval to the right.
    I believe this is trying to tell me that there is a new event that I need to do something about. Problem is, I don't know where to find it.

    ecernek,
    There is no event list option on iCal like the one on the iPhone.
    That number means that you have an event invitation. Use iCal>View>Show Notifications to choose what to do with the notification.

  • List view in iCal on my iPod touch is corrupted

    The 'list view' seems to be all wonky in Calendar on my iPod touch.
    The dates for a given day that's displayed don't make sense:
    i.e. Sunday Oct. 27 2030 followed by Saturday July 14 2001 followed by Tuesday Jan. 16 2001 are listed in consecutive order instead of today, tomorrow and next day (with correct dates).
    Also, the 'events' given for each day listed don't make sense and are often duplicated.
    The 'day' and 'month' views however, seem to be ok and not corrupted. The 'list' field in the month view also seems fine ?
    Has anybody experienced this ? Very frustrating, since I like the list view.
    I make most of my entries/changes to iCal on our main desktop (iMac 24") then sync. to my iPod. The list view seems ok on the desktop.
    Any help greatly appreciated.
    ps. not sure if the problem corresponded with an upgrade of the Ipod software to OS 3.1 from 2.x....

    See this previous discussion:
    FIX for iPod Touch Home Button: Apple Support Communities

  • Error while activating a routine  "no object list"

    hi
    I am getting a error while activating a routine Rv50c601
    "There is no object list for INCLUDEs"  Please suggest on the error and resoulution
    regards
    Nishant

    Try running program RV80HGEN.
    Regards,
    Naiimesh Patel

  • Código de item da lista de serviço - Salvador

    Boa tarde amigos,
    Estamos no meio de um projeto de implementação de NFSe, e por incrivel que pareça estamos obtendo êxito, porém no meio desse caminho, há uma série de mapeamentos de campos referente aos respectiavos municipios dos quais, estão nos dando um pouco de dor de cabeça.
    Para que fiquei mais claro a minha duvida, neste momento estamos mapeando Salvador, e no nosso cliente existe uma tabela contendo sua lista de serviço. Essa tabela deve ser linkada com as das prefeituras que são emitidas as notas, neste caso Salvador. O campo que nos pede essa informação é o tsItemListaServico C Código de item da lista de serviço 5 do manual de integração.
    Gostaria de saber de vocês se alguém possui/jáviu ou sabe, se esta lista é especifica para Salvador ou é como a Nacional, aparentemente esta aqui - http://www.usp.br/gefim/manuais/CodigosISS.htm
    Bom estamos mapeando agora Salvador mas depois partiremos para Recife, RJ, BH e Curitiba, estou deixando aqui citado, porque caso haja mais dessas listas.
    Enfim acredito que seja somente isso, agradeço a atenção de vocês desde já!
    Vitor Grassato

    Fernando mais uma vez obrigado pela dica.
    Venho aqui informar que cadastrei no SAP os códigos que foram definidos junto ao fiscal da empresa quais melhor se encaixavam com as descritas nos manuais das prefeituras.
    No proprio site de cada prefeitura em seu campo Legislação há uma lista diferente para ser atribuida junto aos tipos de serviço de cada empresa.
    A que mais me chamou atenção foi RJ, que possui cerca de 6 digitos para o campo do manual da ABRASF que é de 5 digitos, lçogo é necessario fazer uma alteração no XML caso vc queira implementar no municipio de RJ.
    Do mais o Fernando ja exemplificou!
    Agradeço a todos a colaboração e boa semana!

Maybe you are looking for