Help with table field in 5.5.3
Posted: Sun Jan 20, 2013 11:21 am
Hi,
I am using a table field and not data grid, to store multi-line text in some cells along the line.
Apart from some fields containing name, email, phone number, which are all single line items for visual selection, others will comtain multi-line notes.
As the line in the table is hovered over, the full content of the line in the field is displayed at the head of the card in its full readable form.
The reason for this approach is speed of cobbling it together, it must be working tomorrow.
The table contents can be easily stored and retrieved from disk.
The notes are not visible in the table.
That is the way I want it.
The return char causes the notes to occupy more than one line in the table when copied to the table, from the display field at the head of the card.
I need a simple way of compacting the notes text so the return char does not mess things up.
The obvious way is to chance the Ret char to a different character and then change it back for display. I dont have time for this.
I might consider encrypt decrypt, because it is a reliable from a testing point of view, but sorting out the codeing might take time. Also, the encrypt/decrypt time might be significant when hovering over the line to display the full content.
Any better/good ideas?
I am using a table field and not data grid, to store multi-line text in some cells along the line.
Apart from some fields containing name, email, phone number, which are all single line items for visual selection, others will comtain multi-line notes.
As the line in the table is hovered over, the full content of the line in the field is displayed at the head of the card in its full readable form.
The reason for this approach is speed of cobbling it together, it must be working tomorrow.
The table contents can be easily stored and retrieved from disk.
The notes are not visible in the table.
That is the way I want it.
The return char causes the notes to occupy more than one line in the table when copied to the table, from the display field at the head of the card.
I need a simple way of compacting the notes text so the return char does not mess things up.
The obvious way is to chance the Ret char to a different character and then change it back for display. I dont have time for this.
I might consider encrypt decrypt, because it is a reliable from a testing point of view, but sorting out the codeing might take time. Also, the encrypt/decrypt time might be significant when hovering over the line to display the full content.
Any better/good ideas?