Patch level : 12.0 nopatch
Files correlati : Commento : Si possono scrivere warning nelle maschere inserendo i valori dei campi Interno: I doppi apici non sono più indispensabili Es. negli uml WARNING La combinazione numerazione #F_CODNUM tipo documento #THIS_FIELD non è corretta Il Cliente #THIS_FIELD non esiste
This commit is contained in:
parent
30d6e703f0
commit
dc40647858
@ -1737,7 +1737,9 @@ bool TEditable_field::parse_item(TScanner& scanner)
|
|||||||
|
|
||||||
if (scanner.key() == "WA")
|
if (scanner.key() == "WA")
|
||||||
{
|
{
|
||||||
const char* msg = dictionary_translate(scanner.line());
|
TString msg = dictionary_translate(scanner.line());
|
||||||
|
|
||||||
|
msg.strip("\"");
|
||||||
set_warning(msg);
|
set_warning(msg);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user