rbuser
Comments
-
Hi Nard,
Here is how I am calculating the label height and width.
With A4, 9x2 the calculations are:
LabelHeight := 297 - ( 0 + 0 ) - ( 8 * 0 ) / 9 ( = 33 )
LabelWidth := 210 - (0 + 0 ) - (1*0) / 2 (=105)
Yes, it looks very good.
Hi Richard,
Is the output to a pdf file in layout terms quite conisistent.ie similar to
the one when we preview and print the report.
Thanx !! for the quick response.
Leena
If the users need layout the same as the RB report, they're viewing at it
(rather than feeding it to a spreadsheet or some other program) and what
they really need is probably a PDF file. I use the TExtraDevices component
fromI have been using the ndBlankReport option successfully until recently. One
of my reports has a counter for the number of records it shows and when
there are no records it is displaying that there are actually one records on
the repo…Jim,
I'm sorry, but I copied the NoDataBehaviour property value from another
report on the same form :-(
The NoDataBehaviour property is actually set to
[ndMessageOnPage,ndBlankReport]. The problem is that though I ha…In article <3B6EC7CD.EB42C911@digital-metaphors.com>, Nard Moseley
On Mon, 6 Aug 2001 15:41:45 -0500 , "Jim Bennett (Digital Metaphors)"
> How did I miss that ???
I could post that question on my office all
Ed Dressel
Team DM
AV's are solved - this was my botch as follows:
I have 4 custom components installed in ReportBuilder - including Rap
pass thru functions. These packages needed to be recompiled for the new
version of reportBuilder -
Ed:
I did send this directly to D-M support. I uninstalled Report Builder
completely, via the tech tip and then re-installed Report Builder - I even
downloaded a fresh copy. Nothing works - same AV. Either the Build has a
I would send this directly to support@digital-metaphors.com
Ed Dressel
Jim,
Thanks for taking the time to respond. That makes sense, and it's what
James suggested as well.
In reading the manual and looking through the demos, I'm not seeing a viable
way to 'handle' event handlers that ap…Thanks for the suggestions, although, its not what I needed. I was looking
for a way to stop Report Builder from printing records on the report AFTER
the query has returned.
Is there a way to stop ReportBuilder from printing a r…Thanks Jim. I did
When did version 6.01 come out? I just received version 6.0 on July 30,
2001.
Thank You Jim. I will look into this.
Gary
Hi Chris,
You shouldn't assume a person is knowledgeable of ReportBuilder simply
because they are a User. I happen to know that Kara is a beginner and is
struggling with this print problem. I, myself, have only written threeHi Gary,
Ambiguous? In what case?
Sorry, but I thought that this acronym should be known to a ReportBuilder
user, for further information you may look into the tech-tip section there
is a RAP thread, expla…That reply is as ambiguous as the help files. What is RAP? Are you saying
that you can only print a single Line? If this is so then what good is
having a memo field?
Hi Kara,
this is a limitation of the text-device.
When I have to print Memos with the text-device I use RAP to fill a
TppVariable with it (single lines only!)
regards,
Chris Ueberall;
also
screen.…Hi Jim and thanks for your reply. Two weeks ago i asked to Teemach guys if
TeeChart 5.01 "Pre-release" for D6 was a beta or what. They answered it was
a solid and stable version, based on the same source of the D5 Tee5.01
version, and…> Cannot Load Package tee60. It contains TeeAbout which is already
Same problem here. It also happened with RB 6.0.
Ciao, Sandro
Using the ColumnTraversal property and setting the number of columns and
column positons, I was able to print out the columns Left toRight. The only
problem left is that it prints only one group per page even though the Start
New Pag…Yep...I see it...thought it is unchecked...as soon as I try to enable it, it
throws the following error :
The procedure entry point in Problem w/ TeeChart 55 and RB 6 for D5 Comment by rbuser August 2001Actually, my teechart packages end in 55 where the documentation says they
should end in 45, but, the packages are installed, working properly and come
up in the package inspector as TeeChart Pro v5.
I've tried reinstalling RB a…I realize that maybe the older version of TeeChart was the problem, so I
upgraded my packages etc, but I am still having the same problem.
> you can use the Windows-API functions, but that's really funny stuff, they
PRINTER_INFO_1,
several different clients with my laptop and so on a daily basis my network
settings can change, as do the printers. Quite oft…Hi Gerald,
you can use the Windows-API functions, but that's really funny stuff, they
changed it with every OS.
Chaos par excellence!
See AddPrinter, DeletePrinter, GetPrinter, GetProfileString, PRINTER_INFO_1,
PRINTER…Frederick:
Each ppReport item had label and data objects associated with it. The
more of these you place on a form, the more stuff that needs to be loaded
upon creation of the form. Are you also placing multiple ttables on t…