Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
database rayovac@demo_se
|
||||
screen size 24 by 80
|
||||
#
|
||||
# Incorrect database or cursor name format.
|
||||
# See error number -354.
|
||||
#
|
||||
# The name "rayovac@demo_se" is not an existing database name.
|
||||
# See error number -2810.
|
||||
{
|
||||
cod_msg [f000 ]
|
||||
desc_msg [f001 ]
|
||||
[f002 ]
|
||||
us_crea [f003 ]
|
||||
fech_crea [f004 ]
|
||||
us_mod [f005 ]
|
||||
fech_mod [f006 ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
msgtable
|
||||
attributes
|
||||
f000 = msgtable.cod_msg;
|
||||
f001 = msgtable.desc_msg[1,30];
|
||||
f002 = msgtable.desc_msg[31,60];
|
||||
f003 = msgtable.us_crea;
|
||||
f004 = msgtable.fech_crea;
|
||||
f005 = msgtable.us_mod;
|
||||
f006 = msgtable.fech_mod;
|
||||
end
|
||||
Reference in New Issue
Block a user