Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Editbox refresh
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00142233
Message ID:
00144100
Views:
33
Mat,

>Thanks for the reply, but where is the blocksize property?

Check out the section "Environment Classes" in the Mere Mortals Developer's Guide. It shows how to specify the value of SET commands that are scoped to the local data session for ALL data sessions.

SET BLOCKSIZE is one of the SET commands that is scoped to the local data session (Check out the VFP help file topic "SET DATASESSION" for a list of all SET commands scoped to the local data session).

I'm curious to know if the sample Project Manager application works OK for you with BLOCKSIZE set to its original value. For example, the ProjectsForm's Properties tab has an editbox that you can test...I've only had one other developer experience this problem (thanks for jumping in David!), and I haven't been able to reproduce it myself.

The default setting of 1 for BLOCKSIZE should work fine. This setting is most efficient for storage space.

At any rate, changing the setting of nBlockSize in your application-specific copy of AGlobalEnvironment (located in AApp.vcx) will fix this problem for all of your application's forms.

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