Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
StateZipCountryObj Class Forcing the Country field chang
Message
 
À
07/07/2000 12:37:35
Gil Munk
The Scarborough Group, Inc.
Baltimore, Maryland, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00389570
Message ID:
00391516
Vues:
8
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform