Search found 29 matches

by David334
Sat Feb 03, 2024 5:48 pm
Forum: Stimulsoft Ultimate
Topic: Having Trouble checking is a variable it greater then something.
Replies: 5
Views: 1224

Re: Having Trouble checking is a variable it greater then something.

I'm only posting this for someone else who might run into this. The solution was to use "Convert. " to convert to a usable number. I ended up converting to Double using Convert.ToDouble( ) and it worked as expected. This is a programming issue and a lack of knowledge problem on my part, th...
by David334
Fri Feb 02, 2024 1:18 am
Forum: Stimulsoft Ultimate
Topic: Having Trouble checking is a variable it greater then something.
Replies: 5
Views: 1224

Re: Having Trouble checking is a variable it greater then something.

Im not sure what format these reports are in. Its bundled with our shop software Jobboss2.
When I export it, I get a file extension of .cff. When I try to attach it, its says invalid.
by David334
Thu Feb 01, 2024 1:08 am
Forum: Stimulsoft Ultimate
Topic: Having Trouble checking is a variable it greater then something.
Replies: 5
Views: 1224

Having Trouble checking is a variable it greater then something.

I am trying to check if a variable is greater than a number. It seems to be treating them as strings. I have a variable "day" defined as a long type with an expression: DayOfYear(StrToDateTime(date_as_string)) <----- This is "supposed" to output as a long value. Lets say for exam...
by David334
Mon Sep 05, 2022 5:45 pm
Forum: Stimulsoft Ultimate
Topic: Multiple IF Condistions (&&)
Replies: 3
Views: 1120

Re: Multiple IF Condistions (&&)

I ended up getting my result using multiple text boxes and using conditions to enable or disable them. I'm not sure why my IF conditions were not working, but I suspect there is something else going on I am not aware of.
I appreciate you taking the time to look into it though.
by David334
Thu Sep 01, 2022 9:06 pm
Forum: Stimulsoft Ultimate
Topic: Multiple IF Condistions (&&)
Replies: 3
Views: 1120

Multiple IF Condistions (&&)

Im trying to make a variable based on two other variables. Both variables are boolean. Trying to make the variable use Expression. I tried Variable1 && Variable2 ? true : false I tried Variabl1 == true && Variable2 == true ? true : false I tried IIF(Variable1 && Variable2, tr...
by David334
Mon Oct 18, 2021 7:34 pm
Forum: Stimulsoft Ultimate
Topic: Nested conditional statements
Replies: 3
Views: 1714

Re: Nested conditional statements

Thank you. I see my problem with the parenthesis. Your example works, Thanks.
by David334
Fri Oct 15, 2021 6:14 pm
Forum: Stimulsoft Ultimate
Topic: Nested conditional statements
Replies: 3
Views: 1714

Nested conditional statements

I had a report using nested conditional statements with the format " condition ? true : false " It looked something like: {condition ? "Text_if_True" : New_Condition_If_False ? "Text_if_true" : "Text_If_False"} This was working fine up until a current upgrade ...
by David334
Fri Oct 15, 2021 5:52 pm
Forum: Stimulsoft Ultimate
Topic: Double Sided Print - Force New Page?
Replies: 1
Views: 917

Double Sided Print - Force New Page?

When using double sided print, is there a way to force the output of a new page?
For example, if the report only generates two pages, double sided will put each page on a single sheet of paper, is there a setting that will force a page to be output on its own sheet no matter what?

Thanks.
by David334
Fri Oct 15, 2021 5:04 pm
Forum: Stimulsoft Ultimate
Topic: Conditional Page Print
Replies: 6
Views: 2861

Re: Conditional Page Print

Lech Kulikowski wrote: Fri Oct 15, 2021 1:03 pm Hello,

Please check sample report in the attachment.

Thank you.
Hello, thank you for this file. I was able to locate where shoptech loads its default reports and I replaced one with this so I was able to view it. It helped me tremendously, thank you thank you thank you!
by David334
Fri Oct 15, 2021 2:29 pm
Forum: Stimulsoft Ultimate
Topic: Conditional Page Print
Replies: 6
Views: 2861

Re: Conditional Page Print

This is so unbelievably frustrating. I hate Shoptech with a passion! I am yet another user of shoptech who is forced to use a butchered version of this software where they seem to break its functionality. Then when you ask for info on how to use the designer to modify reports they direct us here, wh...