Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PEM Editor 4.10 released on Codeplex
Message
De
20/08/2009 14:42:05
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Divers
Thread ID:
01418479
Message ID:
01419311
Vues:
54
>With this library (one class is cursoradapter and another is custom) the error is 100% reproducible and unavoidable. Is there a simple way to temporary turn PEMEditor off and on or I have to un-install and re-install?

I created the following when I was having trouble with PEME working with OLE based classes (this now has been fixed by Jim) to toggle PEME off/on:
USE (_FOXCODE) IN 0 AGAIN SHARED
SELECT foxcode
LOCATE FOR type="M" .AND. abbrev="NEW PROPERTY..."
IF FOUND()
	IF DELETED()
		RECALL
	ELSE
		DELETE
	ENDIF
ENDIF
LOCATE FOR type="M" .AND. abbrev="NEW METHOD..."
IF FOUND()
	IF DELETED()
		RECALL
	ELSE
		DELETE
	ENDIF
ENDIF
LOCATE FOR type="M" .AND. abbrev="EDIT PROPERTY/METHOD..."
IF FOUND()
	IF DELETED()
		RECALL
	ELSE
		DELETE
	ENDIF
ENDIF
USE
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform