Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Custom Class does not work!!
Message
De
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:
01425938
Vues:
84
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform