User Profile

Collapse

Profile Sidebar

Collapse
Zabooster
Zabooster
Last Activity: Dec 9 '07, 01:45 PM
Joined: Dec 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Zabooster
    replied to Page load
    in .NET
    Bro.. the question that was reposted was modified so that it would be in line with ur guidelines.. I urge u to check it again.. An exact explanation was provided that, had it been read properly, would've made my first question justified!...
    See more | Go to post

    Leave a comment:


  • Zabooster
    started a topic Page load
    in .NET

    Page load

    If I add the following statement to the loading event of a form, will it initiate the process a new record entry, or does it necessarily have to be the code for a button (everything entered must be transferred to a MS Acess file)

    Me.BindingConte xt(dsApplicants 1, "tblApplicants" ).AddNew()
    See more | Go to post

  • Zabooster
    replied to 3 forms
    in .NET
    3 forms and an Access file

    I have a project to submit in a few hours' time. In order to explain what I need clearly, I will provide a very simple example. Suppose I have an application consisting of 3 forms-
    The first has a textbox(txtName ) and a button leading to the second form.
    The second has another textbox(txtFami lyName) and a button both leading to the third form and sending the info to a row in MS Access.
    ...
    See more | Go to post

    Leave a comment:


  • Zabooster
    replied to 3 forms
    in .NET
    Oh..n just for clarification, by the info, I meant the text in txtName and that in txtFamilyName!!
    See more | Go to post

    Leave a comment:


  • Zabooster
    started a topic 3 forms
    in .NET

    3 forms

    I have a project to submit in a few hours' time. In order to explain what I need clearly, I will provide a very simple example. Suppose I have an application consisting of 3 forms-
    The first has a textbox(txtName ) and a button leading to the second form.
    The second has another textbox(txtFami lyName) and a button both leading to the third form and sending the info to a row in MS Access.
    The third only has a button coming back...
    See more | Go to post

  • Here is the coding:
    Code:
    Private Sub Form5_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Dim pintrecords As Integer
            Dim bndTemp As Binding
            Dim frmPersonalInformation As New Form1
            Dim frmAbilities As New Form2
            Dim frmPersonalBackground As New Form3
            Dim frmPersonalBackgroundContinued As New Form4
            Dim frmPersonalBackgroundContinued1
    ...
    See more | Go to post

    Leave a comment:


  • Thanx for the reply debasisdas. I understand the second option but I don't want to do that... I guess the first option is exactly what I'm doing, but I'm getting an error. Is it because the connection to the MS Access file should be made in every form I am using, coz I've only made the connection in the last form. I hope my question is clear. N thanx again for the reply......
    See more | Go to post

    Leave a comment:


  • Challenged trying to send info from different forms to a single record in MS Access

    Hi all,
    I have to submit a project in 2 days' time and am currently challenged trying to send information inputted into textboxes, radiobuttons and checkboxes present in different forms to a sigle row in Access. In other words, a series of forms are interlinked and the final form is supposed to send the information in all the forms (including itself) to an Access file. I'm not sure whether the connection I've created using the dataadapter...
    See more | Go to post
No activity results to display
Show More
Working...