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: pani2304
  • Order by date
  1. pani2304

    form parameter passing

    Try like this in the select statement , which we mention in "list of values" , select both id and name and check the option "hide firat column". Problem is solved. Thanks Pani
  2. pani2304

    Moving cursor to the end of text item in Oracle Forms

    Place the following code within a when-new-item-instance trigger on the item(s) you wish to disable highlighting: DECLARE v_handle pls_integer; BEGIN win_api_shell.sendkeys(V_HANDLE,'{end}',FALSE); END; The above code will result in no highlighting occurring and the cursor will be placed on...
  3. pani2304

    bracket error

    zapata, try this code BEGIN IF ((:J='A' OR :J = 'B' OR :J = 'X' OR :K = 'A' OR :K = 'B') and (:c is not null or :s is not null or :cont is not null)) THEN NULL; ELSE MESSAGE(none of these must be entered'); RAISE FORM_TRIGGER_FAILURE; END IF...

Part and Inventory Search

Back
Top