2022 Jun 30 10:01 AM
hi, i have a table with smallint field if i do
Int16 horaini =100
oUserTable.UserFields.Fields.Item("U_mifield").Value = horaini; to crash with illgal value error
but if i do
string horaini ="100"
oUserTable.UserFields.Fields.Item("U_SEIHoraIni").Value = horaini;
the field is insert but the value is 0
hi, i have a table with smallint field if i do
Int16 horaini =100
oUserTable.UserFields.Fields.Item("U_mifield").Value = horaini; to crash with illgal value error
but if i do
string horaini ="100"
oUserTable.UserFields.Fields.Item("U_SEIHoraIni").Value = horaini;
the field is insert but the value is 0
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |