Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reproducible C00005 error in production VFP7
Message
De
01/08/2001 17:32:37
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00538448
Message ID:
00538571
Vues:
10
Hi, Christopher-

Thank you for the precise instructins. It really helps. I was unable to duplicate the error using Build 9262 or 9248. Here's what I did:

1. Created Test.VCX
2. Added a Class called TestClass AS LINE
3. Added your two methods
4. Added the parameters statement as you show
5. Opened AnotherMethod code window.
6. In the first line I typed this.som[ENTER]
VFP inserts the rest of the method name and the line of code looks like:
this.somemethod
7. Pressed backspace, and typed (. I also tried UPARROW + END key.
>
Since your instructions say to type in an "(" I wonder if your getting the IntelliSense completion?

What version, exactly, are you using?  Have you customized the IntelliSense Manager at all?


>**************************************************
>*-- Class Library:  c:\vfp_explode\test.vcx
>**************************************************
>
>
>**************************************************
>*-- Class:        testclass (c:\vfp_explode\test.vcx)
>*-- ParentClass:  line
>*-- BaseClass:    line
>*-- Time Stamp:   08/01/01 04:45:08 PM
>*
>DEFINE CLASS testclass AS line
>
>
>	Height = 17
>	Width = 100
>	Name = "testclass"
>
>
>	PROCEDURE somemethod
>		LPARAMETERS tcStuff, tcMoreStuff
>	ENDPROC
>
>
>	PROCEDURE anothermethod
>		*-- Type THIS.som  then press the enter key, then go back up to the
>		*--  line and type (.
>		*--
>		*--  This should cause an C0000005 explosion. :-)
>	ENDPROC
>
>
>ENDDEFINE
>*
>*-- EndDefine: testclass
>**************************************************
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform