Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Thisform.release won't release form?
Message
De
13/01/2007 03:11:34
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01184111
Message ID:
01185332
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform