CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: saffi

Search: Search took 0.05 seconds.

  1. Re: generating rollno and assing it to the textboxes in vb6 with ms-access

    now i got the solution for my rollno generation query..


    Dim rs As New ADODB.Recordset
    If Combo1.Text = "BE-CSE" Then
    strSQL = "Select Count(*) From biodata where dept=' " & Combo1.Text & " ' "...
  2. Re: generating rollno and assing it to the textboxes in vb6 with ms-access

    Thanks for your suggestion.now i got my email address validation part over...
  3. Re: generating rollno and assing it to the textboxes in vb6 with ms-access

    not yet .....:cry:
  4. Re: generating rollno and assing it to the textboxes in vb6 with ms-access

    to valid e-mail address which ill fufil the following primary conditions,i use the below code but it shows an invalid id if i try to give one @ symbol anywhere in the id.
    conditions:
    (1) It is a...
  5. Re: generating rollno and assing it to the textboxes in vb6 with ms-access

    thanks for ur reply.i dont know how to set the initial value of the count vars to that of the last rollno in the database.so ill u send me the code for that.if u send me the code then it ill be...
  6. Re: generating rollno and assing it to the textboxes in vb6 with ms-access

    when i enter the dept of the student it will search for the last rollno in the database and increment it by one then assign it in the text boxes.i want it to be generated automatically.......i...
  7. generating rollno and assing it to the textboxes in vb6 with ms-access

    i m doing project in admission management system. i want to generate the rollno like 10cs01,10it01,10ee01...according to the department of the students where 10-year;cs,it,ee-dept;01-number.i need...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured