ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Kanban functions
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
KanbanSave (Function)
In french: KanbanEnregistre
Updates the record bound to the current card in the Kanban control. The record is updated:
  • in the data file linked to the Kanban control.
  • in the variable bound to the control.
Example
// Change the title and text of the first card in the list
// then save changes to the database
Card_1 is kbCard <- KANBAN_List.LIST_TODO[1]
Card_1.Title = EDT_TITLE
Card_1.Text = EDT_TEXT
KanbanSave(KANBAN_List, Card_1)
Syntax
KanbanSave(<Kanban control> , <Card>)
<Kanban control>: Control name
Kanban control to be handled.
If the Kanban control is not bound to a data source, the function fails with a fatal error.
<Card>: kbCard variable
Name of the kbCard variable that corresponds to the card to be updated in the record bound to the Kanban control.
If the card is not in the Kanban control, the function fails with a fatal error.
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/09/2023

Send a report | Local help