Default Avatar

trinode

trinode

About

Username
trinode
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Hello, Is this now implemented in 1.4? Thanks, Anthony AlexTZ wrote: » Hello, We plan to implement this feature in the next major build. I think it will be ready in 2-3 months.
  • Ok, no problem, but could you tell me which barcode that fast report supports fits most data into a small space? I think code128 is compact, but are any other's better? - Anthony
  • Fantastic, I'll try that! Next question, I don't think fast reports supports Databar barcodes, one of which (Databar Expanded), in a small amount of space can fit 41 alphanumeric characters! (or 74 digits!) http://mdn.morovia.com/manuals/dat…
  • AlexTZ wrote: » Hello, You may export your report that contain barcodes, into the image file (bmp, png, ...). Is this what you want? Well, it would be prefered to be a memory bitmap, the situation is there's a report with barcodes on, an…
  • Hi Alex, Any progress on this yet? - Anthony
  • AlexTZ wrote: » I think it's not suitable in your case. I will add an event that you can use to filter the tables. That sounds like a great solution! Thanks!
  • AlexTZ wrote: » If you make a DataSet using Visual Studio, it will generate a DataAdapter for each table. FR will use it to fill a table. ah, ok, is this possible in code? - Starting with an odbcconnection, then what?
  • Can you explain how I'd do this? I can make an empty dataset, and pass it to FR, but then where will it get the data?
  • How is the progress with correcting the SQL generated with the query builder? wrote: It's making crazy SQL:- I added 2 tables - Users and Requests... CODE SELECT U.UserID FROM `Request` R , `Request` R WHERE U.UserID = R.CreatedUserID …
  • and ODBC support built in now! (thanks Alex!) http://www.oracle.com/technology/software/...odbc/index.html http://dev.mysql.com/downloads/connector/odbc/5.1.html Careful when using mysql, the licensing for the .net connector is a bit restritiv…
  • Ok, Thanks for letting me know. If you would fix that join dialog, hopefully the users could then make the more simple reports without too much difficulty, and then when your collegue gets back from the business trip then they can fix the rest…
  • Hello again, Do you have an estimate of the time to fix the visual query builder? The reason I ask is that my users are moving from Microsoft Access, and the query builder will be familiar to them, they will be disapointed if my answer is "learn …
  • Thankyou. Any luck with the "Join Properties" problem in my other post? Thanks, - Anthony
  • in the query editor, the join editor just shows: Tables: "label1" [Blank Dropdown box] "label2" Conditions: "label6" [Blank Dropdown box] "label5" I assume this is where I'm supposed to be setting left joins and such up? Also, if you d…
  • Ohh, it happens if:- 1) Run Application 2) Click Choose Data -> Empty 3) Click Ok 4) Click Add Data Source - > Crash but does not happen if you:- 1) Run Application 2) Click Add Data Source Once you've done Add Data Source it wo…
  • I've downloaded 1.2.20 and now, using the same code as above results in (same with past version):- Data-> Choose Report Data = Empty Data -> Add Data Source crashes like this: See the end of this message for details on invoking just…
  • pinbot wrote: » Alex, I put a StartReport event in the report script and tried to open a text file for logging. When I click on Preview in the designer, I get an Access Denied exception. Screen capture attached. What the best way to ca…
  • AlexTZ wrote: » Hello, You may use FastReport designer to do this: Report report = new Report(); DialogPage dialog = new DialogPage(); report.Pages.Add(dialog); report.Design(); Thanks for the info, but I want to add custom winfo…
  • Very fast work! Thanks for this! Are the daily builds automated, if so, what time are they available? I look forward to trying it out. Thanks, Anthony
  • Hello, I thought I could change the aboutbox but cmdAbout.Customaction is read only, can we override this somehow? Or is it possible to completely hide the about option, or even the help menu? Thanks, - Anthony
  • Ok, so when your ODBC support is complete, I could pass an ODBCConnection object? So I could do this? ODBCConnection myCon; myCon = .... Config.DesignerSettings.ApplicationConnection= myCon; Report myReport = new Report(); report.Design() …
  • Thanks, that's great, I appreciate the fast response! I've got FastReport.Net Professional too [img]style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> - Anthony[/img]
  • I was just suggesting in case he hadn't tried / thought of that [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> I don't know much about custom functions yet though, so I ca…
  • Could you add a column for ordering, or could you use a function to get a value to sort by?
  • I've been looking at the mysql plugin and I don't think it'll be much different... using system.data.odbc; ... MySqlConnectionStringBuilder = ODBCConnectionStringBuilder MySqlConnection = ODBCConnection maybe it's just a simple change?
  • ok, would you mind looking at it as soon as you can? The reason I ask is that any software the uses mysql connector .net should be open source (connector.net is GPL *NOT* LGPL), or have a commercial usage license (and that costs a fair bit of mo…
  • AlexTZ wrote: » Hello, If you want to use charts, you need .net fw 3.5sp1. You can still build for .net 2.0. Regarding the order: please ask ComponentSource, they should send you a license key. Ok, so I can build for framework 2.0 and i…