Results 1 to 7 of 7

Thread: scrolling data on bottomof form[RESOLVED]

  1. #1

    Thread Starter
    Hyperactive Member yousufkhan's Avatar
    Join Date
    Jan 2002
    Location
    India
    Posts
    492

    Resolved scrolling data on bottomof form[RESOLVED]

    i wanted to scroll data from access table on the bottom of form or by taking a lable or text box etc..
    till the form is active i wanted to keeep on displaying the records from the table 1 by 1 after some pause on that lable how can i do pls help
    Last edited by yousufkhan; Jan 15th, 2005 at 12:27 AM.

  2. #2
    Junior Member llkhoutx's Avatar
    Join Date
    Jan 2005
    Location
    Houston, TX
    Posts
    19

    Re: scrolling data on bottomof form

    Use the OnTimer event with an appropriate form Time Interval property to execute DAD or ADO code to cycle through the table recordset displaying your scrolling data in a text box.

  3. #3

    Thread Starter
    Hyperactive Member yousufkhan's Avatar
    Join Date
    Jan 2002
    Location
    India
    Posts
    492

    Resolved Re: scrolling data on bottomof form[RESOLVED]

    i have not use timer can you please give me a small example
    Last edited by yousufkhan; Jan 15th, 2005 at 12:26 AM. Reason: RESOLVED

  4. #4
    Junior Member llkhoutx's Avatar
    Join Date
    Jan 2005
    Location
    Houston, TX
    Posts
    19

    Re: scrolling data on bottomof form

    Unzip the attached zip file and open with A2K.

    Form "form1" in the mdb will flash hello.

    Look at the form in design view. Look at the OnTimer event, and the Timer Interval. The OnTimer event is triggered on the the Timer Interval which is in 1000ths of seconds, every second in the instant case (1000 = 1 second = 1000 1 thousandths of a second).
    Attached Files Attached Files

  5. #5

    Thread Starter
    Hyperactive Member yousufkhan's Avatar
    Join Date
    Jan 2002
    Location
    India
    Posts
    492

    Re: scrolling data on bottomof form

    i have tried to unzip the file there is only link for mdb and no form1
    pls check it

  6. #6
    Junior Member llkhoutx's Avatar
    Join Date
    Jan 2005
    Location
    Houston, TX
    Posts
    19

    Re: scrolling data on bottomof form

    I've attached my zip file, desbibed above in this thread.
    Attached Files Attached Files

  7. #7

    Thread Starter
    Hyperactive Member yousufkhan's Avatar
    Join Date
    Jan 2002
    Location
    India
    Posts
    492

    Re: scrolling data on bottomof form

    i m not using A2K i doing it in vb 6 in vb6 there is no timer event on the form
    i ll b using vb timer if i use the timer for scrolling records on the label at the bottom of the form simultneously i adding records into the same table and retreving also will it effect on the sppeed of programe or is there any other way to do this

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