Web Form Populating Database

Ask a Question related to Web Design, Design and Development.

  1. #1

    Default Web Form Populating Database

    Publisher 2003. Web form set to save the data in a comma-delimeted text file
    on my web server. Form working well, I'm able to use the wizard in excel to
    format the file into a spreadsheet. Only consistent problem is when lengthy
    text is entered into a comment field - either a Text Box which allows a large
    number of characters or a Text Area. It typically wraps to a new line on my
    spreadsheet. Anything I can do on either the publisher or excel side to
    prevent this?
    bbjohn Guest

  2. Similar Questions and Discussions

    1. Populating Drop Down Boxes from a database
      We moved our wesite from a Box running Coldfusion 4.0 to a box running Coldfusion MX. We populate some drop down boxes with information from a...
    2. populating text from database
      I am trying to populate multiple textboxes from an Access database. I am trying to write code to generate the appropriate number of textboxes...
    3. Populating three list boxes from the database
      Can anybody help? I need to have three list boxes automatically populating each other, (ie when region is selected from the first listbox, it will...
    4. populating radiobuttonlist from database programmatically
      I store radiobuttonlist values in the db using the string value of the radio button item value. (nvarchar) I am creating an edit functionality on...
    5. Populating another database with records from an asp page.
      Apologies for the length of this mail but code is included. Have a page that pulls data from one database & displays the results, using a loop to...
  3. #2

    Default Re: Web Form Populating Database

    That's be a formatting issue in Excel. Try clearing the field of all
    formatting. Otherwise try an Excel group and inquire about the wrapping.

    --
    David Bartosik - MS MVP
    for Publisher help:
    [url]www.davidbartosik.com[/url]

    "bbjohn" <bbjohn@discussions.microsoft.com> wrote in message
    news:996B6F42-FF96-42B7-8ECA-1889D711C1A2@microsoft.com...
    > Publisher 2003. Web form set to save the data in a comma-delimeted text
    file
    > on my web server. Form working well, I'm able to use the wizard in excel
    to
    > format the file into a spreadsheet. Only consistent problem is when
    lengthy
    > text is entered into a comment field - either a Text Box which allows a
    large
    > number of characters or a Text Area. It typically wraps to a new line on
    my
    > spreadsheet. Anything I can do on either the publisher or excel side to
    > prevent this?

    David Bartosik MS MVP Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139