- Code: Select all Expand view
- oRs:descript := cNewValue
oRs:fetcha := date()
// .....
oRs:Save()
oRs:descript := cNewValue
oRs:fetcha := date()
// .....
oRs:Save()
? oRs:FieldGet( 5 ) // works
? oRs:DESCRIP // works. Case not sensitive
? oRs:Fields( "DESCRIP" ):Value // works. Ado syntax compatible
MarcoBoschi wrote:Silvio,
have you some records in which the year of field named "data" is 2024
In the screenshot I see 1971
Bye