
pinbot
pinbot
About
- Username
- pinbot
- Location
- Texas
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Ok. Figured out Prolem 2. Need to make highlight expression be "< 0.0" so it won't cast the field to an integer value. My Bad.
-
Excellent. I'm sure that will be a big improvement. I can work around it for now. I'd rather have the standalone designer first! [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smi…
-
Took care of it. I just put it all in a table and it looks just like I want it.
-
Alex, I don't agree with your #1. A Standalone designer is very useful. So far in all my FR.Net reports, I've had to use the demo and click on designer. Typically, I'll add a datasource connection to my SQL server and then add custom SQL q…
-
Thanks! I knew showing a video would help. Easier than trying to explain. Bryan
-
That fixed it. I didn't see that in the programmer's manual under the asp.net section. You might want to add that useful tip. Bryan
-
Ok, I changed it to match what you have. When I Prepare the report, all the Text Objects in the data band now throw exceptions: (Text14): error CS0103: The name 'VendorGuideSearch' does not exist in the current context (Text15): error CS01…
-
Thanks, I've done that. Now I get 44 rows (the # of rows in my DT) of the first record from the design table. Do I have to change EVERY refereced object to point to the new Dataset? One of the objects in my databand is "[VendorGuideSearch.…
-
Actually it was even easier than that. I just set ImageLocation to be my full URL in the BeforePrint and FR.NET loaded the picture for me! private void PropertyPicture_BeforePrint(object sender, EventArgs e) { String URL; URL = "http://…
-
Woohoo! The workaround fixed my problem: Adding IF 1=0 BEGIN SET FMTONLY OFF END at the start of my stored procedure let me use it in FR.NET.
-
That's probably it. I'm creating a temp table and returning that. I knew I had read something somewhere about a problem with stored procedures and FR. I'll look over it and if I cannot get it to work quickly I'll just do the report in FR Stud…
-
Getting Closer. I've changed it to: exec alndata.saygoodbyeto "dfw" (FR Studio would use the single quotes like QA so I am used to working everything out in QA and then posting into Fast Reports) When I click next through the Query Wizar…
-
I also tried this: {call alndata.saygoodbyeto('dfw')} Which also works in Query Analyzer but not FR.Net. I'm sure it's something simple. SQL Server 2000
-
Just wanted to add that this problem was fixed in the latest release of FR.Net. FR.NET 1.0.153 Bryan.
-
Thanks for the quick fix! Works great now. Does it do BASE64 for both VS2005 and VS2008? If I upgrade to 2008 after creating a report will it be compatible?
-
Let's try that again! Couldn't upload as an .aspx or .txt
-
I've attached it. Were you able to see what it is doing? You exited VS2008 and went back in and your query was still there? I can't even exit the designer and have it work. I had to rename the file default.txt because, surprise surprise, i…
-
I tried the latest and same problem. I've made you a video so you can see the exact steps I'm taking and the issues I'm having. I create a report, get some errors, fix them, then get the errors again. It's kinda large because I have a 1600x…
-
Also, Did you exit visual studio? If you just click on Design Report again, the SQL is still there but if you exit VS2005, go back in and reopen your project, that is when it appears to truncate the SQL. Bryan
-
FR.NET 1.0.146 BTW.
-
OK. Just did a simple test to confirm I'm not going crazy. 1. Open VS2005 and start a new web application. 2. Drop a Web Report on the default blank page. 3. Design the Report (don't change any properties of WebReport). 4. Click on Add …
-
Here is the ReportResourceString. Looks like all the SQL is there, its just dropping everything after the > in the custom sql when I recall the report. <?xml version="1.0" encoding="utf-8"?> ='2009-01-01' group by '('+…
-
I will check. I know I've seens some instructions somwhere on how to set that but if you have them handy.....
-
Thanks for the quick reply. I can live with it by docking on the left side. Bryan
-
Very Nice! I notice that you have new versions almost daily but when you click on "Changes.txt" it's ALWAYS: version 0.2 beta Is there anyway to know what has changed to see if I want to install the latest? I'm waiting to try the ch…
-
So no TeeChart? :-) Can we use the Microsoft chart controls in VS2005?
-
I had a similar error when trying to use the fastreport3.dll under a 64 bit program. Maybe your development machine is 32 bit and your server 64? Make sure you target 32 bit in your .net application. Hope that helps. Bryan
-
Radek, If you need PDF creation now you can install a free PDF creator that works with FastReports.NET (and FR Studio) I've installed Ghostscript PDF and create all my FastReport PDF's that way. For me it's been (much) faster than using the…
-
Pretty Much this is the only activity I see when posting to support. Changes in your request # 166415 at Fast Reports Inc.. < responsible person was changed > < category changed >
-
Thanks! (checking Control panel every five minutes.....) Just kidding.