Little red dot

Stimulsoft Reports.NET discussion
Post Reply
EDV Gradl
Posts: 228
Joined: Sat Jun 17, 2006 9:50 am
Location: Germany

Little red dot

Post by EDV Gradl »

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!
Brendan
Posts: 309
Joined: Sun Jul 16, 2006 12:42 pm
Location: Ireland

Little red dot

Post by Brendan »

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?
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Little red dot

Post by Vital »

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.
Post Reply