logo

New Response

« Return to the main article

You are replying to:

    • avatar
    • Ketil
    • Posted on Thu 25 Nov 2004

    It is posible to use @DocNumber and @DocParentNumber instead of the 32 character long DocumentUniqueID. This will probably give you some more documents in the view before you start to get the Error msg. And it will be a lot less characters to load into the browser.

    Then the code would lokk something like this:

    ID := "'" + @DocNumber + "'"; PID := "'" + @DocParentNumber + "'";

    "myMenu.add(" + ID + "," + PID + ",'" + Name + "','" + link + "');"

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: