Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Zip Zip Hurray
Message
From
03/03/2004 18:14:56
 
 
To
02/03/2004 17:47:18
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00882532
Message ID:
00882940
Views:
15
Alan,
In my case, one line caused an error: Member "name" does not evaluate to an object (Error 1943)
PROCEDURE OpenFile
   LPARAMETERS FileToOpen

      oDoc = This.oFrm.oZip.Document
      oFld = oDoc.Folder
      oIts = oFld.Items
      nIts = oIts.Count
      FOR t = 0 TO nIts-1
         IF oIts.Item[t].Name = FileToOpen
            EXIT
         ENDIF
      ENDFOR
      oits.Item(t).Verbs.Item(0).DoIt     && <<== error 1943

   RETURN
For the rest, it appears to work nicely. Good work.
Groet,
Peter de Valença

Constructive frustration is the breeding ground of genius.
If there’s no willingness to moderate for the sake of good debate, then I have no willingness to debate at all.
Let's develop superb standards that will end the holy wars.
"There are three types of people: Alphas and Betas", said the beta decisively.
If you find this message rude or offensive or stupid, please take a step away from the keyboard and try to think calmly about an eventual a possible alternative explanation of my message.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform