Results 1 to 4 of 4

Thread: Toolbar Actions [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539

    Toolbar Actions [RESOLVED]

    Hello everybody (hi DR NICK)

    OK i have main MDI PARENT with a toolbar on it

    i also have an mdi child with a paged view of a recordset (access db)

    I would like to have on my toolbar a button for "fIRST rECORD"
    a button for "NEXT RECORD", "Priv Record", "Last record"


    I have these buttons on the child and they work fine using this kinda code

    Me.BindingContext(DataSet11, "CustomerDetails").Position = 0

    that makes it go to the start of the recordset

    HOW CAN I MAKE MY TOOLBAR BUTTONS PERFORM THE SAME FUNCTION CONSIDERING ME.BINDINGcONTEXT & DATASET11 ARE NOT PART OF THE MAIN MDI PARENT ???????????????
    Last edited by carlblanchard; Nov 6th, 2003 at 11:34 AM.
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

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