baseportal | |||
English - Deutsch | "Es gibt keine dummen Fragen - jeder hat einmal angefangen" | ||
|
Ausgewählter Eintrag: | Zur Liste |
out "AUSGABE DEINES FELDES WENN NICHT LEER $A" if ($A ne "");
out "AUSGABE DEINES FELDES WENN NICHT LEER $B" if ($B ne "");
|
Alle Einträge zum Thema: | Zur Liste |
out "AUSGABE DEINES FELDES WENN NICHT LEER $A" if $A ne "";
out "AUSGABE DEINES FELDES WENN NICHT LEER $B" if $B ne "";
out "AUSGABE DEINES FELDES WENN NICHT LEER $A" if ($A ne "");
out "AUSGABE DEINES FELDES WENN NICHT LEER $B" if ($B ne "");
<html><head> <title>baseportal Datenbank</title> </head><body bgcolor=ffffff> <loop code=perl> out "AUSGABE DEINES FELDES WENN NICHT LEER $A" if $A ne ""; out "AUSGABE DEINES FELDES WENN NICHT LEER $B" if $B ne ""; out "AUSGABE DEINES FELDES WENN NICHT LEER $C" if $C ne ""; </loop> <do action=all localparams=+ db=test range^=0,20 searchfields=A listfields=A,B,C allfields=A,B,C formfields=A,B,C showamount=all,sel selectbrowse=top buttonbrowse=top pagebrowse=top indexbrowse=top listtype=list language=de detail=no search=link input=no> </body></html>
<loop code=perl> out "Feldname1: $A" if $A ne ""; out "Feldname2: $B" if $B ne ""; out "Feldname3: $C" if $C ne ""; </loop>
<loop code=perl> out "A: $A<br>" if $A ne ""; out "B: $B<br>" if $B ne ""; out "C: $C<br>" if $C ne ""; </loop>
<html><head> <title>baseportal Datenbank</title> </head><body bgcolor=ffffff>
out "Feldname1: $A" if $A ne ""; out "Feldname2: $B" if $B ne ""; out "Feldname3: $C" if $C ne ""; </loop> <do action=all localparams=+ db=test range^=0,20 searchfields=A listfields=A,B,C allfields=A,B,C formfields=A,B,C showamount=all,sel selectbrowse=top buttonbrowse=top pagebrowse=top indexbrowse=top listtype=list language=de detail=no search=link input=no> </body></html>
Kann das sein, dass nach dem <loop> ..... </loop> wo es mit <do action weitergeht, Informationen stehen die dort nicht hingehören?
<b>AUSGABE FELDER - NUR WENN INHALT<br><br></b>
out "Feldname 1: $A<br><br>" if $A ne ""; out "Feldname 2: $B<br><br>" if $B ne ""; out "Feldname 3: $C<br><br>" if $C ne ""; </loop>
<b>AUSGABE ALLER FELDER<br><br></b>
out "Feldname 1: $A<br><br>"; out "Feldname 2: $B<br><br>"; out "Feldname 3: $C<br><br>"; </loop>
>So wie ich da bisher sehe, wurde ich vielleicht auch nur missverstanden?
Liste der Einträge von 8475 bis 8550: | Einklappen | Zur Eingabe |
Neueste Einträge << 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | Neuere Einträge < | Zur Eingabe | > Ältere Einträge | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 >> Älteste Einträge |
© baseportal.de. Alle Rechte vorbehalten. Nutzungsbedingungen |