rbuser
Comments
-
"Nico Cizik \(Digital Metaphors\)" wrote
-
"Nico Cizik (Digital Metaphors)" wrote in
-
Thanks Nico,
now it works.
Lars
-
Nico
Tried both of them but still cannot get the criteria to clear. Any other
suggestions.
Regards
Tim
-
Hello Nard,
Thank you for the fast feedback.
-
You are a GENIUS! All I had to do was the refresh.
Thanks!!!!!!
-
Nico and Nard,
Thank you for the information. I have downloaded the LearningRAP.exe file
and will look at that also.
Gary
-
Nico,
Thank you! That allowed me to work through the tutorial. The Session Type,
Database Name and Database Type fields were all blank. Are the defaults set
somewhere? Why would they be blank?
Gary
I'm thinking i need access to the Print to File Setup Dialog (or its
properties)...so i can access "Save Length"
Hello,
I upgraded to 11.04 (enterprise), and the same problem exists.
I was able (don't ask me how !) to reproduce the problem.
I got the error from the ppReportExplorer, but after the error message, the
document was shown…I am using
Delphi 2007, Codegear Rad Studio
Report Builder 10.08 (enterprise)
Nexus DB 2.08.03
I only have a few reports. Most of the time I use this one.
It looks that this happens the first time correct. later on, i…Thank you for your answer, but these were only two examples...
I think that a complete reference should be a lot better.
I can look in source code too (in Tra....RTTI classes), but all these
solutions are not productive as using a co…In "The ReportBuilder RAP reference" I cannot find that TppDataPipeline has
"FieldObjects" and "NoRecords" properties.
These are two examples of usefull elements that I cannot find neither in the
documentation nor in RAP Code Toolbo…Thanks for the quick reply, Nico. I was afraid you were going to say that,
but at least now I know for sure what I need to do. :-)
"Dmitry Stukov" wrote in message
Hi Nico,
I tried both events, result is the same. Stationary is still printed
when printing directly to printer.
Had to change the code a bit to make it compile :
if Report.PrinterDevice <> nil then
Hi Nico,
No it's not. The code below does not give the appropriate result.
Stationary is shown in .pdf which is good and also printing the .pdf
gives a good result with stationary printed.
Unfortunately when sending t…Hello Nico,
Thanks for the reply. This would solve the problems, we need to dynamically
position elements horizontally and have made a pass thru function to get the
length of a text string but the returned result is dependant …Thanks for the reply Nico,
I will first try this on the new version and get back to you.
Anton
Hi All,
We are running with Report Builder 11.03 Enterprise and we have experienced
a similar issue, we also clicked onto the idea of using nested if statements
to circumvent this problem:in Incorrect results from AND Comment by rbuser February 2010Thanks, Nico! I like the OnReset event method better. :-)
Thanks, Nico. That workaround seemed to work.
Should I be concerned about doing other calculations like Sum or Avg without
using global variables?
Also, can you help me understand why I was having a problem? Why is it <…Hello,
The unit I changed is called "daSQL". In this unit there is a function
called "FormatValue" which is inside the "ResolveCriteria" function. In here
there is an "If" statement that checks the "aCriteria.CaseSensitive". T…I have found the unit that sets the "UPPER" value in the SQL sting. Once I
changed this to "LOWER" my Russian problem went away. I would like to point
out that in your code you use the Delphi command "UpperCase" This doesn't
work w…Thanks,
That put me on the right track and the problem has been solved. The
pipelines had been created in code and nil was passed as the parameter
in the constructor.
Mark
Hello Nard,
Thank you very much for your samples. It helps me a lot.
Regards,
Stef
Hello Nico,
Can you give me a short sample on how to do this?
Regards,
Stef
Never mind, I tried value before but must have had something else wrong for
why it wouldn't compile. It compiles now.
Thank you Nico.
It is working now.
Below is the code in case anyone is interested for future reference.
procedure ReportOnInitializeParameters(var aCancel: Boolean);
var
aSQLBuilder: TdaSQLBuilder;
Thanks Nico.
I did make some progress but come unstuck a bit further along.
Here is a portion of the query - a little changed from last time.
SELECT
Client.ID, Client.LastName, Client_2.LastName LastName_2,
…