rbuser
Comments
-
Hi,
i made some tests and if i take off #207 (FUNC1) from the end of quantity
field i get no messages and it prints the code. But in the end of any
variable AI field must have the #207 (FUNC1) except if the field is the
last one.… -
Any ideas about my last post? I can't see how every other component on a
report would be freed just fine if this were a thread issue. And even more,
that it only happens when there is text in the RichText component.
Thank yo… -
Was this ever resolved? I am having the same issue.
D7, IW 8.0.22, RB 10.09
Thanks All,
Branden
-
Nard Moseley (Digital Metaphors) wrote:
Using 10.05 version.
-
Got it to work like so (in case anyone else has the same problem).
(Note: T...Join is a pretend class meant to make reading the sample code
more legible.)
- Select the new table using TdaSQL.SelectTableOnly() to enable th… -
The reason I'm not using the TdaSQLBuilder is that I have needed to make
some changes to TdaSQL to meet some of the project requirements. Using
TdaSQLBuilder would simply add another level of complexity.
Using the examp… -
Thanks!
Fons
-
Hi Nard,
I hope that the new ElevateDB will be fully supported as well in this
version.
Best regards,
Fons Neelen
The Netherlands
-
Read my reply to the post "Setting the searchexpression takes very long".
It's possible that you may have the same problem.
-
Done the job. Thanks again for a quick response.
Cheers
SteveW
-
Ohh! So that's what I missed. Thanks.
-
Also, if I may ask, I'm using the report designer without the report
explorer and the Size, ItemType and Modified field of my report item
table is always NULL. Do I have to put a report explorer into my form
even without using it ?… -
That did the job
Thanks.
regards,
Hans Claassens
HumanCapitalcare BV
--- posted by geoForum on http://delphi.newswhat.com
-
One last thing Nico

How can I change the button images?
Ken
-
"Nico Cizik (Digital Metaphors)" wrote in
-
Hi Nico,
I finally figured out was wrong (More or less). Our application project file
was seriously messed up. I created a new application project, readded all
forms/units and everything (Compile/Build) is working fine again. … -
Add 'ReportBuilder\Source' to librarypath
Open 'C:\Program Files\Borland\BDS\4.0\RBuilder\Demos\0. RAP\1.
Main\RAP.bdsproj' or any other demo project.
Delphi Librarypath:
$(BDS)\lib;$(BDS)\Imports;$(BDS)\Lib\Indy10;$… -
Add 'ReportBuilder\Source' to librarypath
Open 'C:\Program Files\Borland\BDS\4.0\RBuilder\Demos\0. RAP\1.
Main\RAP.bdsproj' or any other demo project.
add raCodMod to interface|uses
Compile
Same comp… -
This is getting really annoying. I removed all TraCodeModule from my dfms
in the whole project. Attached log file shows only found files in
'\__history\' subfolders. Now when i compile i get '[Pascal Fatal Error]
LEXAct.dpr(861): … -
In some of my dfms i find, is this rap only related? We don't use rap for
now, if i delete these line(s) from my dfms will this have impact on the
report printouts?
object raCodeModule1: TraCodeModule
… -
Uninstalled RB10.05
Rebooted
Manually deleted 'C:\Program Files\Borland\BDS\4.0\RBuilder'
Checked for RB BPLs: Deleted RB*.BPL in C:\WINDOWS\system32
Checked for pp*.pas
Installed RB10.05
Launched Delpi 2006: 'Can't loa… -
I have both the '\RBuilder\Lib' and the '\RBuilder\Source' path added to
the library path when the compile error occurs? Do i have to remove the lib
path when i add the source path and vica versa?
-
RB 10.05 Entreprise Edition
BDS2006: Version 10.0.2558.35231 Update 2, Hotfixed
-
Hi,
-I removed my 2 alteredl RB units from my application
-I deleted my 2 alteredl RB dcu files from my application folder
-I added 'C:\Program Files\Borland\BDS\4.0\RBuilder\Source' to the BDS2006
libarypath
-Compili… -
Sure we copied both new RB10 units to the application folder and applied the
changes from the past on the new RB10 units. When i put some breakpoint on
the added code in the new units (put in application folder) the changed code
is… -
Hi Nico !
Hmm, currently suffering a very similar situation:
I need to know if a Report has been printed or if someone
pressed either Cancel on the preview dialog or cancel on the printer
selection dialog....
Nico Cizik (Digital Metaphors) wrote:
Nico,
That only works if the report is a two pass report, and it implies using
events WITHIN the report. What is most desired is to be able to
determine this WITHOUT having to d…Ed Dressel [Team DM] wrote:
For the time being, I am doing the following:
1) Define a variable "IsEndReport" as Boolean in the Form.
2) Before generating the report, Assign False to "IsEndReport".
3) Define events "On…you might trying printing to archive then previewing the archive.
--
Ed Dressel
Team DM
Is that something that can be included in a next version of Report
Builder ? I think that it would be a great feature.
JFPicard