Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
0cfbb73
New translations entityclass.md (French)
arnaud4d May 5, 2026
5eccf49
New translations entityselectionclass.md (French)
arnaud4d May 5, 2026
389d5dc
New translations sessionclass.md (French)
arnaud4d May 5, 2026
678e01c
New translations clientserver.md (Japanese)
arnaud4d May 5, 2026
6834952
New translations data-collect.md (Japanese)
arnaud4d May 5, 2026
ba925f3
New translations properties_webarea.md (French)
arnaud4d May 5, 2026
ca643bf
New translations compile-project.md (French)
arnaud4d May 5, 2026
28fc35c
New translations wp-export-variable.md (French)
arnaud4d May 5, 2026
90a0036
New translations data-collect.md (Japanese)
arnaud4d May 5, 2026
9ad645f
New translations wp-export-variable.md (French)
arnaud4d May 5, 2026
e2ae3ad
New translations cli.md (Spanish)
arnaud4d May 5, 2026
d7ce1cc
New translations quick-tour.md (French)
arnaud4d May 5, 2026
38ed2b9
New translations quick-tour.md (Spanish)
arnaud4d May 5, 2026
6966f3a
New translations quick-tour.md (Japanese)
arnaud4d May 5, 2026
1a038c1
New translations quick-tour.md (Portuguese, Brazilian)
arnaud4d May 5, 2026
5873ca4
New translations code-overview.md (French)
arnaud4d May 5, 2026
070baa7
New translations code-overview.md (Spanish)
arnaud4d May 5, 2026
12e7dee
New translations code-overview.md (Japanese)
arnaud4d May 5, 2026
150afd7
New translations code-overview.md (Portuguese, Brazilian)
arnaud4d May 5, 2026
1081605
New Crowdin updates
arnaud4d May 6, 2026
058e3be
New Crowdin updates
arnaud4d May 6, 2026
aa3ddc0
New Crowdin updates
arnaud4d May 6, 2026
0e29e3e
New Crowdin updates
arnaud4d May 6, 2026
90e6955
New Crowdin updates
arnaud4d May 6, 2026
e5cf5ce
New Crowdin updates
arnaud4d May 6, 2026
3365078
New Crowdin updates
arnaud4d May 6, 2026
19c19d9
New Crowdin updates
arnaud4d May 6, 2026
5f9524d
New Crowdin updates
arnaud4d May 6, 2026
9f1dfce
New Crowdin updates
arnaud4d May 6, 2026
e42e766
New Crowdin updates
arnaud4d May 6, 2026
1fe9c13
New Crowdin updates
arnaud4d May 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ In the 4D language documentation, the following parameter types can be used.

| Tipo | Definición | Ejemplos de un comando 4D que lo usa |
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| > , <, >=, <=, #, =, \\| , % | Comparison, logical operators or symbols used in query conditions or expressions. | ORDER BY([Products];[Products]Type;<)<br/>PRINT RECORD([Employees];>) |
| > , <, >=, <=, #, =, \| , % | Comparison, logical operators or symbols used in query conditions or expressions. | ORDER BY([Products];[Products]Type;<)<br/>PRINT RECORD([Employees];>) |
| any | Un parámetro que puede aceptar cualquier tipo de datos soportado | JSON Stringify($value)<br/>$col.push(6;New object("firstname";"John")) |
| Array | Variable que contiene una lista de valores del mismo tipo. | ARRAY TEXT($arr;10) |
| BLOB array | An array containing BLOB values. | ARRAY BLOB($data;10) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Lea [**Novedades en 4D 21 R2**](https://blog.4d.com/whats-new-in-4d-21-r2/), la

| Librería | Versión actual | Actualizado en 4D | Comentario |
| --------- | -------------------------------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| BoringSSL | 9b86817 | 21 | Utilizado para QUIC |
| BoringSSL | 664a985 | **21 R4** | Utilizado para QUIC |
| CEF | 7258 | 21 | Chromium 139 |
| Hunspell | 1.7.2 | 20 | Utilizado para la corrección ortográfica en formularios 4D y 4D Write Pro |
| ICU | 77.1 | 21 | Esta actualización fuerza una reconstrucción automática de los índices alfanuméricos, textos y objetos. |
Expand All @@ -76,7 +76,7 @@ Lea [**Novedades en 4D 21 R2**](https://blog.4d.com/whats-new-in-4d-21-r2/), la
| Libuv | 1.51.0 | 21 | Utilizado para QUIC |
| libZip | 1.11.4 | 21 | Utilizado por los componentes zip class, 4D Write Pro, svg y serverNet |
| LZMA | 5.8.1 | 21 | |
| ngtcp2 | 1.18.0 | 21 | Utilizado para QUIC |
| ngtcp2 | 1.22.1 | **21 R4** | Utilizado para QUIC |
| OpenSSL | 3.5.2 | 21 | |
| PDFWriter | 4.7.0 | 21 | Utilizado para [`WP Export document`](../WritePro/commands/wp-export-document.md) y [`WP Export variable`](../WritePro/commands/wp-export-variable.md) |
| SpreadJS | 18.2.0 | 21 R2 | Consulte [esta entrada de blog](https://blog.4d.com/4d-view-pro-whats-new-in-4d-21-r2/) para obtener una visión general de las nuevas funciones |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Estos son los caracteres codificados:
| \< | %3C |
| \> | %3E |
| ? | %3F |
| \\| | %7C |
| \| | %7C |
| \\ | %5C |
| % | %25 |

Expand Down
Loading
Loading