Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Custom Class does not work!!
Message
 
 
To
24/09/2009 10:53:34
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01425933
Message ID:
01425956
Views:
81
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
Previous
Reply
Map
View

Click here to load this message in the networking platform