rbuser
Comments
-
Without seeing your code, I can't say for sure, but try posting a windows
close message:
Postmessage(Handle, WM_CLOSE, 0, 0);
--
Ed Dressel
Team DM
-
I have never heard of this issue. I tried this with RB 7 and it worked fine.
I put a demo up at www.annuitypeople.com/files/RealLongMemo.zip
You can test in 6.03.
Enjoy
Ed Dressel
Team DM
-
Or how can I tile it?
-
How can I stretch a image to all page? I try, I didn't.
-
Thanks, that does what I want!
-Carolyn
-
Did you try using a TppDBMemo inplace of a TppDBText? This may solve teh
problem.
Ed Dressel
Team DM
-
Nico - many thanks for the hint - I'll give it a whirl later on this evening
when I've got a moment or two spare. I'll try both ways. If no luck I'll
cobble an example together. Thanks again for your help.
cheers - David
You can reproduce the bug if you place under the crosstable a region.
Tell the region to "ShiftRelativeTo..." the Crosstab.
If the Crosstab is empty (because no data in the datasource), you get an
access valioation in the preview.
Hallo,
the patch works fine for the DATA-Tab. But in the Preview i get also an
access valioation
if the datasource is empty.
But now i can change to the datatab (in the enduserdesigner) and gets not
exeption.
i have send an rtm-file to you
chris
Hi Jim,
I was able to reproduce the error one time.
I'll try to reproduce it once more.
Cheers,
Chris Ueberall;
AddOn:
i am using the enduser-designer.
chris
Hi,
I have found a work around to this by simply adding leading zero's until I
got the correct lenght. Report Builder stopped complaining but I admit it
would have been nice not to have any validation on the component side (or<…Chris and others,
I know you're right. It would be very helpfull for me if Reportbuilder could
do this in some way. Maybe other users who solved a problem like this??
regards
Jos
Hi Jos,
ReportBuilder job is displaying data. You need valid EAN codes. It makes no sense, IMO, to display non valid or virtual EAN codes.
Invalid EAN codes are ignored.
regards,
Chris Ueberall;
Doh! I only had to set the MailMerge property to true!
"Frederic Gelinas" a ?crit dans le message de
Thank's a lot.
Bruno,
I would call the standard printer dialog and assign the properties to 'PrinterSetup'.
The link below shows how to access the DEVMODE structure.
Hi, CHris Ueberall
This worked, but when I click the OK Button, it send the report do the
printer, i'd like to know if Report Builder has a Dialog just to configure
the Printer Options, before having some data on the report.
Hi Bruno,
use 'TppReport.PrinterSetup' to setup printer properties.
Property 'TppReport.ShowPrintDialog' handles the showing of the dialog.
HTH,
CHris Ueberall;
Nico,
Thanks for the clarification. This is a bummer though.
Cheers
Paras
Nico,
I am confused now. Are you telling me that unicode is not supported in RB
(which I know) or it is just not possible to do a report in
Arabic/Hebrew/Persian in RB? The reports are to be run the localized version
of Windows.<…thanks for the quick response. I am trying what you suggested.
Nico - many, many thanks for a simple but very elegant solution! I've
applied the method to the current project reports and there are smiles all
round - another notch for DR/RBuilder and Delphi :=)
Thanks for your kind attentio…To follow up with some more detail. If I use an SQL query (using Northwind
here) such as:
Select A.*,
(select sum(B.ExtendedPrice) from [Order Details Extended] B
where B.OrderID = A.OrderID) as OrderT…you could try to concat it in the database
Hi Teknik
I would create a calculated field.
regards,
Chris Ueberall;
Hi, as a end-user can I still do this? Report Builder comes with the
software but I already customized my own reports to suit my needs and this
skip label would be something I'd like to use. Any way I can add this code
in my templat…Thanks very much, Jim!
I use ExtraDevice to send report by email.
It does the job, but not really fast.