Search found 8 matches

by mayaa
Thu Jun 07, 2018 10:49 am
Forum: Stimulsoft Reports.Flex
Topic: How to use Previous/Next (Print State) Functions?
Replies: 1
Views: 12132

How to use Previous/Next (Print State) Functions?

Hi, I am trying to use these functions: Previous/Next to hide a value of an event if it matches with the Previous record. I used: Previous(Datasource6,"EVENT_ID") Previous(Datasource6,"EVENT_ID").ToString() Can you please help? Please note I cannot use Processing Duplicates Prope...
by mayaa
Wed Feb 21, 2018 9:23 am
Forum: Stimulsoft Reports.WEB
Topic: how to add font
Replies: 5
Views: 5976

Re: how to add font

Hi,

I am using Flex application, how can I achieve this.

Thanks.
by mayaa
Thu Dec 07, 2017 7:31 am
Forum: Stimulsoft Reports.Flex
Topic: Multiple Data Bands with in a Group
Replies: 4
Views: 15142

Re: Multiple Data Bands with in a Group

Is it doable? I have a similar requirement where in Financials are to be followed by a breakdown by GL code before another event's financials.
by mayaa
Tue Oct 10, 2017 10:14 am
Forum: Stimulsoft Reports.WEB
Topic: HTML text displayed as Image
Replies: 3
Views: 2586

Re: HTML text displayed as Image

Hi, I have attached mrt and its output for your reference. Text in database column for comment under Notes is as below: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Arial" SIZE="12" COLOR="#000000" LETTERSPACING="0" KERNING="0&q...
by mayaa
Mon Oct 09, 2017 11:25 am
Forum: Stimulsoft Reports.WEB
Topic: HTML text displayed as Image
Replies: 3
Views: 2586

HTML text displayed as Image

Hi, We have a field in application, which accepts text from User. User has the ability to input Rich text in it. Issue arises when the report is exported to pdf format. The value of this text appears blurred and comes out as an an image. Currently we are using following code to convert this into pla...
by mayaa
Mon Oct 09, 2017 6:27 am
Forum: Stimulsoft Reports.WEB
Topic: Using Variable in query of type Datetime
Replies: 5
Views: 3406

Re: Using Variable in query of type Datetime

Yes I would need your help in another issue which relates to Text formatting. Shall I start new thread or continue here?

Thanks.
by mayaa
Fri Oct 06, 2017 7:35 pm
Forum: Stimulsoft Reports.WEB
Topic: Using Variable in query of type Datetime
Replies: 5
Views: 3406

Re: Using Variable in query of type Datetime

Hi Aleksey,

The solution worked perfectly! Thanks a lot for your quick response.

Regards,
Mayaa
by mayaa
Fri Oct 06, 2017 9:42 am
Forum: Stimulsoft Reports.WEB
Topic: Using Variable in query of type Datetime
Replies: 5
Views: 3406

Using Variable in query of type Datetime

Hi, I have created a variable NovSt of type Datetime and assigned it a value from the calendar as 31 October 2017. similarly, have another variable as NovEnd with value 04 December, 2017. I am using this variable in my datasource query as : SELECT CASE WHEN EVENT_START_DATE BETWEEN '{NovSt}' AND '{N...