rgomez
rgomez
About
- Username
- rgomez
- Joined
- Visits
- 18
- Last Active
- Roles
- Members
Comments
-
I did some changes around the line I said, in frxExportXLSX: basically I check the DisplayFormat to see if there is any date-related characters, and if there is none (meaning, at least in my cases, that it's only a time), I skip the conversion. It s…
-
https://forum.fast-report.com/en/discussion/comment/43031#Comment_43031 Hello. I am not sure what you mean here? What property are we talking about? Thanks!
-
Hello, I'm still having this issue. I think I did not sent the files to the support email, as I did not have a reproducible case always. But now I think I do, and more, I think the problem is the changes made to the frxExportXLSX.pas file somewhere …
-
Ok. I will send the files by email. Thanks!
-
Some corrections: The data on the problematic columns is a DateTime, with both date and time set. The two columns have a DisplayFormat set, to only display the time part.
-
Hello Paul, Polomint wrote: » Have you raised a Ticket with Support? I find they are pretty quick to respond. I haven't. I didn't know if it was indeed a bug or just something I needed to change in the configuration or settings of the r…
-
Looking at the code in frxDBSet.pas I see this in the non-working versions: procedure TfrxDBDataSet.Next; var b: TBookmark; begin if not FInitialized then Open; FEof := False; if RangeEnd = reCurrent then begin b := FDS.GetBookma…
-
This problems actually happen also with FR5, with versions > 5.6.8 (or so I think). Maybe the culprit is this fix: "- Fixed issue when used RangeEnd = reCount to limit records of the dataset" in ver…
-
gpi wrote: » Sorry, but FR 6 doesn't have such feature Ok. Now, I am seeing actually a problem when trying to load a SVG image at runtime. I load the images into a TcxImageCollection, from DevExpress. That generates a TcxImageCollecti…
-
Hello Paul, Thanks for the reply. I opened the FR sources last saturday and found that the email is only added if the pbExportQuick button is being displayed, so I modified my code to enable this and now I can send via email as before. Po…
-
I have added the frMailExport directly to the form where a frReport is and it still doesn't show in the save options. I'm guessing this is somethig else and not that it is not registering that export.