Hyperlink Parameter Problem

J

jhmosow

I am using FP2000 and have created an ASP with hyperlink parameters.
One of the fields I am passing is defined as real in the database. I
have a function that converts this to a varchar(256) with a single
decimal point. For example, a value of 5.099999 is returned as 5.1.
This displays correctly on the page. When this value is passed in my
hyperlink parameter, the value passed is 5%2E1 rather than 5.1. The
called ASP then errors with an invalid value. Any idea why and how to
fix this?

TIA
 
J

jhmosow

Dumb error on my part. I had a space at the end of one of my parameter
names. Therefore, when I passed the parameter, it was not found.
 
J

jhmosow

Dumb error on my part. I had a space at the end of one of my parameter
names. Therefore, when I passed the parameter, it was not found.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top