Hello, I had a gotcha with my Turbine application (TDK 2.1, Oracle on W2K). If the user enters a value into a form to be stored in the database and leaves a trailing blank (space char) on the entry it gets stored like this in the database. When the user goes to select from a 'select' on the screen the value shown there has had the trailing blank stripped off (I don't know where yet) and as this is used to find the entry related to this name by using the value passed in as a part of a criteria 'add' it never finds it.
As far as I can see there are 2 solutions. 1. Preserve the trailing blanks all the way through. 2. Strip the blanks before storing the value in the database. In my application I do not want the trialing blanks so I need to strip them. Next Q is where to do this, do I use Intake (which I have not used yet) or have a convenience method that walks through the arguments and strips white space from the end of each argument in a Parameter Parser object. Suggestions on the best approach? Regards David -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
