Code for Binding Navigator

R

Randy

Hi,
I'd like to add a new blank record to a form for the user to input
data. What I am trying to do is exactly what the + on the binding
navigator does, with some additional steps involved. So, my question
can be asked from two directions:

1. Is the binding navigator code visible somewhere? If it is, I'll
just copy it from there into my procedure.
2. What is the code that the binding navigator uses to add this blank
row without trying to pass it to the dataset or the datasource? I
need to allow the user time to enter data before passing it or else it
will fail due to null values, etc.

Thanks,
Randy
 
R

Randy

Just what I needed. I figured that it was something pretty simple. I
was using the dataset NewRow method, which didn't work for this
purpose. Thanks a lot!
Randy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top