PDA

Click to See Complete Forum and Search --> : RE:Scrolling records using Ado data control...


jeffro
Sep 13th, 2000, 11:36 AM
I would like to scroll through a databases records from a vb form. I'm trying to use the ado data control but it will not allow me to scroll through the records. It's like the ado control is disabled, but in the properties box it is in fact enabled.

Please help if you can, I'm ready to pull my hair out! HA!

DrewDog_21
Sep 13th, 2000, 04:41 PM
how about posting the code where you set the control's properties?

Sep 14th, 2000, 12:54 AM
please see if u have set the connection property of the adodc properly. to see the record i think u have to bind them to the appropriate controls after u have connected. when u r connecting try testing the connection to see that the connection is ok. there could any reason for u to not be able to scroll thru.

jeffro
Sep 15th, 2000, 06:54 AM
Hello

I have got the ado data control to scroll through the records now, but when I scroll to the last record to add a new record, it will not let me scroll back to see the other records. You know if I change my mind and not want to enter a new record. Is there an sql statement I would have to write?