DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: create short cut key on form6i

  1. #1
    Join Date
    Sep 2004
    Location
    pakistan
    Posts
    4

    create short cut key on form6i

    Hi

    i am student and in lerning stage i want create shortcut key my Scenario is following

    i have departmentname item and i create lov and attach to departmentname i want when ever user come on departmentname item lov not open until user press F1

    please help me what i do to apply above Scenario

  2. #2
    Join Date
    Oct 2004
    Location
    Karachi
    Posts
    6
    (Anokha ladla khelan ko mangay CHAND)

    Dear Abdur, there are some restrictions in forms when u work under Microsoft Operating systems. U can call LOV on several triggers, like: pre item, when mouse click, when mouse double click, etc.
    There are several of triggers u can use. I m giving u syntax that u'll put in ur any trigger it'll show u LOV:

    DECLARE
    ABC BOOLEAN;
    BEGIN
    ABC:=SHOW_LOV('LOV4');
    END;


    here LOV4 can b ur LOV. Now if u'll put this syntax in ur When-Mouse-Double-Click trigger, it'll show ur LOV.
    F1 key is dedicated for HELP in Microsoft OS. I m also attaching help file of Forms abt Function Triggers that says it not possible.
    I hopw u didn't mind when I called u Anokha ladla
    I hope ur problem will be solved, if still have problem contact me.
    Happy Ramazan...
    Attached Images Attached Images

  3. #3
    Join Date
    Sep 2004
    Location
    pakistan
    Posts
    4

    lov display

    Thank's for describe me about lov now i am understand

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width