hello !
I created a document page based on new tables (pict001)
but when i trying insert new line ,an error message is browsed (pict002)
someone can help me plz ???
tables used :
country group (code ,name) //Header
country group line (country group code,country code,country group name,country name) //Lines
0
Comments
You are creating a document/Card page, means you are creating two types of table header and line.
from line table you had made subform, which autosplit = true, so you must know that any form with autosplitkey =true, its tables' primary key must end with integer. your primary key ends with code so this error occurred.
you can refer sales Header/Line table.
I just modified the property autosplit = false
thank you