
pinbot
pinbot
About
- Username
- pinbot
- Location
- Texas
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
1. Thanks. I knew there was a little trick. 2. You would think that "Format" would mean just that. Changing it as you indicate gives me the format I need. I also found a good blog about the MS chart control that showed how to format and lo…
-
btw, "-250 cm;-250" cm is off the page, off the monitor, out of the computer and out of my office door. Now wonder the pasted object doesn't show up.
-
Yes. Same thing: http://www.pseudoconsulting.com/DemoPaste.avi Noticed something: When moving while pasting, the location indicator at the bottom left status bar always shows "-250 cm;-250 cm" although the position indicator next to the p…
-
Ok. I'll just live with it. Annoying though. I've added a video if you care to see this problem. http://www.pseudoconsulting.com/frpaste.avi I'm using Windows 7 Ultimate 64 Bit, FR.Net 1.2.5 Not sure if this problem started when…
-
Looks like I can just use the main.html file in the .files folder. I would think that if I told it it not to include the navigator, and unchecked "Sub-folder" that: 1. I would not have the navigator pages. The output should be the .html file…
-
Any luck removing this? Navigator still in 1.1.53
-
I was wondering why my old program worked with FR Studio when I exported to Tiff and then faxed. Looks like it does set the Resolution in the Tiff file. Bryan
-
Thank you. I think that will solve the last problem for me. [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Bryan[/img]
-
Alex, I sincerely appreciate the changes to the TIFF export. However, I think I found out the major problem. It looks like you are not storing the selected resolution in the TIFF file itself. It always says 96dpi for both no matter what I …
-
Alex, Thank You! The Multi-Frame Tiff seems to work well. Except, and this is not your fault.... Since now I am submitting to the fax server as a TIFF, it's assuming I'm sending in the right resolution for a fax and is not resampling the f…
-
I'm glad to see you will be focusing on the web reporting! 2 things I'd really like: 1. Interactive. 2. Being able to "maximize" the report to fit the browser window. Also, the native export to office 2007 sounds great. Exporting to E…
-
The fix works great. Thanks! Bryan (GMT-5)
-
I saw the "AutoFitWidth" in the xml and thought that might do some magic. I see that that is only for Date and Numeric columns. I downloaded 1.1.31 dated yesterday but I guess the fix will be in a later version.
-
Oops, meant to add a picture....
-
That's what I ended up doing and it's working fine. Found it in an earlier post of mine. Thanks.
-
hmm. I can't get this to work. I have an added Query that I added through "Add SQL Query". Named it Table1 but when I try to access it via script, I get the error "Table1 does not exist in the current context" Bryan
-
What type of C# project are you wanting to use FR.NET for? A Console Application? A Web Application? A Windows Application? There are some demo C# applications in \Program Files\FastReports\FastReports.Net\Demos\C#
-
Are you putting this in your Code Behind file (page.aspx.vb)? I code in c# but maybe this would help you get started. Should be fairly easy to convert to VB. In C#, to set the parameter to a session variable, you'd do something like: Rpt.…
-
2) And this is why I love FastReports! Bryan
-
1. It was the group header sort. Setting it to None kept the order of the sql where clause. 2. Thanks. Bryan
-
Just what I needed! I had been clicking on the "Add" button to add the new band, which made the new Data band a child of the existing Data band. Right-Clicking and selecting Data did the trick. As always, thanks for the quick reply. Bryan
-
It was a problem in my report. I had a at the end of my TextObjects that didn't show up on the preview but caused a new line in the PDF export. Thanks for the help! Bryan
-
You might be right. I looked at another record and it displayed correctly. I probably have CR in some and CR+LF in others. yuk. Thanks for the quick reply.
-
Any easy way to make FR.net TextObject show multiple lines like FR Studio? I'm assuming there are cr/lf in the field since they show correctly in FR Studio.
-
I've worked around it for now by moving the column headings to the actual page heading instead of in a group heading that was repeated on each page. Strange because it worked in FR Studio.
-
I keep forgetting to ask this: Why do you no longer have "pixels" as an option for unit of measure, like in FR Studio? Just curious.
-
VERY NICE!!!!! I can put the properties window on the right side of screen now. And actually resize it. I like the zoom slider too. Well Done. Now about that standalone designer...... [img]style_emoticons/<#EMO_DIR#>/smile.gif"…
-
I'll try without the quotes. My default was 'sat' with single quotes. The stored procedure must have been returning an error. Thanks for the quick reply.
-
Thanks for the quick fix. I figured it would be easy, just default the custom SQL queries to something like "Queryxxx" instead of "Tablexxx" . Bryan
-
TableObject is the "Table" icon at the left that you can drag/drop on the report. Picture attached. You can copy/past that and it uses the same naming convention "tablexxx" as creating a sql query. It just happened that an SQL query and a T…