4D View v14PV Get header |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D View v14
PV Get header
|
PV Get header ( Bereich ; Kopfteil ) -> Funktionsergebnis | ||||||||
Parameter | Typ | Beschreibung | ||||||
Bereich | Lange Ganzzahl |
![]() |
4D View Bereich | |||||
Kopfteil | Lange Ganzzahl |
![]() |
Position Kopfteil | |||||
Funktionsergebnis | String |
![]() |
Kopfteil String | |||||
Die Funktion PV Get header gibt den String für Kopf- oder Fußteil an der von Kopfteil angegebenen Position zurück.
Kopfteil definieren Sie mit einer Konstanten unter dem Thema PV Kopf- und Fußteile:
Konstante | Typ | Wert |
pv footer center | Lange Ganzzahl | 5 |
pv footer left | Lange Ganzzahl | 4 |
pv footer right | Lange Ganzzahl | 6 |
pv header center | Lange Ganzzahl | 2 |
pv header left | Lange Ganzzahl | 1 |
pv header right | Lange Ganzzahl | 3 |
Text von Kopfteil Mitte in Fußteil der Seite übertragen:
C_TEXT($Header) `Parameter für Text des Kopfteils
$Header:=PV Get header(Bereich;pv header center) `Erhalte Kopfteil Mitte
PV SET HEADER(Bereich;pv header center;"") `Kopfteil leeren
PV SET HEADER(Bereich;pv footer center;$Header) `Übertrage in Fußteil
PV PRINT(Bereich)
Produkt: 4D View
Thema: PV Drucken
Nummer:
15969
Erstellt: 4D View 6.8
4D View Programmiersprache ( 4D View v11.4)
4D View Programmiersprache ( 4D View v12)
4D View Programmiersprache ( 4D v13)
4D View Programmiersprache ( 4D View v14 R2)
4D View Programmiersprache ( 4D View v14)
4D View Programmiersprache ( 4D View v14 R3)
4D View Programmiersprache ( 4D View v14 R4)