Results 1 to 5 of 5

Thread: I need to display my information in parts like this::

  1. #1
    RobertoPFister Guest

    I need to display my information in parts like this::

    Hello!
    I want to display something like this:
    This information is in a query an i like to display in this way my info..

    Line 4
    Barcode SkuNumber Description
    11234 808-255 UPC
    11255 809-252 UPAC

    Line 5
    Barcode SkuNumber Description
    221234 7808-255 CCUPC
    511255 5809-252 AAUPAC

    Line 6
    Barcode SkuNumber Description
    221234 7808-255 CCUPC
    511255 5809-252 AAUPAC

    How can i do this??
    Do you have an example??
    Or Could you give me the code??
    TNXS
    Help me please..


  2. #2
    Frank Kwong Guest

    I need to display my information in parts like this:: (reply)

    Use the MagicLayout (BLOCK). Check out examples in manual.

    FK


    ------------
    RobertoPFister at 7/20/01 7:14:10 PM

    Hello!
    I want to display something like this:
    This information is in a query an i like to display in this way my info..

    Line 4
    Barcode SkuNumber Description
    11234 808-255 UPC
    11255 809-252 UPAC

    Line 5
    Barcode SkuNumber Description
    221234 7808-255 CCUPC
    511255 5809-252 AAUPAC

    Line 6
    Barcode SkuNumber Description
    221234 7808-255 CCUPC
    511255 5809-252 AAUPAC

    How can i do this??
    Do you have an example??
    Or Could you give me the code??
    TNXS
    Help me please..


  3. #3
    Frank Kwong Guest

    I need to display my information in parts like this:: (reply)

    No need to use magiclayout. Try the following code. Modify it to your data source -> Old MAgicCell is working again !!

    <%
    Set X= Server.CreateObject(&#34;ASP.DB&#34
    X.dbUnit = &#34;999&#34;
    X.dbMode = &#34;Grid&#34;
    X.dbCsvName = &#34;ASP-db1.csv&#34;
    X.dbGridDisplayFlds = &#34;EmployeeID&#34;
    X.dbHeader = False
    X.dbDSN = &#34;DSN=NWIND&#34;
    X.dbMagicCell = &#34;(;,[]#|~/+{})EmployeeID,,ID=#0#<BR>First Name=#1#<BR>Last Name=#2#<BR>Hire Date=#3#&#34;
    X.dbSQL = &#34;SELECT EmployeeID,LastName,FirstName,BirthDate FROM Employees&#34;
    X.dbCountSQL = &#34;SELECT COUNT(*) FROM Employees&#34;
    X.ASPdb

    %>


    ------------
    RobertoPFister at 7/20/01 7:14:10 PM

    Hello!
    I want to display something like this:
    This information is in a query an i like to display in this way my info..

    Line 4
    Barcode SkuNumber Description
    11234 808-255 UPC
    11255 809-252 UPAC

    Line 5
    Barcode SkuNumber Description
    221234 7808-255 CCUPC
    511255 5809-252 AAUPAC

    Line 6
    Barcode SkuNumber Description
    221234 7808-255 CCUPC
    511255 5809-252 AAUPAC

    How can i do this??
    Do you have an example??
    Or Could you give me the code??
    TNXS
    Help me please..


  4. #4
    Juan Guest

    I need to display my information in parts like this:: (reply)

    With my aspdb.pro doesn’t work!
    Do I need GOLD ?????

    Juan



    ------------
    Frank Kwong at 7/22/01 2:05:04 AM

    No need to use magiclayout. Try the following code. Modify it to your data source -> Old MAgicCell is working again !!

    <%
    Set X= Server.CreateObject(&#34;ASP.DB&#34
    X.dbUnit = &#34;999&#34;
    X.dbMode = &#34;Grid&#34;
    X.dbCsvName = &#34;ASP-db1.csv&#34;
    X.dbGridDisplayFlds = &#34;EmployeeID&#34;
    X.dbHeader = False
    X.dbDSN = &#34;DSN=NWIND&#34;
    X.dbMagicCell = &#34;(;,[]#|~/+{})EmployeeID,,ID=#0#<BR>First Name=#1#<BR>Last Name=#2#<BR>Hire Date=#3#&#34;
    X.dbSQL = &#34;SELECT EmployeeID,LastName,FirstName,BirthDate FROM Employees&#34;
    X.dbCountSQL = &#34;SELECT COUNT(*) FROM Employees&#34;
    X.ASPdb

    %>


    ------------
    RobertoPFister at 7/20/01 7:14:10 PM

    Hello!
    I want to display something like this:
    This information is in a query an i like to display in this way my info..

    Line 4
    Barcode SkuNumber Description
    11234 808-255 UPC
    11255 809-252 UPAC

    Line 5
    Barcode SkuNumber Description
    221234 7808-255 CCUPC
    511255 5809-252 AAUPAC

    Line 6
    Barcode SkuNumber Description
    221234 7808-255 CCUPC
    511255 5809-252 AAUPAC

    How can i do this??
    Do you have an example??
    Or Could you give me the code??
    TNXS
    Help me please..


  5. #5
    Frank Kwong Guest

    I need to display my information in parts like this:: (reply)

    it should work with the Pro.. if not then send in your ID file and see whether your version is up to date.


    ------------
    Juan at 8/16/01 11:45:58 PM

    With my aspdb.pro doesn’t work!
    Do I need GOLD ?????

    Juan



    ------------
    Frank Kwong at 7/22/01 2:05:04 AM

    No need to use magiclayout. Try the following code. Modify it to your data source -> Old MAgicCell is working again !!

    <%
    Set X= Server.CreateObject(&#34;ASP.DB&#34
    X.dbUnit = &#34;999&#34;
    X.dbMode = &#34;Grid&#34;
    X.dbCsvName = &#34;ASP-db1.csv&#34;
    X.dbGridDisplayFlds = &#34;EmployeeID&#34;
    X.dbHeader = False
    X.dbDSN = &#34;DSN=NWIND&#34;
    X.dbMagicCell = &#34;(;,[]#|~/+{})EmployeeID,,ID=#0#<BR>First Name=#1#<BR>Last Name=#2#<BR>Hire Date=#3#&#34;
    X.dbSQL = &#34;SELECT EmployeeID,LastName,FirstName,BirthDate FROM Employees&#34;
    X.dbCountSQL = &#34;SELECT COUNT(*) FROM Employees&#34;
    X.ASPdb

    %>


    ------------
    RobertoPFister at 7/20/01 7:14:10 PM

    Hello!
    I want to display something like this:
    This information is in a query an i like to display in this way my info..

    Line 4
    Barcode SkuNumber Description
    11234 808-255 UPC
    11255 809-252 UPAC

    Line 5
    Barcode SkuNumber Description
    221234 7808-255 CCUPC
    511255 5809-252 AAUPAC

    Line 6
    Barcode SkuNumber Description
    221234 7808-255 CCUPC
    511255 5809-252 AAUPAC

    How can i do this??
    Do you have an example??
    Or Could you give me the code??
    TNXS
    Help me please..


Posting Permissions

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