Click here to Skip to main content
16,014,392 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: gives Error when i try sending e-mail through code.The error no is 5.7.1 Pin
Sipder27-Apr-08 19:52
Sipder27-Apr-08 19:52 
GeneralRe: gives Error when i try sending e-mail through code.The error no is 5.7.1 Pin
Christian Graus27-Apr-08 20:58
protectorChristian Graus27-Apr-08 20:58 
QuestionLinq, insert a line into a db with a auto generated primary key Pin
007jb24-Apr-08 22:32
007jb24-Apr-08 22:32 
GeneralRe: Linq, insert a line into a db with a auto generated primary key Pin
darkelv24-Apr-08 22:43
darkelv24-Apr-08 22:43 
GeneralRe: Linq, insert a line into a db with a auto generated primary key Pin
007jb24-Apr-08 22:48
007jb24-Apr-08 22:48 
GeneralRe: Linq, insert a line into a db with a auto generated primary key Pin
Vasudevan Deepak Kumar25-Apr-08 2:24
Vasudevan Deepak Kumar25-Apr-08 2:24 
GeneralHelp - Covert data from MSFlexgrid to excel in VB6.0 Pin
aaraaayen24-Apr-08 22:07
aaraaayen24-Apr-08 22:07 
QuestionERROR : Missing R3NAME=... or ASHOST=... in connect_param in RfcOpenEx Pin
woke24-Apr-08 20:27
woke24-Apr-08 20:27 
Hi,

I create application in VS 2003 to connect to SAP, but I have the error like this ERROR : Missing R3NAME=... or ASHOST=... in connect_param in RfcOpenEx. THe user name and password is successfull to login SAP if I login through SAP.

Here is my code :

Me.SapLogon.Username = Me.txtName.Text
Me.SapLogon.Password = Me.txtPassword.Text
Me.SapLogon.Client = ConfigurationSettings.AppSettings("SAPClient")
Me.SapLogon.DestinationName = ConfigurationSettings.AppSettings("SAPDestName")

Dim myproxy As New PCNNPdll.Login
Dim myReturn As New PCNNPdll.BAPIRETURN
Dim myinfo As New PCNNPdll.ZHR_PCNNP_LOGIN

myproxy.Connection = New SAP.Connector.SAPConnection(Me.SapLogon)
myproxy.Zhr_Pcnnp_Login("", myinfo, myReturn)
myproxy.Connection.Close()

Thx
QuestionDateTimePicker ? [modified] Pin
Golden Jing24-Apr-08 17:13
Golden Jing24-Apr-08 17:13 
AnswerRe: DateTimePicker ? Pin
~V~24-Apr-08 19:29
~V~24-Apr-08 19:29 
GeneralRe: DateTimePicker ? Pin
Golden Jing27-Apr-08 17:30
Golden Jing27-Apr-08 17:30 
GeneralRe: DateTimePicker ? Pin
AshokPatra28-Apr-08 1:09
AshokPatra28-Apr-08 1:09 
Generalserver connection hung Pin
shee_dee8624-Apr-08 16:29
shee_dee8624-Apr-08 16:29 
GeneralRe: server connection hung Pin
Zaegra27-Apr-08 3:40
Zaegra27-Apr-08 3:40 
GeneralRe: server connection hung Pin
shee_dee8627-Apr-08 16:14
shee_dee8627-Apr-08 16:14 
GeneralIs it possible? Splash/login as seperate application Pin
ziperzappper24-Apr-08 12:05
ziperzappper24-Apr-08 12:05 
GeneralRe: Is it possible? Splash/login as seperate application Pin
Christian Graus24-Apr-08 12:26
protectorChristian Graus24-Apr-08 12:26 
GeneralRe: Is it possible? Splash/login as seperate application Pin
Mycroft Holmes24-Apr-08 17:05
professionalMycroft Holmes24-Apr-08 17:05 
Generalwriting data to word document Pin
Dwood24-Apr-08 6:33
Dwood24-Apr-08 6:33 
QuestionSetting RichTextBox.Rtf problem Pin
Justin Arnold24-Apr-08 4:50
Justin Arnold24-Apr-08 4:50 
GeneralRe: Setting RichTextBox.Rtf problem Pin
John_Adams24-Apr-08 20:57
John_Adams24-Apr-08 20:57 
Generaltextbox.focus - won't listen Pin
nlarson1124-Apr-08 4:23
nlarson1124-Apr-08 4:23 
GeneralRe: textbox.focus - won't listen Pin
C1AllenS24-Apr-08 4:48
C1AllenS24-Apr-08 4:48 
GeneralRe: textbox.focus - won't listen Pin
nlarson1124-Apr-08 4:53
nlarson1124-Apr-08 4:53 
GeneralRe: textbox.focus - won't listen Pin
nlarson1124-Apr-08 11:21
nlarson1124-Apr-08 11:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.