Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Platforms
OutSystems.com
Personal Edition
Community
Resources
Support
Search in OutSystems
Log in
Get Started
Community
›
Forge
›
Assets list
›
Restricted Type Input
Restricted Type Input
Stable version
1.0.0
(Compatible with
OutSystems 11
)
Uploaded
on
06 October 2024
by
0.0
(0 ratings)
Overview
Reviews
Versions
Documentation
There's no documentation for this asset yet
Support
Restricted Type Input
Details
Allow Restrict Type Input for next options Numbers Only Numbers Only with ? Numbers and Characters Character Only Character Only with Spaces Character Only with Only 1 Space Character Only with Only 1 Space all special characters Lower Character Only Lower Character Only with Spaces Lower Character Only with Only 1 Space Lower Character Only with Only 1 Space all special characters Upper Character Only Upper Character Only with Spaces Upper Character Only with Only 1 Space Upper Character Only with Only 1 Space all special characters
Read more
Numbers Only: This field accepts only numerical characters (0-9).
Numbers Only with ?: This field accepts numerical characters (0-9) and question marks (?).
Numbers and Characters: This field accepts any combination of numbers and characters.
Character Only: This field accepts only alphabetic characters (a-z, A-Z).
Character Only with Spaces: This field accepts alphabetic characters (a-z, A-Z) and spaces.
Character Only with Only 1 Space: This field accepts alphabetic characters (a-z, A-Z) and exactly one space.
Character Only with Only 1 Space all special characters: This field accepts alphabetic characters (a-z, A-Z), exactly one space, and all special characters.
Lower Character Only: This field accepts only lowercase alphabetic characters (a-z).
Lower Character Only with Spaces: This field accepts lowercase alphabetic characters (a-z) and spaces.
Lower Character Only with Only 1 Space: This field accepts lowercase alphabetic characters (a-z) and exactly one space.
Lower Character Only with Only 1 Space all special characters: This field accepts lowercase alphabetic characters (a-z), exactly one space, and all special characters.
Upper Character Only: This field accepts only uppercase alphabetic characters (A-Z).
Upper Character Only with Spaces: This field accepts uppercase alphabetic characters (A-Z) and spaces.
Upper Character Only with Only 1 Space: This field accepts uppercase alphabetic characters (A-Z) and exactly one space.
Release notes
(1.0.0)
License
(1.0.0)
BSD-3 license (
https://opensource.org/licenses/BSD-3-Clause
)
Reviews
(0)
Team
Champion
Other assets in this category
Functional libraries & utilities, Files & documents
Advanced Excel
Carlos Freitas
Advanced Excel integration with the export/import of Excel files. Enables data formatting, even automatic creation of Excel charts. This enables writing of binary multi-sheet excel-files without the use of an office installation.
20196
FileSystem
João Portela
Perform operations related to the file system, such as path string manipulation, creation and deletion of directories, reading and writing text/binary files, etc.
19349
OfficeUtils
Bruno Gonçalves
Provides advanced export capabilities to Excel and Word.
5620
More from Kerollos Adel
Time Interval Calculation
Kerollos Adel
Carucate the days - hours - min - sec for 2 or 3 Times variables
7
between
Kerollos Adel
a reusable block of code that performs a specific task. It takes input, processes it, and returns an output. There are two primary categories of functions based on their return values
3
Delay Timer ( Loop )
Kerollos Adel
To efficiently monitor database changes and provide real-time feedback to end users, implement Delay Control on your page as follows: Add Delay Control: Integrate the Delay Control component into your page to manage periodic execution. Configure the Loop: Set up a loop within the Delay Control to regularly check for changes in the database. Check Database Changes: Within the loop, query the database to detect any modifications. Display Notifications: If changes are detected, use the Delay Control to trigger messages or notifications to inform the end user. By applying these steps, you ensure that database updates are continuously monitored and users are promptly informed of any relevant changes.
15
Loading
Loading...