Crystal Report TextObject
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have CrystalReport TextObject and I want to assing in its text property a string variable. My string variable is created with the code: For i = 0 To n-1 str1 = str1 & i + 1 & ". " & vbnewline Next My problem is that I cannot display the string in the textobject as it is. Although I use the vbnewline (enter) the textobject is displaying the string in one row. Could you please help me. Thanks in advance