ok, just thought I'd check that the formtool validate value is a good place for it.
On Thu, Dec 10, 2009 at 2:27 PM, Blair McKenzie <[email protected]> wrote: > It's a good idea to remove them because they don't display well in > browsers. You can add your check to a formtool validate function to make the > change for every "string" property in FarCry, or you can add an > ftValidate[PropertyName] function to a specific type to add the check to a > specific property. > > Blair > > On Fri, Dec 11, 2009 at 4:13 AM, Tomek Kott <[email protected]> wrote: > >> Hi all, >> >> I'm trying to find a way to automatically strip illegal characters (such >> as Microsoft Word smart-quotes) from any formtool that accepts such strings. >> I have a function that searches for and replaces these characters already, >> so all I need is advice on where to put such a function. Is the right place >> the validate() function of a formtool? something simple like stResult.value >> = myFunction(stResult.value)? >> >> Or are those characters illegal in the SQL because of a non-Unicode >> setting that I might have? >> >> I feel like this was answered in a past group posting, but I can't seem to >> find it again... sorry if that's the case! >> >> Tomek >> >> -- >> You received this message cos you are subscribed to "farcry-dev" Google >> group. >> To post, email: [email protected] >> To unsubscribe, email: >> [email protected]<farcry-dev%[email protected]> >> For more options: http://groups.google.com/group/farcry-dev >> -------------------------------- >> Follow us on Twitter: http://twitter.com/farcry > > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: > [email protected]<farcry-dev%[email protected]> > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
