Hi,
I have a table called "reparacoes". In the add page of that table I want to have a field, that displays the autoincrement field of that table called "ReparacoesID".
In the properties of "ReparacoesID" field at the "Edit as" tab I selected "Readonly" but, what should I set for default value?
I tried @$_SESSION[$strTableName."_masterkey1"] but obviously, because I just don't know what I'm doing it doesn't work...
Any suggestions?
Thanks in advance