ListDeleteAllRows(listboxName As String)

 

Removes all rows from listbox listboxName.

 

 

Parameters:

 

Name

Type

Value

Description

listboxName

String

name

ScreenFieldName of the listbox to set the number of columns.

Ctrl+Click onto a listbox to retrieve its listboxName

(= ScreenFieldName)

  

Available in:

 

WindowMain

WindowLink

YES

YES

 

Used in:

 

XojoScript Name

GUID

Calculate total participation fee for current attendee

F0F802CC-D151-4F59-A749-1E232527D0C2

Load seminar prices to registration

1E3DB33D-DC46-46BB-8483-C15DBDF3A423

Calculate seminar participation fee

2F6CFC74-44AB-4956-A760-BBD5E57595E8

Edit Registration

89F9973D-C3A4-4466-BAE7-8AE85115AE09

Calculate participation fee for seminar attendee

032B50D3-D463-453E-9370-9AF7C34DA1D5

 

 

Hint: You can find references to XojoScripts which make use of this function by sending the following SQL statement to the database:

Select id,GUID, ScriptName,ScriptCode from im_scripts where ScriptCode Like '%ListDeleteAllRows%'

 

Example XojoScript:

 

// Clear price-code list on events

ListDeleteAllRows("imLB_evt_List3")