Consulting

Results 1 to 4 of 4

Thread: Collapse and Expand Form Footer based on table field

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Collapse and Expand Form Footer based on table field

    Hello, I have an example switchboard I been working on and im trying to implement Collapse and Expand of the forms footer and only show it when certain menu items need it. There is a field in tbl_MenuItems named ExpandFooter which would be the field needed to determine if the footer is Collapse or Expand. On my frm_Switchboard I just added a button (Command48) to toggle the footer for testing using the Private Function ColapseExpandFooter().

    First I cant figure out how to split the Private Function ColapseExpandFooter() into two functions that would 1) Colapse and 1)Expand then I cant find where It would be used and determined from the tables field tbl_MenuItems - ExpandFooter .

    Thanks,
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

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