Search found 12 matches

by tmac16
Fri Jul 28, 2017 5:46 pm
Forum: Stimulsoft Reports.Flex
Topic: Inbound XML Date Showing as 01/01/1970
Replies: 1
Views: 11361

Inbound XML Date Showing as 01/01/1970

Hi, i am using version 2017.1.1 and my data in coming in from an XML file. I have a date field in the xsd as: <xs:element name="LoadDate" type="xs:date" minOccurs="0" /> And the xml file has them formatted as mm/dd/yyyy (e.g. 06/22/2017). In Designer the Types is dateti...
by tmac16
Tue Dec 20, 2016 8:50 pm
Forum: Stimulsoft Reports.Flex
Topic: Data Randomly Doubling
Replies: 7
Views: 4408

Re: Data Randomly Doubling

Sure, what email address do i send that do?

Also please keep in mind it only doubles through the UI, not from designer with the XML file.
by tmac16
Tue Dec 20, 2016 12:07 am
Forum: Stimulsoft Reports.Flex
Topic: Data Randomly Doubling
Replies: 7
Views: 4408

Re: Data Randomly Doubling

I have objects that build the different components for easy of future reporting and deployment. The important pieces i think are shown below. Let me know if more is needed. private var report:StiReport = new StiReport(); public var xmlData:XML; report.loadReportFromString(documentString); //Loads .m...
by tmac16
Sun Dec 18, 2016 7:17 pm
Forum: Stimulsoft Reports.Flex
Topic: Data Randomly Doubling
Replies: 7
Views: 4408

Re: Data Randomly Doubling

Hi,

Ok I upgrade to the latest version 2016.3 and in the designer the data is no longer doubling however, within my application it still is. I confirmed the view is the 2016.3 version. I also exported the XML data and confirmed it matches the file I am working with in the designed.

Any thoughts?
by tmac16
Wed Nov 23, 2016 8:09 pm
Forum: Stimulsoft Reports.Flex
Topic: Data Randomly Doubling
Replies: 7
Views: 4408

Data Randomly Doubling

Hi, When designing a report via the Designer and using an xml file the report looks as expected however, when running the same report using the same data, certain data get doubled for some reason. I am using Designer 2014.3 and the build dates on my swc files are 7.27.2014. Any thoughts on why this ...
by tmac16
Tue Jul 24, 2012 2:47 pm
Forum: Stimulsoft Reports.Flex
Topic: Error #2031
Replies: 1
Views: 1440

Error #2031

I get a Error #2031 when trying to connect to a MySQL db. Can you please tell me what this error code means?

I am using designer version 2012.2.1314 from 2012.07.12

Thanks.
by tmac16
Tue Dec 27, 2011 4:58 pm
Forum: Stimulsoft Reports.Flex
Topic: Listen for Events
Replies: 4
Views: 2895

Listen for Events

<t>Tks for you help, I was able to use this with the viewer:<br/> <br/> viewer.addEventListener(StiViewerEvent.EXIT, exitHandler);<br/> <br/> Alos, I took you advice and downloaded the StiReport.chm file however, i continually get "Navigation to the webpage was canceled" on any topic i choose. I am ...
by tmac16
Tue Dec 27, 2011 3:56 pm
Forum: Stimulsoft Reports.Flex
Topic: Listen for Events
Replies: 4
Views: 2895

Listen for Events

It is for the Viewer not the designer? What would the addEventListener be then?

i Tried this:

report.addEventListener(StiViewerEvent.EXIT, exitHandler) with no luck.
by tmac16
Fri Dec 16, 2011 1:59 pm
Forum: Stimulsoft Reports.Flex
Topic: Listen for Events
Replies: 4
Views: 2895

Listen for Events

Can I add an Event Listener to the report viewer and listen for a click of the Exit button?

Also, do you have a document or online reference that lists the all the details about each of the Stimulsoft classes?

Thanks.
by tmac16
Tue Jun 21, 2011 6:34 am
Forum: Stimulsoft Reports.Flex
Topic: Adding Second Databand to Report
Replies: 4
Views: 2203

Adding Second Databand to Report

But then wouldn't my totals line be before the details i want to dispaly?