Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,266 members, 7,818,922 topics. Date: Monday, 06 May 2024 at 08:09 AM

Bigafees's Posts

Nairaland Forum / Bigafees's Profile / Bigafees's Posts

(1) (2) (3) (of 3 pages)

Jobs/Vacancies / Re: Lagos State Government New Teachers Recruitment 2018 Online Application by bigafees: 12:14pm On Sep 05, 2018
oyerogbapatrick:
Pls who can help me complete my application as I am having issue with error (You are adviced to review all your entries before final submission, after this action you will not be able to change/modify your record again, Do you want to continue?) (

You have to fill the application forms before you can apply ). PLEASE who can help?


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.
Programming / Date Format Using Vb.net by bigafees: 5:18pm On Sep 27, 2013
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?
Technology Market / Re: Liberty Star T1 Decoder Opens All DSTV Channels? True Or False? by bigafees: 7:49am On Jan 15, 2013
I just installed d liberty decoder with Airtel line, but it take a long time to connect, any solution to that?
Programming / How To Send SMS Using Asp.net/vb.net by bigafees: 12:04pm On Dec 31, 2012
Please N'lander,
how can i send sms to mobile using vb.net language ........ pls any assit very urgent
Programming / Save Image Into Oracle Database In Asp.net/vb.net by bigafees: 11:55am On Aug 16, 2012
I need code to save picture into oracle DB using Asp.net/vb.net
Programming / Asp.net GRIDVIEW ERROR Using Vb.net by bigafees: 11:04am On Jul 31, 2012
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

Programming / Oracle Form by bigafees: 3:35pm On May 18, 2012
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

Programming / Re: VB.NET Question Here Please... by bigafees: 8:38pm On Apr 22, 2012
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..........
Webmasters / Vb.net Crystal Report Deployment Problem by bigafees: 5:19pm On Jan 17, 2012
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
Programming / Datagridview Export To Excel Vb.net by bigafees: 11:42am On Jan 06, 2012
Please, i need code to export datagridview to excel in VB.Net 2008

Please include the Liberary that i will imports
Programming / Vb.net Save Picture by bigafees: 3:14pm On Dec 05, 2011
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
Programming / Password Encryption by bigafees: 1:22pm On Mar 02, 2011
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
Programming / Re: Vb.net Crystal Report & Dataset by bigafees: 4:46pm On Jan 24, 2011
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.
Programming / Vb.net Crystal Report & Dataset by bigafees: 2:47pm On Jan 24, 2011
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.
Programming / Crystal Report by bigafees: 11:26am On Dec 16, 2010
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
Programming / Re: Vb.net Update Error by bigafees: 10:18am On Nov 11, 2010
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"wink > 1 Then

Label1.Text = "The Patient is currently on Admission, Discharge First "
Else


it complaining at If ("nob"wink > 1 Then pls assit me house, i'm teaching myself on vb.net
Programming / Vb.net Update Error by bigafees: 12:50pm On Nov 09, 2010
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()
Programming / Vb.net Webpage Value Transfer by bigafees: 5:15pm On Oct 06, 2010
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
Programming / Re: What Software Have You Created? by bigafees: 11:19am On Aug 09, 2010
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
Programming / Asp/vb.net Image by bigafees: 7:42pm On Aug 07, 2010
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
Programming / Re: How Can I Deploy Applications Create In Vb.net by bigafees: 4:00pm On Jul 20, 2010
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"wink
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
Programming / Vb.net Oledbconnection Help by bigafees: 3:50pm On Jul 20, 2010
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"wink
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
Webmasters / Free Hosting by bigafees: 6:01pm On Jul 19, 2010
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.
Programming / Re: Vb.net Web Page by bigafees: 11:10am On Jun 30, 2010
Thanks Guys, u are great
Programming / Vb.net Web Page by bigafees: 11:48am On Jun 28, 2010
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
Programming / Re: Vb.net Website Help Helllllppppppp by bigafees: 1:20pm On Jun 14, 2010
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
Programming / Re: I Just Wrote Ranksheet Html Exam And I Got 76% by bigafees: 1:12pm On Jun 14, 2010
Good, i also wrote & pass Ransheet Exam on Oracle 9i & Window XP last year
Programming / Vb.net Website Help Helllllppppppp by bigafees: 11:25am On Jun 07, 2010
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?
Programming / Vb.net Database Con Help by bigafees: 11:27am On May 20, 2010
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) (2) (3) (of 3 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 34
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.