Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions docs/Notes/updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Read [**What’s new in 4D 21 R3**](https://blog.4d.com/whats-new-in-4d-21-r3/),
- The **Legacy** network layer is no longer supported. Projects and binary databases that were using the Legacy network layer are automatically set to [**ServerNet**](../settings/client-server.md#network-layer) when upgraded to 4D 21 R3 and higher.



## 4D 21 R2

Read [**What’s new in 4D 21 R2**](https://blog.4d.com/whats-new-in-4d-21-r2/), the blog post that lists all new features and enhancements in 4D 21 R2.
Expand Down
1 change: 1 addition & 0 deletions docs/WritePro/commands/wp-new-style-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ The following predefined values are applied:
* `wk margin left` is automatically calculated (0.75 cm × level index or 0.25 inches * level index, depending on current layout unit): so offset may be different depending if layout unit is metric or inches (for better alignment on default with current Write ruler graduations)



If the parameter is omitted or set to 0, a standard (non-list) paragraph style sheet is created.

## Example 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ Para recuperar la hoja de estilo "Main title":
var $styleSheet : Object

$styleSheet:=WP Get style sheet(wpArea;"Main title")
If($styleSheet=Null) // comprobar si la hoja de estilo existe//si no crearla
If($styleSheet=Null) // check if the style sheet exists
//if not create it
$styleSheet:=WP New style sheet(wpArea;wk type paragraph;"Main title")
End if
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ title: Comandos por nombre
[`Delete string`](../commands/delete-string)<br/>
[`DELETE USER`](../commands/delete-user)<br/>
[`DESCRIBE QUERY EXECUTION`](../commands/describe-query-execution)<br/>
[`DIALOG`](\(../commands/dialog\))<br/>
[`DIALOG`]((../commands/dialog))<br/>
[`DIFFERENCE`](../commands/difference)<br/>
[`DISABLE MENU ITEM`](../commands/disable-menu-item)<br/>
[`Discover data key`](../commands/discover-data-key)<br/>
Expand Down
Loading
Loading