Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Empty memo fields
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00186559
Message ID:
00186786
Views:
25
Paul,

>I've got a simple form that is made up of cbizobjform and has a two page pageframe on it and a business object. The first page displays everything OK. On the second page I've got two memo fields bound in the controlsource property in a ceditboxl control. When I click on the second page tab the edit boxes are empty. If I type something in them and save it, then browse the table my changes are there. They just don't display in the edit box. I've tried setting various things (requery/refresh) in the Activate() method of the second page tab, but it's still not helping.>

You're officially the third developer to run across this VFP anomaly (what you're doing works just fine for the vast majority of developers!). To get around the problem try the following:

1. In your AApp.vcx library, open the AGlobalEnvironment class
2. From the Property sheet, select the oSessionEnviroment object
3. Set the nBlockSize property to 64
4. Close the class and save changes

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform