Hallo Liebe User,
ich habe ein Suchroutine in einem Programm, um die Darstellung
übersichtlicher zu gestalten, möchte ich nach jedem gefundenen
Eintrag, eine Leerzeile einfügen.
Mein Listung:
on Mouseup
put empty into tSuche
put empty into tArray
put empty into tKeys
put empty into tAnzahl
put the fld „EingabeSTVW“ into tSuche
put empty into tAnzeige
// Hier steht der neue Code
put the dgText of grp „STVWData“ of card „STVWGrid“ into tListe
filter tListe with „*“ & tSuche & „*“
put tListe into fld „Ausgabe“
// Ende neuer Code
end Mouseup
Würde mich freuen, wenn jemand eine Lösung hat.
Vielen Dank schon mal im Voraus
Euer Andreas