Hi Bruce,
I have noticed another funny when doing multiple inserts. Whilst I have a workaround for the problem, it struck me that it might be of interest to you.
I have a Netwebform that contains:
1. a field for entering a customer code
2. a field for entering a date
3. a NetwebBrowse to show customer adjustments from the date entered for the customer entered. If no customer entered, then all adjustments.
4. the browse has a related updateprocedure
5. if a specific customer is entered in 1 above then the update form will use this code assuming that this is the customer for which you want to enter the adjustment(if not you can change it).
6. if we assume that you want to enter 3 adjustments for the same customer, the first insert is fine, the second insert is fine, however, after the second insert both the fields in 1 and 2 above are cleared which means that the customer in the update form reverts to zero.
I spent quite a lot of time trying to fathom it out but could not. At no stage in the code do I clear the fields in 1 and 2 out. I am letting you know just in case it rings a bell with you with other reported happenings. As I said, I have a workaround, but I can see that it could be problematical. I will keep my eyes wide open to see if it happens in similar circumstances as I will be using the technique again.
Bye,
Hilton.