Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: rename a member Page create a zombi
Message
From
19/10/2005 08:06:12
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
BUG: rename a member Page create a zombi
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01060187
Message ID:
01060187
Views:
50
This is correlate with the Thread #1060055
CLEAR
ON ERROR ?? "Error: ",MESSAGE()
=NEWOBJECT("pageframe1")

DEFINE CLASS pageframe1 AS Pageframe
	Pagecount = 1
	
	PROCEDURE Init
		? "Pagecount is",this.PageCount
		? "Rename Page1 to Page1Renamed"
		this.Page1.Name = "Page1Renamed"
		? "Pagecount is",this.PageCount 
		? "this.Page1 is a ",this.Page1
		? "extract the zombi reference"
		oZombi = this.Page1
		? "this.Page1.name is ",this.Page1.Name
		? "zombi.name is ",oZombi.Name
		? "Addobject Page1 fire a error: ",this.AddObject("Page1","page")
		? "Page1=Page1Renamed =",this.Page1=this.Page1Renamed

ENDDEFINE
Next
Reply
Map
View

Click here to load this message in the networking platform