Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Maugo
  • Order by date
  1. Maugo

    USING OLE SPELL CHECK IN FORMS

    Hi ! This works: args := OLE2.CREATE_ARGLIST; OLE2.ADD_ARG( args, 2 ); --> 2 = doNotSaveDoc OLE2.INVOKE( l_app, 'FileClose', args ); OLE2.DESTROY_ARGLIST( args );
  2. Maugo

    Query Using Sysdate-1

    Hi ! Use SELECT a.name, a.username, a.application_number, a.position_cd, a.start_dt_tm, a.end_dt_tm, a.person_id from application_context a where ( a.START_DT_TM >= trunc(sysdate-1) AND a.START_DT_TM <= trunc(sysdate-1) +(1/86400*86399) ) Now Oracle can also use an...

Part and Inventory Search

Back
Top