Results 1 to 2 of 2

Thread: Memo fields and Oracle

  1. #1
    Steve DeFazio Guest

    Memo fields and Oracle


    We are currently using Oracle and cannot get memo fields to size in edit mode. They stricly appear as single lines. We tried size 200 and it changes all of our text fields. We are using dield type varchar2. aspdb pro version. Any help would be appreciated.

  2. #2
    Paul Woods Guest

    Memo fields and Oracle (reply)

    Steve-

    If you are using VARCHAR2 fields, ASP-db will resize all of them according to the size200 parameter in dbEditParams. However, if you use a LONG field, you can size it with the InputSize parameter and it will only affect that field.

    A nice enhancement for ASP-db would be something along the lines of a dbEditMagicCell property where you could customize all of your input fields the way you can when displaying data.

    Paul


    ------------
    Steve DeFazio at 4/26/00 2:17:14 PM


    We are currently using Oracle and cannot get memo fields to size in edit mode. They stricly appear as single lines. We tried size 200 and it changes all of our text fields. We are using dield type varchar2. aspdb pro version. Any help would be appreciated.

Posting Permissions

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