Results 1 to 2 of 2

Thread: Problems loading a form!!!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Location
    south africa
    Posts
    16

    Post

    Hi!

    I have a form which is bound to a data control,the thing is, when I load this form there are values in my textboxes.

    How can I ensure that each time the form is loaded it does not show the current records but have a blank record?

    Please help me.

  2. #2
    Hyperactive Member
    Join Date
    Jan 2000
    Location
    Gloucestershire, England
    Posts
    301

    Post

    You`ll have to clear the textboxes in the

    Form_load()

    event.

    e.g textbox1.text=""

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width