Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why won't this work???
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Why won't this work???
Divers
Thread ID:
00685689
Message ID:
00685689
Vues:
80
Inside the function TestIt, I get "oObj is not an object"
PUBLIC oObj

oObj = CREATEOBJECT("MyObj")
testit()

FUNCTION testit()
LPARAMETERS oObj

  ? oObj.Test1

RETURN



DEFINE CLASS MyObj AS Custom

  HIDDEN PROC Test1
   RETURN "Hello"
  ENDPROC

ENDDEFINE
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform