rbuser
Comments
-
Hi Anderson,
I tried to open the file rbIBE55.dcp with D5 (sp1) but I've got the error:
"One or more lines were too long and have been truncated"
What should I do?
Are there another souce code files (PAS, DPR) ?… -
-
Hi Rubens,
Did you install SP1 of D5?. And if you use InterBase Express " IBX " do you
need to re-compile Package of RB that works with IBX!.
Best regards,
Anderson - AHR
anderson.hr@bol.com.br
-
Thanks Jim-sounds reasonable.
John
-
In article <8EAE82296ACCD311A039005004E0CAC0055E79@DMSERVER>, Ed
-
What version of RB are you using?
Ed Dressel
Team DM
-
"Darren Hunter" wrote in message
-
Thanks for the reply Jim
I was more meaning is there a control that would display/render html (ie.
"This word is bold")
A control that can produce what the html would look like in a browser on the
RB canvas.
But, by example... doesn't the detail band a property that tells me how
many details where in the report?
it worked!
i created a delphi function 'ChangeSQLObject' that sets the property
EditSqlAsText true, then changing the sql text.
Call it from the OnGetAutoSearchValues and after relinking the DBTexts to
the Fields...
now i ca…In that article you show a function that return me a SQL object in the aSQL
param.
If i make a pass-thru function to this function then change the SQLText in
the event OnGetAutoSearchValues, the SQL will execute before the report
Thanks Jim, I'll do that!
Thanks, it solved all my questions.
Sorry, but i must take a dessing decision:
so if i have a master/detail report all the details are fetched again?
thanks
But does the twopass fetches the database data twice or only on the first
pass? My exact question: is the second pass heavy-time consuming?
thanks
As far as I know that problem has been fixed in RB 6.02
Jon
Thank you, but I have no property like this. How it works ?
I think you need to look at:
ppDesigner1.IniStorageName :=
to store the INI file where you want to.
Jon
If it does not generated in the archive report, can I print the image when I
print from the archive file?
Jim,
You misunderstood my question.
I am printing report a an archive files. My question is can the
ArchiveReader print the archive report along with a WMF file(window image
file)?
In one of your tutorial you have a w2 and …Jim,
Three things:
1) Is there a simple example somewhere on creating a previewer. I haven't
had to do what you said that I need to do.
2) I found what was looking for in dm0124.pas. I believe there is a type-o
on line 193…Create a group report over the field as usual and in the OnPrint event of
the field change the value to the one you want displayed.
>We'll need a working demo so that we can isolate what is causing this. I
I am sure it probably is related to the SQL extraction/insertion if
you are not experiencing the problem. Creating a working demo will be
a lot of wo…The application is fairly complex. I open the report before it is run
so that I can extract the SQL statement. I parse it, then display a
dialog to the user so that they may enter parameters (similar to your
auto search dialog, but …ok thanks ...
I will check this .....
In article <8EAE82296ACCD311A039005004E0CAC0057A60@DMSERVER>, Paul Toms wrote:
I did it this way and it works well. Every Line which has ParentHeight,
ReprintonOverflow and Position Left or right will be painted to the footer …Thanks...that makes some sense...I'll give it a try when I get time and if I
succeed I'll post up the solution
Hmm...I see. Still a bit of a cludge. Am I right in thinking that, if I were
clever enough, the architecture is there for me to write a more
"intelligent" ( no offense intended) line component; or is the Designer
itself imposing this …ok, but is not a very elegant solution. What if you want a box to flow from
a group header to a group footer?