Results 1 to 3 of 3

Thread: Not specified

  1. #1
    GV Guest

    Not specified


    Is there a way to display the dbStatus information at the top of the Form?
    Or how can I manipulate that information so that I can display them before calling the .aspDBFree method?

  2. #2
    John Guest

    Not specified (reply)


    You can't show the "status" above the call to the component because it's
    only after the component has executed that it knows all the status info
    (like record count, which record you're on, etc.)

    Thanks,
    John

    ------------
    GV at 1/21/00 3:00:48 AM


    Is there a way to display the dbStatus information at the top of the Form?
    Or how can I manipulate that information so that I can display them before calling the .aspDBFree method?

  3. #3
    GV Guest

    Not specified (reply)

    Is there any workaround, say save the recordcount in a hidden textbox, then do a client-side script to display the value of the textbox?

    I dont know if it's possible. I did that technique to display the recordcount via client-side script but that line is the only content of the page. It does not show the records. It seems it stopped processing the page when document.write() was executed.


    ------------
    John at 1/21/00 3:21:28 AM


    You can't show the "status" above the call to the component because it's
    only after the component has executed that it knows all the status info
    (like record count, which record you're on, etc.)

    Thanks,
    John

    ------------
    GV at 1/21/00 3:00:48 AM


    Is there a way to display the dbStatus information at the top of the Form?
    Or how can I manipulate that information so that I can display them before calling the .aspDBFree method?

Posting Permissions

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