Results 1 to 3 of 3

Thread: side-by-side memos?

  1. #1
    Brian Craig Guest

    side-by-side memos?

    I have a grid/form view that is displaying 2 memo fields under the grid. The memo fields are stacked, but I would like to display them side-by-side. Is this possible, and if so, how? I tried exporting the fields and using <% =Session(&#34;ASPdb_n_FieldName&#34 %> but it doesn&#39;t work quite how I would like it to. I guess I&#39;m looking for a &#34;Dual-Vertical&#34; display mode.

    X.dbMode = &#34;Dual-Horiz&#34;
    X.dbGridDisplayFlds = &#34;Date_a,ticket,closed,userid,techid_a,dialin,t ype&#34;
    X.dbFormDisplayFlds = &#34;-1&#34;
    X.dbFormMemo = &#34;6x40,problem,solution&#34;



  2. #2
    Frank Kwong Guest

    side-by-side memos? (reply)

    An export or template should do it.

    FK


    ------------
    Brian Craig at 3/28/01 3:11:02 PM

    I have a grid/form view that is displaying 2 memo fields under the grid. The memo fields are stacked, but I would like to display them side-by-side. Is this possible, and if so, how? I tried exporting the fields and using <% =Session(&#34;ASPdb_n_FieldName&#34 %> but it doesn&#39;t work quite how I would like it to. I guess I&#39;m looking for a &#34;Dual-Vertical&#34; display mode.

    X.dbMode = &#34;Dual-Horiz&#34;
    X.dbGridDisplayFlds = &#34;Date_a,ticket,closed,userid,techid_a,dialin,t ype&#34;
    X.dbFormDisplayFlds = &#34;-1&#34;
    X.dbFormMemo = &#34;6x40,problem,solution&#34;



  3. #3
    Tim Guest

    side-by-side memos? (reply)

    Have you tried simply containing TWO ASPdb elements with TWO seperate cells in a table ? Works fine for me.

    Works something like this: <table><tr><td><%ASPdb code1%></td>
    <td><%aspdb code2%></td>
    </tr>
    </table>

    Gives you side by side as required, but obviously requires 2 code elements.


    ------------
    Frank Kwong at 4/5/01 11:34:42 PM

    An export or template should do it.

    FK


    ------------
    Brian Craig at 3/28/01 3:11:02 PM

    I have a grid/form view that is displaying 2 memo fields under the grid. The memo fields are stacked, but I would like to display them side-by-side. Is this possible, and if so, how? I tried exporting the fields and using <% =Session(&#34;ASPdb_n_FieldName&#34 %> but it doesn&#39;t work quite how I would like it to. I guess I&#39;m looking for a &#34;Dual-Vertical&#34; display mode.

    X.dbMode = &#34;Dual-Horiz&#34;
    X.dbGridDisplayFlds = &#34;Date_a,ticket,closed,userid,techid_a,dialin,t ype&#34;
    X.dbFormDisplayFlds = &#34;-1&#34;
    X.dbFormMemo = &#34;6x40,problem,solution&#34;



Posting Permissions

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