Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AS/400 Again
Message
From
18/11/1999 10:06:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
AS/400 Again
Miscellaneous
Thread ID:
00292425
Message ID:
00292425
Views:
65
Can someone HELP?
My code:

Public p1, p2
p1 = ""
p2 = ""
p1 = CreateObject("cwbx.systemNames")
p2 = CreateObject("cwbx.AS400System")
oprog = CreateObject("cwbx.Program")

p2.Define(p1.DefaultSystem)

p2.UserID = "draw"
p2.Password = "weber"
p2.PromptMode = 2
p2.Signon

=oprog.System = p2
oprog.libraryName = "webprdobx"
oprog.ProgramName = "sndsdemsg"
oprog.Call <<<<<<<<<<<<<<<<<<<<< "TYPE MISMATCH"

The code is fine until the last line. Then I get the error.

Thanks for the Help,
S Dyke
Reply
Map
View

Click here to load this message in the networking platform