Visual FoxPro Developer Center > Visual FoxPro Forums > Visual FoxPro General > Private Data Session in Forms Distortion
Ask a questionAsk a question
 

AnswerPrivate Data Session in Forms Distortion

  • Thursday, November 05, 2009 8:14 PMLarry_Nuñez Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I´ve finally found out how to create a private datasession in a form, it was in the property, jeesh! Well when I build the project then execute the form, in the background there are all types of data feedback and It runs so slow. What is wrong with this and how do I fix it?

Answers

  • Thursday, November 05, 2009 11:12 PMCetinBasozMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Set talk off

    PS: Set talk and many other "set" commands are scoped to data session. Maybe you would want to create a little prg that contains your "set" commands and call it in DataEnvironment.BeforeOpenTables or Form.Load.

All Replies

  • Thursday, November 05, 2009 11:12 PMCetinBasozMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Set talk off

    PS: Set talk and many other "set" commands are scoped to data session. Maybe you would want to create a little prg that contains your "set" commands and call it in DataEnvironment.BeforeOpenTables or Form.Load.