Search:

Type: Posts; User: Anita

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    443

    I have to develop an interface for credit card...

    I have to develop an interface for credit card transactions.Can you give me some guidelines??
    Thanks.
  2. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,097

    Thanks. The aduseclient is working fine. But is...

    Thanks.
    The aduseclient is working fine.
    But is it true that
    If the CursorLocation property is set to adUseClient, the recordset will be accessible as read-only.
    But for me it is working, I can...
  3. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,110

    Thanks. The aduseclient is working fine. But is...

    Thanks.
    The aduseclient is working fine.
    But is it true that
    If the CursorLocation property is set to adUseClient, the recordset will be accessible as read-only.
    But for me it is working, I can...
  4. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,097

    When the user is moving from one record to...

    When the user is moving from one record to another, I want to display in the status bar which is the current record like 'Showing reocrd no 8'.How do I do that?
  5. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,110

    When the user is moving from one record to...

    When the user is moving from one record to another, I want to display in the status bar which is the current record like 'Showing reocrd no 8'.How do I do that?
  6. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,097

    Can Anybody help me??????????????

    Can Anybody help me??????????????
  7. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,110

    Can Anybody help me??????????????

    Can Anybody help me??????????????
  8. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,110

    In the command button Next previous last...

    In the command button
    Next
    previous
    last
    first
    I have written
    sbr_1.Panels(1).Text = "Record" & rs.AbsolutePosition & "of" & rs.RecordCount

    But still it is not updating!!!!!!!!!!!!!!!!
  9. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,097

    In the command button Next previous last...

    In the command button
    Next
    previous
    last
    first
    I have written
    sbr_1.Panels(1).Text = "Record" & rs.AbsolutePosition & "of" & rs.RecordCount

    But still it is not updating!!!!!!!!!!!!!!!!
  10. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,097

    How do I update the statusbar with the current...

    How do I update the statusbar with the current record when the user is moving from one record to another in a recordset????
    Please help!!!!!!!!!!!!!!!!!!!!!!
  11. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,110

    How do I update the statusbar with the current...

    How do I update the statusbar with the current record when the user is moving from one record to another in a recordset????
    Please help!!!!!!!!!!!!!!!!!!!!!!
  12. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,097

    Thanks for your reply.It is displaying record no1...

    Thanks for your reply.It is displaying record no1 for the first time but when the user clicking the next button or previous button it is not updating the status bar.How do you do that?
  13. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,110

    Thanks for your reply.It is displaying record no1...

    Thanks for your reply.It is displaying record no1 for the first time but when the user clicking the next button or previous button it is not updating the status bar.How do you do that?
  14. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,097

    rs!index is not working.Please help. How do I...

    rs!index is not working.Please help.
    How do I display the no. of the current record in a recorset in the status bar when the user is moving from one record to another.
  15. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,110

    rs!index is not working.Please help. How do I...

    rs!index is not working.Please help.
    How do I display the no. of the current record in a recorset in the status bar when the user is moving from one record to another.
  16. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,110

    Here is the code I have written in the Got_focus...

    Here is the code I have written in the Got_focus event of the first text box.
    Dim pnl As Panel
    With Sbr1.Panels(1).Text = "Record" & rs!Index
    .AutoSize = sbrSpring
    .Style = sbrText
    End With
    Set...
  17. Thread: Status Bar.

    by Anita
    Replies
    15
    Views
    1,097

    Here is the code I have written in the Got_focus...

    Here is the code I have written in the Got_focus event of the first text box.
    Dim pnl As Panel
    With Sbr1.Panels(1).Text = "Record" & rs!Index
    .AutoSize = sbrSpring
    .Style = sbrText
    End With
    Set...
  18. Thread: MDI Application.

    by Anita
    Replies
    2
    Views
    568

    Thanks.I have set the window state property and...

    Thanks.I have set the window state property and it is working now.
  19. Thread: MDI Application.

    by Anita
    Replies
    2
    Views
    768

    Thanks.I have set the window state property and...

    Thanks.I have set the window state property and it is working now.
  20. Thread: MDI Application.

    by Anita
    Replies
    2
    Views
    568

    I am creating an MDI Application.But the child...

    I am creating an MDI Application.But the child forms are not displaying properly in the MDI forms, i.e. it is not maximized.
    How do I do that?
  21. Thread: MDI Application.

    by Anita
    Replies
    2
    Views
    768

    I am creating an MDI Application.But the child...

    I am creating an MDI Application.But the child forms are not displaying properly in the MDI forms, i.e. it is not maximized.
    How do I do that?
  22. Thread: For Next loop

    by Anita
    Replies
    4
    Views
    721

    If you have a control array and want to check the...

    If you have a control array and want to check the index value of that control in a for next loop how do you do that????
  23. Thread: For Next loop

    by Anita
    Replies
    4
    Views
    687

    If you have a control array and want to check the...

    If you have a control array and want to check the index value of that control in a for next loop how do you do that????
  24. Thread: For Next loop

    by Anita
    Replies
    4
    Views
    721

    I have written the following code and it is...

    I have written the following code and it is giving a compile error" For without Next"
    For ncontrolno = 0 To Employer.Controls.Count - 1
    If TypeOf Employer.Controls(ncontrolno) Is TextBox Then
    ...
  25. Thread: For Next loop

    by Anita
    Replies
    4
    Views
    687

    I have written the following code and it is...

    I have written the following code and it is giving a compile error" For without Next"
    For ncontrolno = 0 To Employer.Controls.Count - 1
    If TypeOf Employer.Controls(ncontrolno) Is TextBox Then
    ...
  26. Replies
    3
    Views
    597

    I have changed it to a memo field and my problem...

    I have changed it to a memo field and my problem is solved.

    Thanks for your help!!!!!
  27. Replies
    3
    Views
    665

    I have changed it to a memo field and my problem...

    I have changed it to a memo field and my problem is solved.

    Thanks for your help!!!!!
  28. Replies
    3
    Views
    597

    I am creating an user interface where the user...

    I am creating an user interface where the user wants to store some information in a text field.I have to use an access database where the text field cannot be more than 255 characters.Is there any...
  29. Replies
    3
    Views
    665

    I am creating an user interface where the user...

    I am creating an user interface where the user wants to store some information in a text field.I have to use an access database where the text field cannot be more than 255 characters.Is there any...
  30. Thread: Combo box

    by Anita
    Replies
    4
    Views
    641

    When I am displaying the record in the form from...

    When I am displaying the record in the form from the recordset i have written
    combo1.text = rs!state
  31. Thread: Combo box

    by Anita
    Replies
    4
    Views
    641

    In my form I am displaying the state in a combo...

    In my form I am displaying the state in a combo box.When I am saving the data in my recordset it is fine but,when I want to display it in the combobox from my reocrdset it is giving an error "Read...
  32. Thanks for the reply.I have created a control...

    Thanks for the reply.I have created a control array now and in the change event i have set the flag to true.Now I have created
    two routines displaymode(without the save button) and editmode( with...
  33. Thanks for your reply.But I need to set the flag...

    Thanks for your reply.But I need to set the flag for each textboxes, right?As the user can change the context of any text boxes.Where do I put the code to display the save button.Please help!!!!!!!
  34. I am making an user interface where a user can...

    I am making an user interface where a user can search the database for a particular record.My problem is when the record is displayed and if the user changes the contents of any text boxes I need to...
  35. Thank you so much.It is working!!!!!!!Yesterday I...

    Thank you so much.It is working!!!!!!!Yesterday I spent so many hours trying to solve the problem.
  36. I have declared the following in a bas module. ...

    I have declared the following in a bas module.

    Public cnMainData As Connection
    Public rs As Recordset

    Then in the form load event I wrote

    Set cnMainData = New Connection
    Set rs = New...
Results 1 to 36 of 36



Click Here to Expand Forum to Full Width