Create Drill Though between FORM's card and list

MarcosMarcos Member Posts: 55
Hello poeple,

I have a question, i just began making tables and forms and im stuck with a problem.

I have 2 forms one card form and a list form i want to join these forms but i dont know how.
Here are some screens to let u see what kind of setup i use.

this is my object designer, these are the forms i talk about.
http://picserver.org/i/021M7Z83VD19/512/p.jpeg

The first link is my card form the second mine list form, these forms i want to join with the menu button in the third URL this function also can be used by pressing F5.
http://picserver.org/i/35D4MVRF62RR/512/p.jpeg
http://picserver.org/i/HTFWEIC0V25U/512/p.jpeg
http://picserver.org/i/14IA329HUC3H/512/p.jpeg

Can someone help me with this problem, many many thanks.

Answers

  • JedrzejTJedrzejT Member Posts: 267
    Hello

    maybe you forget to select LookupFormId property in your table(list form ID) :-k

    Regards
  • MarcosMarcos Member Posts: 55
    JedrzejT wrote:
    Hello

    maybe you forget to select LookupFormId property in your table(list form ID) :-k

    Regards

    That property is only a textbox function.
    Thats not the issue here, i want the function for the overall cards form.
    Check the fourth screen.
  • sggsgg Member Posts: 109
    1. set the LookupFormId Property of your table to the List Form

    2.
    option a. Add a new Command Button to your Card Form
    Set the PushAction Property of the command Button to LookupOK

    option b. Add a new Menu Button to your Card Form
    Add a new Menu Item to the Menu Button Called List (for instance)
    Caption = List
    Action = LookupTable
    ShortCutKey = F5 (so that you could List with F5)

    Save the Card form and run
    Sunday, Godwin G
  • MarcosMarcos Member Posts: 55
    thnx thnx thnx, the first point i didnt know......

    topic can closed now, many thnx
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Marcos wrote:
    topic can closed now, many thnx

    This forum doesn't work that way. You need to put "[Solved]" in the message subject yourself.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
Sign In or Register to comment.