Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AS/400 Again
Message
De
18/11/1999 10:06:23
Steven Dyke
Safran Seats USA
Texas, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
AS/400 Again
Divers
Thread ID:
00292425
Message ID:
00292425
Vues:
64
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
Répondre
Fil
Voir

Click here to load this message in the networking platform