ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Kanban functions
  • Case 1: Only the Kanban control is specified
  • Case 2: The Kanban control and the card are specified
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Refreshes a Kanban control or a card in the Kanban control.
Example
HAdd(Task)
KanbanDisplay(KANBAN_Tasks)
Syntax
KanbanDisplay(<Kanban control> [, <Card>])
<Kanban control>: Control name
Name of the Kanban control to be refreshed. If this parameter corresponds to an empty string (""), the control to which the current event belongs is refreshed.
<Card>: Optional kbCard variable
Name of the kbCard variable that corresponds to the card to be refreshed. If this parameter is not specified, the whole Kanban control is refreshed.
Remarks

Case 1: Only the Kanban control is specified

  • If the Kanban control is bound to a data source (data file or WLanguage array), the control is refreshed using the data from that source.
  • If the Kanban control is handled programmatically, the "Request for refreshing the display" events of each internal window (or page) are re-executed.

Case 2: The Kanban control and the card are specified

  • If the card is not in a Kanban list, the function has no effect.
  • If the Kanban control is bound to a data source (data file or WLanguage array), the card is refreshed using the data from that source.
  • If the control is handled programmatically, the "Request for refreshing the display" event of the internal window (or page) is re-executed.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/07/2023

Send a report | Local help