Bigafees's Posts
Nairaland Forum › Bigafees's Profile › Bigafees's Posts
oyerogbapatrick:You have four forms to fill, while one is optional (Professional Qualification). All other forms (Personal Data Form, Academic Qualifications and Work Experience) are all mandatory, if you did not fill any of the three at all, you will not be able to apply. Developer. |
N'lander I want to format a date For example, i want convert this date 12-09-2013 to 12th September 2013 Pls, i any code to do that? |
I just installed d liberty decoder with Airtel line, but it take a long time to connect, any solution to that? |
Please N'lander, how can i send sms to mobile using vb.net language ........ pls any assit very urgent |
I need code to save picture into oracle DB using Asp.net/vb.net |
PLS I'M FACING BELOW ERROR WHEN TRYING TO PRINT GRIDVIEW IN ASP.net using vb.net Control 'GridView1' of type 'GridView' must be placed inside a form tag with runat=server pls how can solved this error very urgent...... tanx in advance |
Pls N'lnder, I waant to open form B(CANVAS) from form A(CANVAS) with the below Pl/sql code RUN_PRODUCT(forms,'CANVAS16', Asynchronous,runtime,filesystem,'',''); but it given this error FRM-92101: There was failure in the form server during. This could happen due to invalid configuration. Please look into the web-server log file for details. Please Oracle people should assist me. You can view the error photo i attached |
U can connect Ms-Access over the network, is not neccessary Sql Server but Ms- Access is not robust as sql server. I don't know how to connect it on other connections other than ODBC connection. I hav done it b4.......... |
I developed a window base application using vb.net & sql server, the program is running fine on d developed machine but when i deployed it to another machine & i tried to run the crystal report , the crystal report is asking me for login Plsssss Help |
Please, i need code to export datagridview to excel in VB.Net 2008 Please include the Liberary that i will imports |
D N'lander, i used odbc connection for my sql server in vb.net, pls with ds i need code to save picture into database |
Pls N'lander, Pls how can i encrypt and decrypt my pass in vb.net, i haved Gooogle it but i don't really understand it pls i need simple code tanx |
This is my code to connect my table, datast & crystal report 2geda con.Open() sql = "SELECT * FROM Admission" Dim dscmd As New OdbcDataAdapter(sql, con) Dim ds As New DataSet1 dscmd.Fill(ds, "Admission") 'MsgBox(ds.Tables(1).Rows.Count) con.Close() Dim objRpt As New CrystalReportSource1 'It is given error in that CrystalReportSource1, that is not declare objRpt.SetDataSource(ds.Tables(1)) CrystalReportViewer1.ReportSource = objRpt 'CrystalReportViewer1. |
Nrlander, I'm using Vb.net 2008 with ODBC connection Please i need to know how to go about Crystal Report & Dataset together, although i know how to create crystal report & dataset, but how i'm going to generate selected data from my table to dataset in other for my crystal report to display the data as a report. |
Hi, I can creat crystal report to display all data in the database but i need assissgtance on I'm using Vb.net Odbce connection, i want my crystal Report to display data base on sql code e.g if i enter data into my text box to display the record base on what i eneter |
Thanx, I have solved the problem with your posts I have problem with this also, i have google it but no suitable solution command.CommandText = "Select count(*) as nob from Admission where medical_id='" & txtmedid.Text & "' and disch_date IS NULL" connection.Open() command.ExecuteScalar() If ("nob" > 1 ThenLabel1.Text = "The Patient is currently on Admission, Discharge First " Else it complaining at If ("nob" > 1 Then pls assit me house, i'm teaching myself on vb.net |
Please assist me with this code it given me error mystring = "update Admission SET Disch_date= " & TextBoxdischdate.Text & " ,disch_time = " & TextBoxdischtime.Text & " ,Days_spent = " & TextBoxdays.Text & " ,Disch_Status= " & textboxstatus.Text & " where medical_Id = " & TextBoxid.Text & " and Adm_date =" & Date.Parse(TextBoxadmdate.Text) & "" mycmd.CommandText = mystring mycon.Open() mycmd.ExecuteNonQuery() mycon.Close() it complain at mycmd.ExecuteNonQuery() |
Hello N'lander I need vb.net code to pass textbox value in one page A to another textbox in page B visual studio web application , pls very urgent It is web and not form please Thanx |
1. I developed Application that manage Pure Water Company Staffs & Transcation Record (VB 6 and and MS-Access) 2. Trifsoft For Cooperative Society Using VB 6 and SQL Server 3. Currently Developing Web BAse Hospital Management System using asp.net/vb.net code |
please how can i display picture of a user on my imagebox while filling a form on the web using asp/vb.net, I have already have fileupload to upload the pix and my imagebox, so how can i relate it 2geda to display the photography on the image control Thanx |
Please N'lander, questn 1: i'm trying to search for record in my Database usiing vb.net OLedb , but it's complaining of datatype mismatch in criterial expression at line no 10 & 11 questn 1: At line no 18, how can i load picture of the person i'M searching for back on my picturebox from database? 1 Dim sqlstr As String, inp As String 2. strConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ 3 "Data Source=C:\Users\Ademola\Desktop\Oledb Connection\coop.mdb" 4 objConnection = New OleDbConnection(strConnection) 5 objConnection.Open() 6 inp = InputBox("Enter Oracle No" ![]() 7 sqlstr = "Select * from reg Where oracle='" & inp & "'" 8 objCmd.CommandText = sqlstr 9 objCmd.Connection = objConnection 10 dr = objCmd.ExecuteReader 11 dr.Read() 12 txtoracle.Text = dr.GetString(0) 13 txtmrn.Text = dr.GetString(1) 14 txtname.Text = dr.GetString(2) 15 txtha.Text = dr.GetString(3) 16 dp1.Text = dr.GetString(4) 17 cmbsex.Text = dr.GetString(5) 18 ' pic.Image = (dr.GetString(7)) 19 dr.Close() End Sub |
Please N'lander, questn 1: i'm trying to search for record in my Database usiing vb.net OLedb , but it's complaining of [b]datatype mismatch in criterial expression [/b]at line no 10 & 11 questn 1: At line no 18, how can i load picture of the person i'M searching for back on my picturebox from database? 1 Dim sqlstr As String, inp As String 2. strConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ 3 "Data Source=C:\Users\Ademola\Desktop\Oledb Connection\coop.mdb" 4 objConnection = New OleDbConnection(strConnection) 5 objConnection.Open() 6 inp = InputBox("Enter Oracle No" ![]() 7 sqlstr = "Select * from reg Where oracle='" & inp & "'" 8 objCmd.CommandText = sqlstr 9 objCmd.Connection = objConnection 10 dr = objCmd.ExecuteReader 11 dr.Read() 12 txtoracle.Text = dr.GetString(0) 13 txtmrn.Text = dr.GetString(1) 14 txtname.Text = dr.GetString(2) 15 txtha.Text = dr.GetString(3) 16 dp1.Text = dr.GetString(4) 17 cmbsex.Text = dr.GetString(5) 18 ' pic.Image = (dr.GetString(7)) 19 dr.Close() End Sub |
Pls How can i do free host for alteast 24h hours, i want to use that to show the Site to some-one in kogi & i'm in Lag. |
Thanks Guys, u are great |
Please how can i load another page in vb.net web application using vb code, unlike normal window application that will use .show what code do this vb.net web?, i'm talking of hyperlink tool, i need vb code that will load another page on my web & not ASP.net code, but if Asp.net will help i dont mind. Thank |
Thanks Guy, your logic work Assist me on how to use Timer control on vb.net web, it's complaining error during run-time, is not working as that of window on |
Good, i also wrote & pass Ransheet Exam on Oracle 9i & Window XP last year |
Guru in Da House Helppppppppppppppppppp, I'm developing vb.net web application, when i saved the project in a folder & close the project, all my project will save but when i want to re-open it i don't see an application setup (application setup that if i click it my project will load with all my forms/pages like normal vb.net & vb 6.0) unless if i go to RESENT PROJECT of visual studio & click on my project name it will now correctly . Because i want copy the project to another machine (2) How can i host this vb.net/asp.net web base application on the web? How i'm going to do this? |
pls N'lander, I need help on how to connect vb.net to sql server using Oledb or sqlConnection, i have connected it through ADOB, but i want to connect with Library Pls in a comprehensive way |
> 1 Then