Search found 13 matches

by siakefh
Sun Jul 24, 2016 3:47 pm
Forum: Stimulsoft Reports.NET
Topic: memory leak with varchar(max) in sql
Replies: 6
Views: 2909

Re: memory leak with varchar(max) in sql

thank you . truncated and worked.
by siakefh
Thu Jul 21, 2016 6:48 am
Forum: Stimulsoft Reports.NET
Topic: memory leak with varchar(max) in sql
Replies: 6
Views: 2909

Re: memory leak with varchar(max) in sql

test with actual data.
Backup is database db1 with 1 table t1 (id int identity , lcol Varchar(MAX)) and 1 row with actual data from client
by siakefh
Wed Jul 20, 2016 8:43 am
Forum: Stimulsoft Reports.NET
Topic: memory leak with varchar(max) in sql
Replies: 6
Views: 2909

memory leak with varchar(max) in sql

Hello.
If in one report with varchar(max) column from sql server and that column has large len(longcol)=1586059 in my case the designer hughs in prievew and reports also and memory allocation comes to 100 % .
Regards
Efh
by siakefh
Sat Jun 04, 2016 7:40 am
Forum: Stimulsoft Reports.NET
Topic: wrap in 2 lines error
Replies: 3
Views: 1757

Re: wrap in 2 lines error

solved with shrik to fit & wrap together.
dont know how but it works (2 lines and correct heigth and same lleter size)
by siakefh
Fri Jun 03, 2016 9:42 am
Forum: Stimulsoft Reports.NET
Topic: wrap in 2 lines error
Replies: 3
Views: 1757

wrap in 2 lines error

hello
i have a text field in report
and in pdf preview and printing ptinted like http://prntscr.com/bbsnhb
but with report.print printed like http://prntscr.com/bbsnbc

Any actions ?
Regards
by siakefh
Sun Mar 06, 2016 12:53 pm
Forum: Stimulsoft Reports.NET
Topic: change BarCode type
Replies: 1
Views: 852

change BarCode type

Hi.
Is it possible to chang the barcode type based on field that contains the bc data according to length.
ex if the barcode data length is 8 then it prints EAN8 type , if barcode data length is 13 then prints EAN13 type .
Regards
Efh
by siakefh
Tue Jan 19, 2016 2:57 pm
Forum: Stimulsoft Reports.NET
Topic: Dotconnect for oracle provider errors
Replies: 11
Views: 4317

Re: Dotconnect for oracle provider errors

Yes .
Now Works Perfect.
Thank You.
by siakefh
Mon Jan 18, 2016 11:53 am
Forum: Stimulsoft Reports.NET
Topic: Dotconnect for oracle provider errors
Replies: 11
Views: 4317

Re: Dotconnect for oracle provider errors

in attachment
by siakefh
Fri Jan 15, 2016 4:52 pm
Forum: Stimulsoft Reports.NET
Topic: Dotconnect for oracle provider errors
Replies: 11
Views: 4317

Re: Dotconnect for oracle provider errors

Hello
With this provider
when a parameterin select clause is datetime it throws error
SELECT
EMPLOYEE_ID, START_DATE, END_DATE,
JOB_ID, DEPARTMENT_ID
FROM HR.JOB_HISTORY
Where trunc(END_DATE) > trunc(:d1)
and add ParaMeter d1 (date)
unable convert datetime to int16
by siakefh
Thu Jan 07, 2016 6:21 pm
Forum: Stimulsoft Reports.NET
Topic: DeVart.Dotconnect.Orace Error
Replies: 1
Views: 1027

DeVart.Dotconnect.Orace Error

Hi.
in Sti 2015.3 when try to connect with Oracle with
Devart.dotconnect with oracle NET. Connection was refused with error 12504
any actions ?
with 2015.1 it ok with the old adapter
Regards