- Registrar coprrp001/cofmrp001 en mbsERP.4pw - Sustituir API fgl_report_* no disponible por XmlWriter en coprrp001.4gl - Ampliar cs_ordena.codigo a CHAR(20) en coprgb000.4gl - Corregir mascaras PICTURE de codigo en coprcs009.4gl - Ampliar campo c1 en cofmcs009.per para igualar el ancho de codigo - Corregir typo de base de datos en cofmwd016.per Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
25 lines
561 B
Plaintext
25 lines
561 B
Plaintext
DATABASE smarmotech
|
|
screen
|
|
{
|
|
Ship To [st ]
|
|
N. A. B. [nab ]
|
|
C. I. D. [cid ]
|
|
[cid1 ]
|
|
NOTA [nt ]
|
|
[nt1 ]
|
|
}
|
|
end
|
|
tables
|
|
cotb00029
|
|
attributes
|
|
st = formonly.ship_to;
|
|
nab = formonly.n_a_b,noentry;
|
|
cid = formonly.c_i_d,noentry;
|
|
cid1 = formonly.c_i_d1,noentry;
|
|
nt = formonly.nota,noentry;
|
|
nt1 = formonly.nota1,noentry;
|
|
instructions
|
|
delimiters " "
|
|
end
|
|
|