Search found 6 matches

by Zaily
Tue Aug 30, 2016 11:39 am
Forum: Stimulsoft Reports.Silverlight
Topic: Bar code problem - missing divider (EAN-128c)
Replies: 6
Views: 16030

Re: Bar code problem - missing divider (EAN-128c)

Thank You very much HighAley, used the

Code: Select all

{Ceiling(qPrehledSSCC.MNKARTONU)}{(char)129}
solution and it worked perfectly :)
by Zaily
Fri Aug 26, 2016 11:16 am
Forum: Stimulsoft Reports.Silverlight
Topic: Bar code problem - missing divider (EAN-128c)
Replies: 6
Views: 16030

Re: Bar code problem - missing divider (EAN-128c)

Any ideas, what could help me please?
by Zaily
Thu Aug 25, 2016 11:34 am
Forum: Stimulsoft Reports.Silverlight
Topic: Bar code problem - missing divider (EAN-128c)
Replies: 6
Views: 16030

Re: Bar code problem - missing divider (EAN-128c)

Hello, Thank you When I use it like this (as you wrote me): (02){qPrehledSSCC.EANKARTONU+ (char)129}(37){Ceiling(qPrehledSSCC.MNKARTONU)+ (char)129}(15){qPrehledSSCC.TRVANLIVOST+ (char)129}(10){qPrehledSSCC.VYROBA} I get always the result of: 020859560170098237 291 1517020910090816 (so it seems like...
by Zaily
Wed Aug 24, 2016 12:30 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Bar code problem - missing divider (EAN-128c)
Replies: 6
Views: 16030

Bar code problem - missing divider (EAN-128c)

Hello guys, I have a pallet label (enclosed) and within the first barcode, there is a problem that there is no divider/separator between AI's (37) and (15), so the scanner does not recognize where the AI 37 ends and AI 15 starts. this is the code I use to create barcode (all of those qPrehledSSCC's ...
by Zaily
Thu Nov 26, 2015 10:17 am
Forum: Stimulsoft Reports.Silverlight
Topic: Help with condition in Report summary totals
Replies: 3
Views: 2705

Re: Help with condition in Report summary totals

Thank you so much, this is it! :)
by Zaily
Wed Nov 25, 2015 2:19 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Help with condition in Report summary totals
Replies: 3
Views: 2705

Help with condition in Report summary totals

hello guys, im trying to put in one text box, which will sum up the qsdok.mnozstvi for substring(qsdok.pracoviste)1,2 lower than 3 (i have pracoviste 1, 2 and 3) (without substring the pracoviste is like M1, M2, M3) but i still get error in my code.. {SumIf(qsdok.MNOZSTVI, substring(qsdok.pracoviste...