Hi
I have an Inderdev grid with a column containing the following expression :
="<A href=PCDetails.asp?assetnumber=" + [AssetTag] + "&type=" + [Category] + "&confnr=" + [Configuration] + ">" + [AssetTag] + "</A>"
This expression calls an ASP page with 3 different GET parameters. However, since the Category field in the database can contain spaces, the GET string shows only part of the Category field value (up to the first space) and no confnr value. I tried using Server.HTMLEncode([Category]) and including the string in quotes (...\\\"" + [Configuration] + "\\\"&...), but there was no difference. Does someone know how this can be solved?
Thanks
Tim
I have an Inderdev grid with a column containing the following expression :
="<A href=PCDetails.asp?assetnumber=" + [AssetTag] + "&type=" + [Category] + "&confnr=" + [Configuration] + ">" + [AssetTag] + "</A>"
This expression calls an ASP page with 3 different GET parameters. However, since the Category field in the database can contain spaces, the GET string shows only part of the Category field value (up to the first space) and no confnr value. I tried using Server.HTMLEncode([Category]) and including the string in quotes (...\\\"" + [Configuration] + "\\\"&...), but there was no difference. Does someone know how this can be solved?
Thanks
Tim