Search found 5 matches

by Felipe
Wed Jan 26, 2011 12:46 pm
Forum: Stimulsoft Reports.Flex
Topic: Save / Load a report to / from a database.
Replies: 10
Views: 26199

Save / Load a report to / from a database.

Now I'm using the 2010.3 version.

When I removed the Image tag it worked. Thank you!
by Felipe
Mon Jan 24, 2011 7:54 am
Forum: Stimulsoft Reports.Flex
Topic: Save / Load a report to / from a database.
Replies: 10
Views: 26199

Save / Load a report to / from a database.

You were right. I was using an old version. I updated it but unfortunately it keeps on the same error =(
by Felipe
Thu Jan 20, 2011 6:27 am
Forum: Stimulsoft Reports.Flex
Topic: Save / Load a report to / from a database.
Replies: 10
Views: 26199

Save / Load a report to / from a database.

I'm using a simple report just for test. There are just a Text and a RectaglePrimitive but I'm sending it anyway. The packed and no-packed report XML (using savePackedReportToString and saveReportToString): H4sIAG+1X6MEC9VY23LiOBB9z1d4/cziC/fEeIrrztZOZlOBzTxM7YNiBKgiLJcspsJ+/baEbAvb IWQmU1tbQGG1Tgt3...
by Felipe
Wed Jan 19, 2011 7:56 am
Forum: Stimulsoft Reports.Flex
Topic: Save / Load a report to / from a database.
Replies: 10
Views: 26199

Save / Load a report to / from a database.

Your code gives the same error than mine. I've tried using the first and the second code. My code is basically this: protected function titlewindow1_creationCompleteHandler(event:FlexEvent):void { var report:StiReport = new StiReport(); if(!insert) { report.loadPackedReportFromString(entity.ReportXM...
by Felipe
Tue Jan 18, 2011 9:48 am
Forum: Stimulsoft Reports.Flex
Topic: Save / Load a report to / from a database.
Replies: 10
Views: 26199

Save / Load a report to / from a database.

I want to save a report to my database and then recover it to show on design or view mode. A example code I tried but didnt work: var reportString:String = report.saveReportToString(); //save reportString to my database. //In another moment I recover the String from my database. report.loadReportFro...