• Add support for first name last name

    By Andrew C Walter 2 decades ago

    Added the following code to teh Name field on teh BugsDisplayBasedOnUserAndProjects form to allow for use of first and last name.



    Value := @Trim(@Middle(Query_String;"&name=";"&end"));

    @if(@contains(Value;"%20");@ReplaceSubstring( Value; "%20" ; " " );Value)

    • Fix First and Last name bug

      By Robert Palacios 2 decades ago

      @ReplaceSubstring(@Trim(@Middle(Query_String;"&name=";"&end"));"%20";" ")



      can also be used