Páginas filhas
  • AF010TOK - Validation of the data entered when adding the asset

Description

The entry point AF010TOK validates the data typed before saving.

Examples

#include "rwmake.ch"


User function AF010TOK()

Local aArea := GetArea()

Local cMensagem := ""

Local lRet := .T.

Local cChapa := AllTrim(M->N1_CHAPA)


If !Empty(cChapa)    

If Len(cChapa) <> 6        

cMensagem := "Plaque number is not in the digit standard."        


Help("ATFA010",1,"HELP","VALCHAPA",cMensagem,1,0)        

lRet := .F.    

Endif

Endif

RestArea(aArea) SN1->(DbSetOrder(1))

Return lRet

Language

Portuguese(Brazil)

Versions

Microsiga_Protheus10_e_Microsiga_Protheus11

Operating Systems Supported

All

Compatible with the following Databases

All

Return

lRet

Source Program

ATFA010A.PRW

  • Sem rótulos