Code EU-Länder: Unterschied zwischen den Versionen

Aus PPwiki
Wechseln zu: Navigation, Suche
Zeile 2: Zeile 2:
 
<pre>
 
<pre>
 
If spLand = 'HR'  Or
 
If spLand = 'HR'  Or
 
 
spLand = 'D'  OR
 
spLand = 'D'  OR
                              spLand = 'DE'  OR
+
    spLand = 'DE'  OR
                              spLand = 'F'  OR
+
    spLand = 'F'  OR
                              spLand = 'FR'  OR
+
    spLand = 'FR'  OR
                              spLand = 'B'  OR
+
    spLand = 'B'  OR
                              spLand = 'BE'  OR
+
    spLand = 'BE'  OR
 
+
    spLand = 'DK'  OR
                              spLand = 'DK'  OR
+
    spLand = 'GR'  OR
 
+
    spLand = 'EL'  OR
                              spLand = 'GR'  OR
+
    spLand = 'IRL'  OR
 
+
    spLand = 'IE'  OR
                              spLand = 'EL'  OR
+
    spLand = 'I'  OR
 
+
    spLand = 'IT'  OR
                              spLand = 'IRL'  OR
+
    spLand = 'NL'  OR
 
+
    spLand = 'P'  OR
                              spLand = 'IE'  OR
+
    spLand = 'PT'  OR
 
+
    spLand = 'E'  OR
                              spLand = 'I'  OR
+
    spLand = 'ES'  OR
 
+
    spLand = 'A'  OR
                              spLand = 'IT'  OR
+
    spLand = 'AT'  OR
 
+
    spLand = 'SE'  OR
                              spLand = 'NL'  OR
+
    spLand = 'S'  OR
 
+
    spLand = 'SLO' OR
                              spLand = 'P'  OR
+
    spLand = 'SI'  OR
 
+
    spLand = 'H'  OR
                              spLand = 'PT'  OR
+
    spLand = 'HU'  OR
 
+
    spLand = 'PL'  OR
                              spLand = 'E'  OR
+
    spLand = 'SK'  OR
 
+
    spLand = 'CYP'  OR
                              spLand = 'ES'  OR
+
    spLand = 'CY'  OR
 
+
    spLand = 'M'  OR
                              spLand = 'A'  OR
+
    spLand = 'MT'  OR
 
+
    spLand = 'EE'  OR
                              spLand = 'AT'  OR
+
    spLand = 'LV'  OR
 
+
    spLand = 'LT'  OR
                              spLand = 'SE'  OR
+
    spLand = 'CZ' OR
 
+
    spLand = 'L'  OR
                              spLand = 'S'  OR
+
    spLand = 'LU'  OR
 
+
    spLand = 'FI' OR
                              spLand = 'SLO' OR  
+
    spLand = 'FIN' OR
 
+
    spLand = 'BG' OR
                              spLand = 'SI'  OR
+
    spLand = 'RO'  
 
+
Return TRUE
                              spLand = 'H'  OR
 
 
 
                              spLand = 'HU'  OR
 
 
 
                              spLand = 'PL'  OR
 
 
 
                              spLand = 'SK'  OR
 
 
 
                              spLand = 'CYP'  OR
 
 
 
                              spLand = 'CY'  OR
 
 
 
                              spLand = 'M'  OR
 
 
 
                              spLand = 'MT'  OR
 
 
 
                              spLand = 'EE'  OR
 
 
 
                              spLand = 'LV'  OR
 
 
 
                              spLand = 'LT'  OR
 
 
 
                              spLand = 'CZ' OR
 
 
 
                              spLand = 'L'  OR
 
 
 
                              spLand = 'LU'  OR
 
 
 
                              spLand = 'FI' OR
 
 
 
                              spLand = 'FIN' OR
 
 
 
                              spLand = 'BG' OR
 
 
 
                              spLand = 'RO'  
 
 
 
                Return TRUE
 
 
</pre>
 
</pre>

Version vom 2. Juni 2021, 15:31 Uhr

Für die Fibu gibt es eine Auswahl an Ländercodes. Diese werden über folgende Abfrage definiert:

If spLand = 'HR'   Or
spLand = 'D'   OR
    spLand = 'DE'   OR
    spLand = 'F'   OR
    spLand = 'FR'   OR
    spLand = 'B'   OR
    spLand = 'BE'   OR
    spLand = 'DK'  OR
    spLand = 'GR'  OR
    spLand = 'EL'  OR
    spLand = 'IRL'  OR
    spLand = 'IE'   OR
    spLand = 'I'   OR
    spLand = 'IT'   OR
    spLand = 'NL'  OR
    spLand = 'P'   OR
    spLand = 'PT'   OR
    spLand = 'E'   OR
    spLand = 'ES'   OR
    spLand = 'A'   OR
    spLand = 'AT'   OR
    spLand = 'SE'  OR
    spLand = 'S'  OR
    spLand = 'SLO' OR
    spLand = 'SI'   OR
    spLand = 'H'   OR
    spLand = 'HU'   OR
    spLand = 'PL'   OR
    spLand = 'SK'   OR
    spLand = 'CYP'   OR
    spLand = 'CY'   OR
    spLand = 'M'   OR
    spLand = 'MT'   OR
    spLand = 'EE'   OR
    spLand = 'LV'   OR
    spLand = 'LT'   OR
    spLand = 'CZ' OR
    spLand = 'L'  OR
    spLand = 'LU'  OR
    spLand = 'FI' OR
    spLand = 'FIN' OR
    spLand = 'BG' OR
    spLand = 'RO' 
Return TRUE