Results 1 to 2 of 2

Thread: Disable typing in separate MemoFields

  1. #1
    Bart van den Eijnden Guest

    Disable typing in separate MemoFields

    When I use the dbMemoForm method of the created object, it is possible to type into the memo field, is there anyway to set the MemoField to ReadOnly type? Or should I try this using common ASP practices?

  2. #2
    Mark H. Guest

    Disable typing in separate MemoFields (reply)

    Hi Bart,
    When you see the memo field that you can type into, you are not actually
    modifying the database. I realize this is misleading. The problem is that
    ASP-db uses an HTML <FORM><TEXTAREA> as in Programming Example D65 which
    allows typing. ASP-db does that because there in NO HTML structure for
    displaying a read-only &#34;textarea&#34; that scrolls.

    You DO have the option of exporting the memo then displaying it ANY WAY
    YOU WANT. See Programming Example D30.

    I hope this helps.

    Mark.

    ------------
    Bart van den Eijnden at 12/15/99 11:09:57 AM

    When I use the dbMemoForm method of the created object, it is possible to type into the memo field, is there anyway to set the MemoField to ReadOnly type? Or should I try this using common ASP practices?

Posting Permissions

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