Hi All, I'm using a TWebModule and it is behaving strangely: When one of the action fires it is passed a URL like this: http://127.0.0.1/securebuy/SecurePurchase.dll/SecureBuy?Product=TUMONZ&Step=2
and if I ask what the Request.Query is it is "Product=TUMONZ&Step=2" which is as it should be. However! If I ask what Request.QueryFields.Values['Step'] is, I get an empty response because somehow the entry for the 2nd item in the QuerFields property is changed each time I observe it (Quantum Physics anyone?). So if I check it in the EvaluateModify box, the 2nd item now reads "Ntep=2", next time it is "Dtep=2", then "?tep=2" and so on, and so on. If I use the evalation hint inside the editor then it gives the correct answer for just the first time, after that it has changed to "Dtep=2". This just seems weird! The Query string does not change. Any suggestions welcome. Cheers, Phil. _______________________________________________ Delphi mailing list [email protected] http://ns3.123.co.nz/mailman/listinfo/delphi
