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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Grid Double Lines?

Status
Not open for further replies.

Keepontrying

Programmer
May 12, 2003
67
US
Using grid does anyone know if is possible to display two line of information in each row.

example:

Customer Name (column name)

John and Denise
111 Main Street

Something like:
alltrim(customer.name)+chr(13)+alltrim(customer.Address)

Any suggestion if this will work

Thank
John
 
John: The way I accomplished this was putting a container object in/on the grid with a(n) editbox(s)/textboxes on it. . .
Hope this gives you some idea(s). . .
Bill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top