Visual FoxPro Developer Center > Visual FoxPro Forums > Visual FoxPro General > My reports cannot be viewed with the preview command in some forms with property buffermode=optimistic
Ask a questionAsk a question
 

AnswerMy reports cannot be viewed with the preview command in some forms with property buffermode=optimistic

  • Friday, November 06, 2009 3:13 PMLarry_Nuñez Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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?

Answers

All Replies