Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Builder Error
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00776289
Message ID:
00777819
Vues:
19
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform