Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Builder Error
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00776289
Message ID:
00777819
Views:
18
Kevin,

I was able to reproduce this! Here's a temporary fix for you until the next release:

In the mmBuildr.vcx library, open the mmBldr_spinner class and replace the existing code with the following:
LPARAMETERS vNewVal
*To do: Modify this routine for the Assign method

IF "MM_TEMPGRID.COLUMN" $ UPPER(This.cObjectProperty) AND ;
   EMPTY(MM_TempGrid.Column)
   RETURN
ENDIF

IF NOT EMPTY(This.cObjectProperty)
	STORE EVAL(This.cObjectProperty) TO This.iControlSource
ENDIF
This.Refresh(.t.)
Let me know how this works for you!

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