Page 1 of 1

How to retrieve a Text Value and pass with a Event to Func

Posted: Tue Oct 16, 2012 2:56 pm
by HeronBrain
Hi Everyone ,

I need to resolve a issue , when i use the DoubleClick event to get Value in StiText (StiText.TextValue ou Text.Value , i try all) it come null or empty , when i pass the Entity of my Datasource who populates a StiDataBand always came the same value. Somebody already done this before... summarizing i need to get the value where i click(StiText) and pass to my function ...

Re: How to retrieve a Text Value and pass with a Event to Fu

Posted: Wed Oct 17, 2012 9:54 am
by Alex K.
Hello,

As a way, you can use the Tag property for this task.
Please check the sample report i attachment.

Thank you.