Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
StateZipCountryObj Class Forcing the Country field chang
Message
 
To
07/07/2000 12:37:35
Gil Munk
The Scarborough Group, Inc.
Baltimore, Maryland, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00389570
Message ID:
00391516
Views:
9
Gil,

You'll find the following change in the upcoming Mere Mortals Service Pack release (end of July, beginning of August). This should address your problem:

In the StateZipCountryObj.SetCountryAndZip() method:

Change...

This.cblCountry.TextBox.Value = v_States.cCountry

To...

IF This.cblCountry.TextBox.Value != v_States.cCountry
This.cblCountry.TextBox.Value = v_States.cCountry
ENDIF

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
Reply
Map
View

Click here to load this message in the networking platform