Kbase P7307: Validate method not returning expected response
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/28/2005 |
|
Status: Verified
SYMPTOM(s):
Validate method not working
Used syntax is Validate("fieldname")
CAUSE:
Referencing variable with quotation marks. This is improper syntax.
FIX:
To validate variable values, reference variables without quotation marks:
Syntax:
Validate([STRING])
Example:
Validate(fieldname).