rbuser
Comments
-
I agree it would be nice to have this as an option, but you can do it
yourself without too much effort.
This code is called in the OnCloseQuery event of the designer. If the
report has been modified, it asks if the user wants t… -
Thanks, Chris!
Initially, I tried using the VarBinary(8000) as the data type and it
wouldn't work. I will see if I can save reports at design-time...
Mike
-
Hi Mike Austin,
Instead of using an Image datatype, there is a Binary datatype which can be
used to store the report template in SQL Server 7.
I am getting this exception on startup too (using another database)… -
Thanks, Chris!
I am using an Image data type. When I run the app from the IDE I get a
"Cannot store a template to a field of this type" error. I do not get this
error at run-time.
Mike
-
Hi Mike,
/* create item table */
CREATE TABLE rb_item
(item_id INTEGER NOT NULL IDENTITY (1, 1),
folder_id INTEGER NOT NULL,
item_name VARCHAR(60) NOT NULL,
item_size INTEGER,
item_type INTEGE… -
Never mind! I have it working, I left out some code.
Bob
-
Thanks Nico & Ed.
Looking at that example right now, looks just what i need
.
I think Ed's code w… -
> I have a report which gives 2 pages when i print, i print it 3 times.
In the label's OnPrint event, put either of the following lines:
ppLabel1.Visible := (ppReport1.Page > 1);
ppLabel1.Visible := (ppReport1.Pa… -
The main user who is having this problem does not have RBuilder.ini on her
machine and i searched her registry for 'ReportBuilder', 'RBuilder', 'RB'
with no luck. We have tried re-adding the network printer to her machine,
having her … -
That worked, Thanks,
Rodger
-
Then use the dataset:
DataSet.RecNo < Dataset.RecordCount
--
Ed Dressel
Team DM
-
It appears that the RecordIndex and RecordCount properties only exist in the
JIT pipeline, I'm using a DB Pipeline. Is this correct?
Thanks in advance,
Rodger
-
In the AfterPrint print, set the visiblity of the group footer band:
ppGroupFooterBand1.Visiible := (pipeline.RecordIndex <
(pipeline.RecordCount-1));
Untested code.
--
Ed Dressel
Team DM
-
Missed it cause the footer has that property. I need to stop a group
footer. Sorry if I didn't explain that.
Thanks,
Rodger
-
Must have missed it.
thanks,
Rodger
-
Nico,
Thanks for pointing me in the right direction. I'll take a look at the demo
application first thing tomorrow.
I'll keep you informed about the progress.
Regards,
Wouter Devos
XLent Solutions
Nico,
So I need to create report template files of it?
Now I have all reports stored on one form per report and some code related
to variables in the unit itself.
Will this work fine?
Where do I put the subreports, in …pls do not cross-post.
see group 'end-user'.
regards,
Chris Ueberall;
Hi Nick
Thanks for the advice the problem was with the rbuilder.ini file we replaced
this in the \winnt folder and the user is no longer getting the error.
Many thanks
John
Was this ever posted? Thanks.
I done the job, I have a RB component for printing barcode 93 dataaware.
The source code is send by email on demand.
No need of font or dll, just Delphi code.
--
Serge Chelli
www.aceinformatique.com
www.cactusvision.com…Is here someone who has allready done the job and want to share the source ?
--
Serge Chelli
www.aceinformatique.com
> The only way I can think of doing this is to create another JIT pipeline
That is the way I do it. I have some static data (e.g the sales persons
name, their company) that doesn't change. JITs work great for this. Or if
you …This problem occurs after I upgraded from D5 & RB5.
Thanks Nico
- I checked this "Bottom Offset" setting and it was 0.
The strange thing is I have run this Label Printing EXE on another Win98 PC
and it works fine ie no advancing. But the Win2k PC always advances - I
can't w…> Much easier to use then I thought they would be...
They both have done a very nice job.
Ed Dressel
Ed,
thanks for your responses. I have gotten them working - and they seem
to do a good job. Much easier to use then I thought they would be...
Bradley
I have found good quality with both Pragnaan and Waler--although I have just
recently upgraded to v 2 up the prior one and haven't done a lot of testing
on it yet. (Early on I had some issues with Walers export devices but they
seem l…You can also try my devices which support PDF and 10 other formats.
A demo is available at www.waler.com/download.htm
James Waler
Waler Ltd
http://www.waler.com