Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Custom Class does not work!!
Message
 
 
À
24/09/2009 10:53:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01425933
Message ID:
01425956
Vues:
83
if !.NewObject("Addr1", "Addr","Isoft_St")
>				return .f.
>			endif
>			with .Addr1
>				.Visible = .t.
>				.Left = 8
>				.TabIndex = 3
>				.Top = 28
>				.txtAddr1.ControlSource                = "cust.caddr1"
>				.txtAddr2.ControlSource                = "cust.caddr2"
>				.txtCity.ControlSource                 = "cust.ccity"
>				.txtState.ControlSource                = "cust.cstate"
>				.txtZip.ControlSource                  = "cust.czip"
>				.txtCounty.ControlSource               = "cust.ccounty"
>				.Country.Text.ControlSource         = "cust.ccountry"
>				.TaxExempt.Text.ControlSource   = "cust.ctaxexempt"
>			endwith
I see - we use similar technique here - didn't have a problem. Not sure, what may be the reason in this case.

Also, what kind of functionality is missing?
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform