Results 1 to 3 of 3

Thread: Fieldnames centerd after dbnamemap

  1. #1
    Hardybossi Guest

    Fieldnames centerd after dbnamemap


    I`m searching your documentation, but i don´t find a simple way after I take dbnamemap to align right the Displayed fieldnames in a form. I´m german and my english is not so good. Please tell me, what is the easiest way.

    Thanks Hartmut Rudorf

  2. #2
    Frank Kwong Guest

    Fieldnames centerd after dbnamemap (reply)

    use the celltag param of the namemap...

    <%
    Set X= Server.CreateObject(&#34;ASP.DB&#34
    X.dbUnit = &#34;999&#34;
    X.dbMode = &#34;Dual-Horiz&#34;
    X.dbDSN = &#34;DSN=nwind&#34;
    X.dbNameMap = &#34;CustomerID,ID,align=right&#34;
    X.dbSQL = &#34;SELECT CustomerID,CompanyName,ContactName,ContactTitle FROM Customers&#34;
    X.ASPdb
    %>


    ------------
    Hardybossi at 11/12/01 10:25:53 AM


    I`m searching your documentation, but i don´t find a simple way after I take dbnamemap to align right the Displayed fieldnames in a form. I´m german and my english is not so good. Please tell me, what is the easiest way.

    Thanks Hartmut Rudorf

  3. #3
    Hardybossi Guest

    Fieldnames centerd after dbnamemap (reply)


    Thanks for the simple info I couldn´t find in the documentation. That´s it.

    Hartmut Rudorf
    ------------
    Hardybossi at 11/12/01 10:25:53 AM


    I`m searching your documentation, but i don´t find a simple way after I take dbnamemap to align right the Displayed fieldnames in a form. I´m german and my english is not so good. Please tell me, what is the easiest way.

    Thanks Hartmut Rudorf

Posting Permissions

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