Code for Binding Navigator

  • Thread starter Thread starter Randy
  • Start date Start date
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
 
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
 
Back
Top