ShowMessage and carriage return
bea
I made an easy function to show notes from the business partner and the address.
Between the 2 notes (instead of the separator / ) I would like to place a carriage return.
How is the solution? CHAR(13) CHAR(10) did not work.
SQLQuery("Bemerkung_zum_Kunden|SELECT Notes FROM OCRD WHERE CardCode = '$[$14.0.0]'")
SQLQuery("Bemerkung_zur_AdressID|SELECT Building FROM CRD1 WHERE Address = '$[$CORUQS12.0.0]' AND CardCode = '$[$14.0.0]'")
ShowMessage("Bemerkung zum GP: $[DICTIONARY.Bemerkung_zum_Kunden] / Bemerkung zur Adress-ID: $[DICTIONARY.Bemerkung_zur_AdressID]")
0
Please sign in to leave a comment.
Comments
0 comments