Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sbo sap sdk
Message
De
28/07/2011 04:03:35
 
 
À
28/07/2011 03:48:51
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
01519429
Message ID:
01519432
Vues:
35
>Hi,
>
>I would like to create an add-on VFP program for SAP SBO through its SDK, but I can't find the objects of the SDK. Unlike C and VB.net it right away detects the SDK.
>
>I am more comfortable and used in VFP.
>
>Thanks in advance for all the help!
>
>JOs
this assumes you have a config table with the required data.
	vCmp = CREATEOBJECT("sapbobscom.company")
	vCmp.Server       = config.sapServer   
	vCmp.CompanyDB    = config.sapCmpDB     
	vCmp.UserName     = ALLTRIM(config.sapUser)
	vCmp.Password     = ALLTRIM(config.SapPass)
	vCmp.Language     = 3     
	vCmp.DbServerType = 6                                          
	vCmp.UseTrusted   = .t.
	lRetCode = vCmp.Connect
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform