I´m programming for multiusers, I have the following settings:
1- Set exclusive off in DE.beforeopentables event
2- Property datasession= Private session
3- Property Buffermode=Optimistic
This is what I write:
report form facfox.frx preview noconsole
My data is recording well. I´m tired of being told to use tableupdate() when my forms have no controlsource of the tables. I use the insert into and update commands to record data. I have 3 forms with the same 3 caracteristics as above and 2 out of 3 previews my reports. What is wrong?