Search found 28 matches

by james.crossley
Mon Jun 05, 2017 6:47 am
Forum: Stimulsoft Reports.WEB
Topic: How to populate a Variable List
Replies: 3
Views: 3476

Re: How to populate a Variable List

Aleksey
My apologies for the delayed answer.
Thank you for your help.
James
by james.crossley
Wed May 10, 2017 5:25 am
Forum: Stimulsoft Reports.WEB
Topic: How to populate a Variable List
Replies: 3
Views: 3476

How to populate a Variable List

I'd be grateful for some advice on how to pass a list as a parameter to my report. From the Parameter panel on my report, the user will select from a list of months from a dropdown list. The list will be dynamically created and will be constructed like this: Key, Value May 2017, 0 April 2017, -1 Mar...
by james.crossley
Fri Feb 10, 2017 12:37 am
Forum: Stimulsoft BI Server
Topic: Variables Non Editable
Replies: 15
Views: 12050

Re: Variables Non Editable

Alexy I had the same issue as prolink. I downloaded your LockVariableFix program and discovered that didn't work. I looked at the source code and realised that it doesn't SAVE the report after fixing it! StiReport report = new StiReport(); Load(tbStimulReportFile.Text); foreach (StiVariable variable...
by james.crossley
Wed Sep 02, 2015 9:39 am
Forum: Stimulsoft Reports.WEB
Topic: WebViewerFx - Errors aren't raised to user - just blank
Replies: 5
Views: 1711

Re: WebViewerFx - Errors aren't raised to user - just blank

Hi Aleksey

I will try it.
Thanks very much for your help.

James
by james.crossley
Tue Sep 01, 2015 5:17 pm
Forum: Stimulsoft Reports.WEB
Topic: WebViewerFx - Errors aren't raised to user - just blank
Replies: 5
Views: 1711

Re: WebViewerFx - Errors aren't raised to user - just blank

Hi Aleksey

Thanks for the suggestion for using Render(). I'll look into it.

The version we're currently using is 2014.1.1900.0.

Thanks
James
by james.crossley
Tue Sep 01, 2015 2:47 am
Forum: Stimulsoft Reports.WEB
Topic: WebViewerFx - Errors aren't raised to user - just blank
Replies: 5
Views: 1711

WebViewerFx - Errors aren't raised to user - just blank

Have been using the WebViewerFx for some time in our application. I'm looking for a way to notify users errors when the following occurs; a. there's a server-side error when creating the report b. there's a time-out if a report takes too long to create on the server When either a. or b. occurs, noth...
by james.crossley
Thu Aug 14, 2014 2:54 am
Forum: Stimulsoft Reports.NET
Topic: how to add up imperial numbers?
Replies: 6
Views: 2208

Re: how to add up imperial numbers?

Hi jjthed

You could use this code as s starting point: http://www.codeproject.com/Tips/623477/ ... sa-in-Csha

HTH
James
by james.crossley
Thu Dec 05, 2013 6:04 am
Forum: Stimulsoft Reports.WEB
Topic: Designer - Variable Sort Order not maintained
Replies: 1
Views: 1037

Designer - Variable Sort Order not maintained

Hi Guys I'm using the desktop designer (v2013.2.1617). In my reports, I use the in-built parameter panel to request Variables from the user. In the designer, I set the order of Variables in the dictionary so the variables appear in a certain order. When I save the report, I set the order as I want a...
by james.crossley
Tue Sep 03, 2013 8:34 am
Forum: Stimulsoft Reports.WEB
Topic: Fx Viewer - Issue with Save As... (Chrome Browser)
Replies: 6
Views: 3381

Re: Fx Viewer - Issue with Save As... (Chrome Browser)

Hi Aleksey

Awesome! Thank you very much for such a quick response :-) ... and follow up with a work-around.

I appreciate your help
James
by james.crossley
Tue Sep 03, 2013 4:13 am
Forum: Stimulsoft Reports.WEB
Topic: Fx Viewer - Issue with Save As... (Chrome Browser)
Replies: 6
Views: 3381

Fx Viewer - Issue with Save As... (Chrome Browser)

Hi Guys I've discovered an issue with the Fx Viewer and Google Chrome browser. When attempting to Save a report (e.g. Save As PDF or Save As CSV), the browser doesn't show the save file dialog and allow me to save the report. It just pauses briefly and nothing further happens. When I use Charles to ...