Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thisform.release won't release form?
Message
From
13/01/2007 03:11:34
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01184111
Message ID:
01185332
Views:
17
I tried removing some codes in my form, and see if who's giving me the problem.

When I removed the code below, thisform.release releases my form. So I guess this is it?
nodeptr = thisform.oletreeview.selecteditem

local childnodeptr, tkey, rch
childnodeptr = m.nodeptr.child
rch = m.nodeptr.children

do while !isnull(m.childnodeptr)
	append blank
	replace csrkey with m.childnodeptr.key, ch with m.childnodeptr.children
	select csrtable
	childnodeptr = m.childnodeptr.next
enddo
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform