User Profile

Collapse

Profile Sidebar

Collapse
menyki
menyki
Last Activity: Jul 24 '08, 07:13 PM
Joined: Feb 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • menyki
    started a topic code for printing database on datagrid view

    code for printing database on 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...
    See more | Go to post

  • menyki
    started a topic coding for a table in 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...
    See more | Go to post

  • menyki
    started a topic coding for splash problem
    in Java

    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
    See more | Go to post

  • menyki
    started a topic referencing a form from another form
    in Java

    referencing a form from another form

    how do i reference or display another form from main form.
    See more | Go to post

  • menyki
    started a topic coding to fill combobox with items at runtime
    in Java

    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.
    See more | Go to post

  • fill 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
    See more | Go to post

  • fill 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.
    ...
    See more | Go to post

  • 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
    ...
    See more | Go to post

  • menyki
    started a topic Declaration level
    in .NET

    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,
    ...
    See more | Go to post

  • menyki
    started a topic Referencing to a variable from another form
    in .NET

    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,
    ...
    See more | Go to post

  • menyki
    started a topic Displaying values on another form
    in .NET

    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
    ...
    See more | Go to post

  • menyki
    started a topic displaying values on a different form
    in .NET

    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()
    See more | Go to post

  • menyki
    started a topic undefined SqlCommand
    in .NET

    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")
    ...
    See more | Go to post

  • menyki
    started a topic undefined Sqlcommand
    in .NET

    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()
    ...
    See more | Go to post

  • menyki
    started a topic undefined SQL
    in .NET

    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
    ...
    See more | Go to post

  • menyki
    started a topic SQL error
    in .NET

    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
    ...
    See more | Go to post

  • menyki
    started a topic SQL database communication errors
    in .NET

    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
    ...
    See more | Go to post

  • menyki
    started a topic SQL Database Connectivity Errors
    in .NET

    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...
    See more | Go to post

  • menyki
    started a topic help me debug
    in .NET

    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...
    See more | Go to post

  • menyki
    started a topic help 'e debug
    in .NET

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...