This tutorial is for the new, online project designer. The tutorial for the Desktop Designer is available
here
.
The Edit Point can be used for entering text, numbers or passwords and has a variety of options to customise this point for your needs. The point can be configured to allow multiple lines of entry or to set a limit on the number of characters or digits that can be entered. Other options can be used to provide a quick way to enter numbers such as adding up and down arrows to the point to provide a quick means to incrementing/decrementing the value.
The Edit point can be used with the device's standard cut/copy/paste controls to copy data between points or even other applications such as the browser. The controls can be displayed by tapping and holding on the Edit point for one second and then releasing.
The Edit point can be used to record data using external hardware accessories such as barcode scanners, line scanners, RFID scanners and more. Mobile Data Anywhere has been used by many customers using products from these providers:
To capture data from an external attachment, the Edit point will need to be selected by tapping on the point.
Data can be recorded into the Edit point using voice dictation. This can be useful for recording large amounts of data, quickly and accurately. This feature is available for most modern devices running versions of Google Android or Apple iOS.
To capture data using your voice, start by selecting the point by tapping on it, the same way that you would to start typing into the point. This should display the software keyboard for the device which should have a microphone icon. Tap on the microphone icon to start recording voice. Press the done button to complete the recording which will then transcribe the audio into text and automatically paste it into the selected point.
The Edit point can be configured in the designer to customise the behaviour of the point. See below for details on each of this point's properties.
The Edit point can be configured to operate in one of three ways using one of the available style options:
A style of Edit point that can be used to quickly collect numeric information either by typing a number using a keyboard or by incrementing/decrementing a number within a range, using up and down arrows. There are additional options available for the Numeric Only style, under the Numeric Behaviour section, which provides options to set a range, padding and choose to display up and down arrows.
This will be the initial value for this Edit point, when a new session is created on the mobile application. When using a Numbers only styled Edit point with a Range the Default Value will be required.
When enabled, the Edit point will not be able to be edited by the user when displayed in a session on the mobile application. The point can still be edited programmatically using a Logic point or a Javascript point .
When enabled, the user will be able to add new lines to the Edit point using the return button on the software or hardware keyboard. This can be useful when providing an input for a large amount of data, in combination with setting the Physical Size options to display multiple lines.
These options are only available if the Edit point is using the Numbers Only style and can be used to configure the point with additional behaviour:
This can be used to set a range of allowed values, allowing only values between and including the minimum and maximum values.
The
Basic Points Sample
project contains examples of how to use many of the various points that are available. This project also contains a
page that demonstrates some of the ways that this point can be used in your projects.
In the provided sample project,
basic_point_samples.ppc
there is a page for the
Edit Point
, which contains three sections. The first section demonstrates how an Edit point can be used with the
Allow Any Text
style to collect data in various ways. Open this project in the Mobile Data Anywhere Designer for a closer
look at how each point has been customised on each point's properties window.
The second section of the
Edit Point
page demonstrates how an Edit point can be used with the
Numbers only
style to collect numeric data in various ways. Open this project in the Mobile Data Anywhere Designer for a closer
look at how each point has been customised on each point's properties window.
The final section of the
Edit Point
page demonstrates how an Edit point can be used with the
Masked Entry
style to collect sensitive data in a secure way. Open this project in the Mobile Data Anywhere Designer for a closer
look at how each point has been customised on each point's properties window.