pls i designed a database application using visual basic. i have done the coding for the print incase i want to print out the data.
Pls my problem is how to code at design time for the application to print the data in a tabular form. for now the records prints ontop of each other, i want the records and the field separated by rows and cells of a table as normal.
I used Ms access to design the database and the data is...
User Profile
Collapse
-
code for printing database on datagrid view
-
coding for a table in datagrid view
pls i designed a database application using visual basic. i have done the coding for the print incase i want to print out the data.
Pls my problem is how to code at design time for the application to print the data in a tabular form. for now the records prints ontop of each other, i want the records and the field separated by rows and cells of a table as normal.
I used Ms access to design the database and the data is... -
coding for splash problem
how will i code my flash page so that it will stay for 3 minutes and hide and show main form -
referencing a form from another form
how do i reference or display another form from main form. -
coding to fill combobox with items at runtime
how can i code a radio button so that when a user click an option it will determines what will fill in combobox at run time. -
menyki started a topic fill combox, reference a form from another form and running java application problemin Javafill combox, reference a form from another form and running java application problem
how can i code a radio button so that when a user click an option it will determines what will fill in combobox at run time. how do i reference or display another form from main form. am using java
how will code my flash page so that it will stay for 3 minutes and hide and show main frm -
menyki started a topic fill combox, reference a form from another form and running java application problemin Javafill combox, reference a form from another form and running java application problem
am still finding it difficult as a new java user.
am designing a software that has multiple forms, controls such as combobox and so on and finding it difficult to do the following.
i want some combobox in the software to fill at design time, i.e. two combobox the first one already has 2 items, i want a situation whereby an item selected from the first combobox determines what items will fill the second combobox.
... -
unable to set control properties (control name property)
Code:use visual.net to develope software, now i want to start using java. i have been able to install netbeans 5.5, my sql and jdk. i have been also able to drag control to jpane. my problems are, i find it difficult to set control properties such as text property, name property and so on. i don't even no how to compile and run programe in java. am just a begginer. i need sombody to tell me how to set control properties, how to run java application on
-
Declaration level
Below is a code i wrote to perform some calculation and display the result on the same form, but when i hide the form and load another form, by the time i load the form again the values will be gone.So how do i declare the variables so that the form will be able to retain the result when i hide it and load it again
Code:Public Class votingsystemForm Inherits System.Windows.Forms.Form Private accordInteger, acInteger,
-
Referencing to a variable from another form
How do i declare a variable in a form if i want to reference to the variable from another form. Below is a code on a form called updatemortality Form, some variable on this form, i want to make use of them on another form called predictForm. how do i declare these variables so that i can make use of them on another form
Code:Public Class updtmortalityForm Inherits System.Windows.Forms.Form Public vivax1Integer, ovale1Integer,
-
Displaying values on another form
Below is a little code i wrote to display values on another form called recordForm. The code is writen on a form called regForm.pls can somebody help tell me what to do cos is not running.
Code:Private Sub enterButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles enterButton.Click Dim arecordForm As New recordForm Dim aregForm As New regForm arecordForm.snamerLabel.Text
-
displaying values on a different form
below is a code i wrote to display values to another form called recordform. i wrote the code on regform.pls help me correct cos is not running
Dim arecordForm As New recordForm
Dim aregForm As New regForm
snameTextBox.Te xt = arecordForm.sna merLabel.Text
arecordForm.sna merLabel.Text = aregForm.snameS tring.ToString
arecordForm.Sho w() -
undefined SqlCommand
i hv done the correction as i was directed here but the Sqlcommand is still not defined. is still underlined with red. Below is the code again. pls i need help.
the particular SqlComand is on bold.
Code:Dim Objconn As New SqlClient.SqlConnection("Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirector y|\chiscoTransport.mdb;Integrated Security=True;Connect Timeout=30;User Instance=True")
-
undefined Sqlcommand
i hv done the correction as i was directed here but the Sqlcommand is still not defined. is still underlined with red. Below is the code again. pls i need help.
the particular SqlComand is on bold.
Code:Dim Objconn As New SqlClient.SqlConnection("Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirector y|\chiscoTransport.mdb;Integrated Security=True;Connect Timeout=30;User Instance=True") Objconn.Open()
-
undefined SQL
below is a code to input data from vb.net to ms access. in the code SqlCommand is underlined and the error msg is that, is not defined. can somebody tell me how i can define it
Code:Dim Objconn As New SqlClient.SqlConnection("Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirector y|\chiscoTransport.mdb;Integrated Security=True;Connect Timeout=30;User Instance=True") Objconn.Open() Dim
-
SQL error
here is an input code i wrote to input data from the user interface to database in access. error occured when i tried to run the problem. the error messages are as follow.
2. SqlCommand is not defined.
( text )
Code:Private Sub submitButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles submitButton.Click Dim Objconn As New SqlClient.SqlConnection("Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirector
-
SQL database communication errors
here is an input code i wrote to input data from the user interface to database in access. error occured when i tried to run the problem. the error messages are as follow.
1. ObjCmd is not declared
2. SqlCommand is not defined.
Code:Private Sub submitButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles submitButton.Click Dim Objconn As New SqlClient.SqlConnection("Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirector
-
SQL Database Connectivity Errors
here is an input code i wrote to input data from the user interface to database in access. error occured when i tried to run the problem. the error messages are as follow.
1. ObjCmd is not declared
2. SqlCommand is not defined.
the code is as shown below (is written with vb.net). the name of the file in the access is chiscoTransport and the name of the table is seatReservation
please help me debug the errors... -
help me debug
help 'e debug
--------------------------------------------------------------------------------
I wrote the below code to input new data from name and address textbox of a form to microsoft access but there are alot of error. the name of the table in the access is Hotel and the the fields are HotelName and HotelAddress . Please can somebody help me and debug. i used vb.net
Note: almost all the line is underlined... -
help 'e debug
I wrote the below code to input new data from name and address textbox of a form to microsoft access but there are alot of error. the name of the table in the access is Hotel and the the fields are HotelName and HotelAddress . Please can somebody help me and debug. i used vb.net
Code:Private Sub submitButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim
No activity results to display
Show More