Child pages
  • Table

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Cache
indextrue
refresh100d
showRefreshtrue
iddoc
titleRefresh page
showDatetrue
retryEnable

servoy sReturnTypes2100%height: 30px;2Supported ClientssWordListSmartClientsWordListWebClientsWordListNGClient

servoy sSummary12%30%58%height: 30px;3Property Summary

servoy sSummary12%30%58%height: 30px;3Event SummaryvoidA method that is executed after a new record is created.voidA method that is executed after a delete operation.voidA method that is executed after a foundset has switched to find mode.voidA method that is executed after an insert operation.voidA method that is executed after a search is executed for a foundset.voidA method that is executed after an update operation.A method that is executed before a record is created.A method that is executed before a delete operation.A method that is executed before a foundset is going into find mode.A method that is executed before an insert operation.A method that is executed before search() is called on a foundset in find mode.A method that is executed before an update operation.

propertyservoy sDetail2100%height:30px2Property Detailscolumnsname

columns

dessIndentret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow 

eventservoy sDetail2100%height:30px2Event DetailsonAfterCreatename

onAfterCreate(record)

dessIndentA method that is executed after a new record is created.prs

Parameters

sIndentrecordrecord that is created
ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow 
onAfterDeletename

onAfterDelete(record)

dessIndentA method that is executed after a delete operation.prs

Parameters

sIndentrecordrecord that is deleted
ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow 
onAfterFindname

onAfterFind()

dessIndentA method that is executed after a foundset has switched to find mode.
ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow 
onAfterInsertname

onAfterInsert(record)

dessIndentA method that is executed after an insert operation.prs

Parameters

sIndentrecordrecord that is inserted
ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow 
onAfterSearchname

onAfterSearch()

dessIndentA method that is executed after a search is executed for a foundset.
ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow 
onAfterUpdatename

onAfterUpdate(record)

dessIndentA method that is executed after an update operation.prs

Parameters

sIndentrecordrecord that is updated
ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow 
onCreatename

onCreate()

dessIndentA method that is executed before a record is created. The method can block the creation by returning false.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow 
onDeletename

onDelete(record)

dessIndentA method that is executed before a delete operation. The method can block the delete operation by returning false.prs

Parameters

sIndentrecordrecord that will be deleted
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow 
onFindname

onFind()

dessIndentA method that is executed before a foundset is going into find mode. The method can block the mode change.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow 
onInsertname

onInsert(record)

dessIndentA method that is executed before an insert operation. The method can block the insert operation by returning false.prs

Parameters

sIndentrecordrecord that will be inserted
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow 
onSearchname

onSearch(clearLastResults, reduceSearch)

dessIndentA method that is executed before search() is called on a foundset in find mode. The method can block the search (foundset will stay in find mode).prs

Parameters

sIndentclearLastResults reduceSearch 
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow 
onUpdatename

onUpdate(record)

dessIndentA method that is executed before an update operation. A method can block the update by returning false.prs

Parameters

sIndentrecordrecord that will be updated
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow