Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQUARE BOX IN FLEXIGRID

Status
Not open for further replies.

bros

Programmer
Jul 14, 2000
57
MY
hi,
when I use RichText Box, I enter multiple line, each line I use enter key to jump to next line.
Then I save the richtext box data in memo in database.
when I call the data and put in the flexigrid, each line I use enter key, it show square boxes between next line data.
Can I remove the square boxes???

thanks
 
A couple of things you may want to try.

First, set the WordWrap property of the flexgrid to true.

If that doesn't work, then I would make sure that the character between the lines is a CR (Chr(13), a Line feed (chr(10), or a CRLF (chr(13)&chr(10)), and not some other non-printable character.

Good Luck
--------------
As a circle of light increases so does the circumference of darkness around it. - Albert Einstein


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top