Skip to content

Commit

Permalink
update HDI
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland-Lannuzel committed May 22, 2024
1 parent 6e4e77f commit bd4a81a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
Binary file modified Data/HowDoI.4DD
Binary file not shown.
2 changes: 1 addition & 1 deletion Project/Sources/Methods/00_Start.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Case of
$options.blog:="blog.4d.com"
$options.info:="4D Write Pro feature" //ex : "4D View Pro feature"

$options.minimumVersion:="2050" // 2000 means 20.0 2050 means 20R5, 2001 means 20.1 (do not use !)
$options.minimumVersion:="2060" // 2000 means 20.0 2060 means 20R6, 2001 means 20.1 (do not use !)

$options.license:=4D Write license:K44:2 // IF ANY NEEDED

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For each ($table; $_tables)

: ($table.dataSource.source="This.data.southAmericaDataSource")
$table.id:="tableSouthAmerica"
WP SET ATTRIBUTES:C1342($table; wk empty datasource:K81:385; "showAlternate")
WP SET ATTRIBUTES:C1342($table; wk empty datasource:K81:385; "showPlaceholder") //"showAlternate")

End case

Expand Down
14 changes: 13 additions & 1 deletion Project/Sources/TableForms/4/TemplateInput/form.4DForm
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,23 @@
"onClick"
],
"sizingX": "move"
},
"Popup Dropdown List": {
"type": "dropdown",
"left": 934,
"top": 145,
"width": 174,
"height": 24,
"events": [
"onDataChange"
],
"action": "emptyDatasource",
"sizingX": "move"
}
}
}
],
"geometryStamp": 177,
"geometryStamp": 180,
"editor": {
"activeView": "View 1",
"defaultView": "View 1",
Expand Down

0 comments on commit bd4a81a

Please sign in to comment.