ProLinga Tutorial |
---|
If the user has to type in a Device Number, but does not know the number, a search
screen can be presented where a Device Number can be looked up using search criteria. We
will implement this feature at a later stage, so for the time being, we just want to trigger
the message "Feature has not been implemented yet". For that we can use the ERROR
command.
ERROR "Feature has not been implemented yet." SEVERITY Info
This will trigger the information as follows:
Please see the reference manual for all the various available ERROR severity options.
Run your application and test if the information message comes up.
<< Logic: Home | Logic: DeviceRead >> |