Consultor Eletrônico



Kbase P22056: How to see if a Fill-In value is Blank while using formattin
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/11/2003
Status: Unverified

GOAL:

How to see if a Fill-In value is Blank while using formatting on the screen-value.

FIX:

When we format fields to follow a specific layout, such as a fill-in for phone numbers with a format of (999) 999-9999 will always denote this field as populated or not equal to "". Using the INPUT-VALUE attribute of the fill-in we can get it's screen-value while ignoring formatting characters.

Sample syntax;

IF fill-in-1:INPUT-VALUE = "" then Message true.