-
Notifications
You must be signed in to change notification settings - Fork 0
Structure
HEGO Régis edited this page May 23, 2017
·
3 revisions
Main application to manage data.
Sub-application allowing to define data file structure.
Common components to manage loading or saving, define constants values, convert data.
Component for calendar display.
Component that allow to choose a file to open or save.
In a .pa file data structure include the folowing lines :
[structure]
nbcol = 2
idpos = <position of id (0 by default)>
col0 = <title of column>;<nature of column (str or bool)>;<type of column (str/date/choicelist/checkbox)>;<constant or modifiable data (cst or mod)>;<visible data or not (True or False);;
col1 = Description;str;str;mod;True;col_edited_cb;