What does the little red dot in the lower right corner of a text box mean?
I entered this string as text:
Lieferschein - {Bon.Datum.ToShortDateString()}
and a little read dot appered. Why?
Thanks!
Little red dot
Little red dot
Hi,
I get a red triangle in the top left of a text control if the text control has any code behind its events. This is a visual cue so I know it has events. Would this be the red dot you refer to?
I get a red triangle in the top left of a text control if the text control has any code behind its events. This is a visual cue so I know it has events. Would this be the red dot you refer to?
Little red dot
This red square show textbox which have wrong references to datasource. For example we use:
{datasource.Column1}
but in datasource Column1 does not exist, in this case we show red square.
At this moment this is new feature and in some cases it works wrong. For example in your case. We will
release new build (2 March). In this build we have updated our code.
Thank you.
{datasource.Column1}
but in datasource Column1 does not exist, in this case we show red square.
At this moment this is new feature and in some cases it works wrong. For example in your case. We will
release new build (2 March). In this build we have updated our code.
Thank you.