2022.2

Table Of Contents
right
Doublethatrepresentstherightedge(inmillimeters)ofthetexttofind.
moveToNext()
MovesthecurrentpositioninaCSV filetothenextrow,relativetothecurrentposition.
table
Thetableobjectholdsadetailtablethatexistsinarecord.
Thedetailtableisretrievedbyname,usingrecord.tables.<table>.Forexample:record.t-
ables.myDetailTable.
Properties
Property Description
length Returnsthecountofrowsinthedetailtable.
Methods
Method Description
"addRow(record)"below Addsarowtothedetailtable.
"set(record)"onthenextpage Setsfieldvaluesinanexistingdetailtablerow.
addRow(
record
)
Thismethodofthetableobjectaddsarecordtoanexistingdetailtable(see"table"above).Thedetail
tablemustalreadyexistinthedatamodel,otherwisethecallfails.
Thecallreturnstheindexofthenewlyaddedrecord.
record
TheoptionalrecordparameterisaJavaScriptobjectthatcontainsoneormorefieldsspecifiedinthe
DataModelforthisdetailtable.
TherecordparametermaycontainasubsetofthefieldsintheDataModel.Onlythefieldsincludedin
therecordparameterareupdatedinthedatabase,whilethecontentsofallotherfieldsremain
unchanged.
Thecallfailsiftheparameterisomittedorempty,ifanyofthefieldsspecifiedintherecorddoesn't
existintheDataModel,orifavaluecannotbeconvertedtothedatatypethatisexpectedinafield.
Page 402