-
Replied To a Post in Syntax Error in Code
Hi @rproffitt Thanks for the reply can you please help to rectify this code, I am new in PHP i followed the standard syntax referred on php documentation. Kind Regards, … -
Created Syntax Error in Code
Hi All, I havefollowing code and getting error "Parse error: syntax error, unexpected 'elseif' (T_ELSEIF) in C:\xampp\htdocs\SMR\index.php on line 13". Wehen i remove elseif and keep only if it just … -
Replied To a Post in Windows Server R2 Sp1 is not Booting up
So i did the colning but didn't work, now what i did is i made parttion image using Ghost utlity before i proceed furthure want to ask one question if … -
Replied To a Post in Windows Server R2 Sp1 is not Booting up
Thanks rproffitt, For quick response i will try my best using clone tools if it works. Thanks for your time and help. I will post back if there is any … -
Replied To a Post in Windows Server R2 Sp1 is not Booting up
If possible please advise some tools or guidlines so that i can give it a try. -
Replied To a Post in Windows Server R2 Sp1 is not Booting up
Hi there, Yes you are absolutly right i do agree with you i have valid backups of the dabase and application but definelty that requires reinstallation to resotre them that's … -
Created Windows Server R2 Sp1 is not Booting up
Hi Good Evening All, Hope all are fine during this current situation. Currently i am facinf some issue after sudden power shut the HP Z840 Workstation is not loading the … -
Replied To a Post in Argument not specified
I found the issue. Thanks. -
Marked Solved Status for Argument not specified
Dear All, Good Morning! I am facing this issue i tried a lot but not able to find the issue with this function when i call this function i get … -
Created Argument not specified
Dear All, Good Morning! I am facing this issue i tried a lot but not able to find the issue with this function when i call this function i get … -
Replied To a Post in Send Email with contents from Database
con.ConnectionString = ConnectionString Try dsOle.Clear() dtOle.Clear() cmdOle = con.CreateCommand da.SelectCommand = cmdOle Dim eaddress As String cmdOle = New OracleCommand("SELECT EMAIL_ADDRESS FROM USERS WHERE USERNAME = '" & ComboBox2.Text & … -
Gave Reputation to tinstaafl in Send Email with contents from Database
Here's your code formatted: Sub email_send() On Error Resume Next Dim mail As New MailMessage() Dim SmtpServer As New SmtpClient SmtpServer.Credentials = New Net.NetworkCredential("abc@gmail.com", "mypassword") SmtpServer.Port = 587 SmtpServer.Host = … -
Created Send Email with contents from Database
Hi, Good Evening to everyone! I am preparing one application facing some challenges, the scenrio is to send email when a user enter a complaint in the system to the … -
Replied To a Post in Convert date and time from Unix Epoch to +GMT
actualy the time i am fetching from the csv file its in a raw format once i add dt = dt = dt.AddSeconds(DataGridView1.Rows(i).Cells(4).Value) i am getting error on this line … -
Replied To a Post in Convert date and time from Unix Epoch to +GMT
Sorry i didn't get you if you can modify this code and explain a ittle bit it will be great. -
Replied To a Post in Convert date and time from Unix Epoch to +GMT
I tried this before but it's bringing same result for all my cell in that coloumn Private Sub calculation() Dim dt As Date dt = New DateTime(1970, 1, 1, 0, … -
Created Convert date and time from Unix Epoch to +GMT
Dear All, I am trying to read a CSV file into VB.NET datagridview which is fine i did already but one of datagridview coloumn is date and time i want … -
Marked Solved Status for Function Not Working
Dear Friends, Good Day, I am facing an issue in one of the functions the code is given below if someone can help on this actually this function is supposed … -
Replied To a Post in Function Not Working
I found out the problem and fixed it i just the retval variable is equal to nothing it worked perfectly. Anyway thanks for the help. -
Replied To a Post in Function Not Working
Yes i tried it is showing nothing, means null but then if it's nulll it's suppose to take value 4999 and then add one to make it 5000 but its … -
Created Function Not Working
Dear Friends, Good Day, I am facing an issue in one of the functions the code is given below if someone can help on this actually this function is supposed …
The End.