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 TouchToneTommy 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: bilalch
  • Content: Threads
  • Order by date
  1. bilalch

    problem disabling menu item

    hi frends, i've written this in the menu pl/sql if NOT system.mode='eneter-query' then enter_query; set_menu_item_property('mymenu.ent_qry',ENABLED,PROPERTY_FALSE); end if; but it's not working. plz help me.
  2. bilalch

    Problem with manual update

    Hi dear frends i've written the sql update command on a button press trigger as begin update TNA set shipdate = :shipdate , description = :description where TNAID = :TNAID; commit ; end; but when i do this it shows PK Uniqueness error. i.e. the form tries to resave it as...
  3. bilalch

    oracle terminal

    hi frends plz help i'm wondering on how to get started with oracle terminal , where to find the resource file thats currently being used by the oracle forms and that how can i modify it to get my required tasks done. thanks in advance. bye
  4. bilalch

    Back up

    hi dear frends is it possible to back up the selected or single table from the schema. thanks in advance.
  5. bilalch

    getting back to <unspecified> value

    hi dear frends, can somebody tell me how can i set the property value back to <unspecified> after i've changed it to some value. thanx in advance.
  6. bilalch

    ORA : unable to connect

    hi dear frends, plz help me resolving my problem. problem is that,every next day when i try to connect to the DB through sql.the error Unable to connect to destination is returned . and on rebooting the system the problem gets solved . plz tell me what might b the reason and suggest the...
  7. bilalch

    mouse-doubleclick - Entering or querying data

    hi dear frends, i've two blocks named STYLES and SDETAILS both in the different canvases. where STYLES is a master block and SDETAILS is detailed block. now i want while entering the data or querying block that on double clicking the STYLE_NO from styles the form should move to the...
  8. bilalch

    How to assign some action to keyboard key.

    hi frends. is there some simple way that i can perform some action on keybord keystroke. like i want the forms to search for the text in the text box on pressing the enter key. also tell me if i can configure forms menu shortkeys. thanx & regards.
  9. bilalch

    ( plz help ) querying multi record block

    hi dear frends, can any1 help me how to select data into multi record block as i'm getting trouble with this way. select all ID,NAME,ADD into :ID,:NAME,:ADD from STUDENTS where NAME like '%'||:NAME||'%'; thanx bye
  10. bilalch

    default menu file

    hi dear frends can someone plz mail me the default menu in the oracle forms i.e. menudef.mmb , as i'm unable to find it,i've searched on the net but to no avail. plz help me i need it bad. Mail : bilal_ahmad7@hotmail.com thanx in advance.
  11. bilalch

    importing excell file to oracle

    hi dear frends can u plz guide me , how can i import an excell file into the oracle DB table. thanx bye
  12. bilalch

    exploring the default menu

    hi dear frends. can any1 plz help me about where can i find the sql/plsql coding or else for appropriate functions in the default menu &quot;menudef.mmb&quot;.
  13. bilalch

    searching the values in forms

    hi dear frends can some1 plz help me that how can i search the data in a form using the wild cards etc. b coz in the built in it doesn't allow the wild cards. also it requires entering in the enter_query mode to plce some search. how can i search the text from specific text item on the...
  14. bilalch

    the system gets restarted at scan

    hi dear frends i've a problem in my E drive and when ever i try to scan it for viruses the system gets restarted automatically. can any one plz help me.
  15. bilalch

    error 1061 &amp; error 0x80070425 plz help

    hi dear frends, it's been from few days that sometimes my shared access of the internet gets disabled automatically and when i try to enable shared acces the message displays error 1061 cant enable shared access or error 0x80070425 cant accept control messages at this time the error gets...
  16. bilalch

    Custom menu

    hi can any1 plz tell me where to find the default menu's '.MMB' file to which i can customize for me. i've been trying but didn't find it. thanx in advance bye
  17. bilalch

    forms help.

    HI DEAR FRENDS PLZ HELP 1) i want to create a form for the table values like it's in the access that can be dragged to maximize or reduce the size of the field. 2) i want the table to be populated with the values from the DB. can any1 plz help me doing this.
  18. bilalch

    Populating List Item

    hi dear frends can any1 plz tell me how to populate a list item with data base values on tha form and to perform specific action on selecting the value from list.
  19. bilalch

    problem with reports

    hi dear frends, i've a report having one record per page. and i want this page to be printed twice, one having &quot;ORIGINAL&quot; and the other having &quot;DUPLICATE&quot; printed on the right corner of the report. I'm trying the query that works in the sql like this select...
  20. bilalch

    print job in reports

    hi dear frend, i've a report having one record per page. and i want this page to be printed twice, one having &quot;ORIGINAL&quot; and the other having &quot;DUPLICATE&quot; printed on the right corner of the report. plz help . bye

Part and Inventory Search

Back
Top