I am designing a page where I would like to add a field but leave out its label - cause it is in a group of fields on the page...
Anyone succeeded in doing this?
If it's a Table field I think no way to do it.
The closest to your needs is to set the CaptionClass of your field to ('') but you will always see ":" near your fields.
Instead, if they are variables, you simply have not to write the caption.
The way I have thougt about is creating af variable in witch I copy the value, but then I have to handle the changes also.
I think it's too far from standard... but if you really can't do without it it's the only way :whistle:.
Maybe insert captions is better than this approach.
Comments
If it's a Table field I think no way to do it.
The closest to your needs is to set the CaptionClass of your field to ('') but you will always see ":" near your fields.
Instead, if they are variables, you simply have not to write the caption.
It works as expected... More or Less...
It is a table field.
The way I have thougt about is creating af variable in witch I copy the value, but then I have to handle the changes also.
I think it's too far from standard... but if you really can't do without it it's the only way :whistle:.
Maybe insert captions is better than this approach.
It works as expected... More or Less...