J??nior Garcia
J??nior Garcia
About
- Username
- J??nior Garcia
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Mick.pl wrote: » Did you try to refresh the dataset? I mean Close and then Open it. Yes Mick. But seems that this is not the problem.
-
Hi everyone! Well, I finally solved my problem. The loop need to be done with a TDataSet component, that is returned when we use the function GetDataSet from some frxDBDataSet. Look at the example: for i := 0 to Pred(frxDBDataSet.GetDataSet.Fields…
-
Mick.pl wrote: » Mick.pl wrote: » Hi everyone. I was unable to answers the topics this weekend, sorry. Well, I'd like to know how to send a ticket to the development team. Thanks. Just click "Ticket" on this website http://www.fast-repor…
-
Hi everyone. I was unable to answers the topics this weekend, sorry. Well, I'd like to know how to send a ticket to the development team. Thanks.
-
Mick.pl wrote: » Did you try (dataSet.FieldsCount - 1) instead of Pred(dataSet.FieldsCount) ? Yes Mick, I have the same error
-
gpi wrote: » Use aggregate functions on ReportSummary band I'm Sorry. Didn't understood what you told. Started to use FR just some time ago. I can be clearly in this question, I want some function to count the total pages when a page is pri…
-
That was really counting the MasterData x) Ok problem solved. Hugs from Brazil
-
Right, you can kill me after this post. I was sorting the two queries, this was creating an exception [img]style_emoticons/<#EMO_DIR#>/dry.gif" style="vertical-align:middle" emoid="<_<" border="0" alt="dry.gif" /> I wrote a query in…
-
Ok Mick. I attached my fr3 file if you wanna see the queries, etc. It's showing an error there :[
-
Ok Mick, another question: Can I do that with internal queries in FastReport? (that ones it uses in Data Tab)
-
Mick it's with error in datasets.
-
Mick.pl wrote: » Here you are Mick you helping me again :] I'll see the file. Thnx o/
-
Hi Mick.pl! I solved using the StringReplace function as u told me! Thanks a lot!
-
Right! It's like this SELECT * FROM USERS ORDER BY :SORTPARAM
-
Mick.pl wrote: » I assume that your end user chooses a column name in a dialog and that name must be applied to your existing query. Another assumption about your query (for example MyQuery: TfrxADOQuery) seems like SELECT * FROM AnyWhere ORDE…
-
Mick.pl wrote: » FastReport doesn't support such a construction as you wrote: Mick.pl wrote: » SELECT * FROM TABLE ORDER BY :SORTPARAM; Try to make a dynamic query. I mean start at design time (or any other time before you open the query) …
-
gpi wrote: » Try to assign query's parameter with report variable and set report variable in Delphi's code Hi gpi! I tried do execute the query in the FastReport design'g interface. But the same error was shown. I'm doing something like this:…