pbustin

Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-12-08
00:17
3590 views
In 10.1.5.1 form action condition "Text field contains a value", case is recognized; in 10.1.1.3, it is not. I'm in the process of double-checking whether the upgrade process retains Ignore Case. If case is recognized, necessitating an extra else if in the action, there ought to be an Ignore case checkbox, as there is in the match condition. I'd use the match condition, except that it doesn't recognize the period in ".sql". Perhaps there's an escape character I could use.
1 Solution
Accepted Solutions
jmalin

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-12-08
00:43
Match == Regex, so tossing a \ in front of the period should do the trick, then you can use the "ignore case" (ex, /i)
1 Reply
jmalin

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-12-08
00:43
Match == Regex, so tossing a \ in front of the period should do the trick, then you can use the "ignore case" (ex, /i)