Delimiter in VS2003 vs. VS2005 : or $

Last post 02-26-2009 9:18 AM by smcirish. 2 replies.

Sort Posts:

  • Delimiter in VS2003 vs. VS2005 : or $

    02-25-2009, 3:37 PM
    • Member
      590 point Member
    • smcirish
    • Member since 04-16-2007, 5:27 PM
    • Texas
    • Posts 363

    Is the delimiter assigned to a system field that I can look at and output? 

    I am having a weird issue where the web service is looking for a different delimiter based on which server I am on.   I am in VS2003.

    -smc 

     

    ~ Remember To Mark The Posts Which Helped You As The ANSWER ~
  • Re: Delimeter in VS2003 vs. VS2005 : or $

    02-25-2009, 5:50 PM
    • All-Star
      36,178 point All-Star
    • rtpHarry
    • Member since 10-01-2006, 12:51 PM
    • Lincoln, England
    • Posts 5,818

     Maybe this is only being asked because I dont know tons about web services but:

     

    The delimiter of what?

  • Re: Delimiter in VS2003 vs. VS2005 : or $

    02-26-2009, 9:18 AM
    • Member
      590 point Member
    • smcirish
    • Member since 04-16-2007, 5:27 PM
    • Texas
    • Posts 363

    Delimiter between fields.

    if ( document.forms[0].elements[e].type.indexOf("select") == 0 && document.forms[0].elements[e].name.indexOf(prefix + ":lstProperties") == 0 )

     

    In the above line of  Javascript code,  in VS2003, the app was looking for a ':' as a delimiter.  In VS2005, this code quit working, it was now looking for a  '$'

     

                         ":lstProperties"    ====>  "$lstProperties"

     

    However, we have had circumstances where on a VS2003 app, it may be run on a different environment when deployed to anther server. (not ideal I know)   So I am looking for a system field that holds the value of this delimiter, so I can output it, and know what delimiter it is looking for.

     

     

     

    -smc

     

     

     

     

    ~ Remember To Mark The Posts Which Helped You As The ANSWER ~
    Filed under: ,
Page 1 of 1 (3 items)