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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bilalch

  1. bilalch

    problem disabling menu item

    thanks lewisp for ur response but still it's not working. plz help me.
  2. bilalch

    problem disabling menu item

    the code's written in the pl/sql of menu item 'ENT_QRY' in the menu 'MYMENU'. i want to disable this menu item when the system gets into the enter-query mode on clicking the menu item.
  3. 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.
  4. bilalch

    Problem with manual update

    sorry dear frend DIMA i couldn't stick to ur advice due to the problem that i ws wondering if not to write this DML, then how to update some data i'm looking at in my forms. Hearty thanks for ur precious advices. bye
  5. 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...
  6. bilalch

    oracle terminal

    i've tried editing FMRUSW.res file and to save it but can't either save the same file or save it to another location with different name. key bindings.
  7. 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
  8. bilalch

    Back up

    dear frends. i'm new to oracle can u plz tell me the whole syntax for the export or import. thanx & regards
  9. bilalch

    Back up

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

    mouse-doubleclick - Entering or querying data

    ok dear Dima. u'v tried a lot to help me. i'm really thankfull to you as well to lewisp. thanks again bye.
  11. 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.
  12. bilalch

    ORA : unable to connect

    sorry it'll b a great problem for me to having it reinstalled then restoring the data. and the problem was not in the beginning but it has started behaving like this abt a week ago. thanks for ur response. any other suggestion plz.
  13. bilalch

    mouse-doubleclick - Entering or querying data

    hi frends, both of these properties i.e. Deffered & Auto Query are set to 'NO' (default-I didn't change). is it necessary to create relation even, when doing the job manually. thanx bye
  14. 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...
  15. bilalch

    mouse-doubleclick - Entering or querying data

    sorry dear, i think i didn't mention it that i've tried this suggestion too. but same results occured. i think if i'm trying to find some solution ,there's no reason for me to not try the suggested solutions. ur suggestions are really precious for me as i've solved my problem timely by...

Part and Inventory Search

Back
Top