0129 with the chance of a label instead of the fieldname
Author: ulrichmerkel@web.de (ulrich-merkel)
Mi (german) message "0129" reads:
[0129] Feld %%ret_fieldlabel($fieldname,$entname)%%% ist Pflichtfeld!
And it uses a "function" i placed in the LPMX
entry ret_fieldlabel
returns string
params
string p_fieldname : in
string p_entname : in
endparams
variables
string v_return
endvariables
v_return = $concat("<$componentname>-",p_fieldname,"-",p_entname)
return(v_return)
so at the very end violating the you have to fill the PK of UFORM, I get the message:
[0129] Feld MyForm-ULABEL-UFORM ist Pflichtfeld!
120601: And hopefully after the next Iteration we will see:
[0129] Feld "Component Name" ist Pflichtfeld!



