rbuser
Comments
-
Nard,
(see
A bit much. We'll include samples in our app but a lot of the areas of the
tutorial end-users would never and can't see. Examples not specific to our
app are just more likely to confuse them.
Super! Thanks for that.
rob
Thanks for that
Thanks! As soon as I started setting the SaveAsTemplate AFTER loading a
template, it works.
Jim
Thought I'd mention...I'm using RB v6.01 and D5.
Here is as far as I could pick up in the NG :
procedure TForm1.btnShowSQLClick(Sender: TObject);
var
TempReport : TppCustomReport;
iSQL : TdaSQL;
be…Thank you very match Nico
Dexter
Dear Nard,
There is certainly a difference between an enhancement and a bug fix. Your
current code does not work, you need to fix it first.
Aydin Odacioglu
DBI YAZILIM
"Digital Metaphors" , iletide ?unu yaz…
"Digital Metaphors" ha scritto nel messaggio
Geert wrote:
For Excel, Word and RTF - Pragnaan report is best solution, makes the
same look and feel as in RB.
For PDF Waler is better...it makes smaler file and support national
characters (what pragnaan does not until …Ok,
I found two possible solutions:
TExtraDevices: http://www.waler.com and
PsRBExportDevices:http://www.pragnaan.comThank you , Lisa,
That what exactly I am looking for.
But I did it in as follows RAP because we don't want release the whole
product right now..
GlobalConst
gcKnownValue= 'Show all data Where the ' ;
p…Nard,
Thanks for the Info. I am not wanting to change Source. Could you give me
an Example of How to Change the New Button on the Tool Bar. Everything I
have tried Still gives me the Wizard before Running my code I Do not want to
Nard,
I have another Question Alone the same lines. Can I control the Tool Bar
menu? Like I would like to remove the Open New? and Change the Open File to
my Custom Open?
--
Glenn@cassoftware.com
Web www…Thank you Nard, That did the Trick.
--
Glenn@cassoftware.com
Web www.cassoftware.com
Voice 909-335-1205
fax 909-793-6974
I have stored my templates on sql server .
I solved this problem using
set Allowprintfiles := true before print report on delphi code.
many thanks for yours helps,
tnk
Hello Nard
Thanks for your answer..
Some clarification:
Its a helpdesk that uses a program for register Industry complaints
and they want to send a complaint confirm to the customer true email.
That's why they don't ne…I am using Matrix object to control the appearance of the cross tab, but I
can't hide 'Year of sale date' label:
the code is below:
Also I want to completely remove first row. How can I do this?
procedure TForm1.ppCro…Nard,
I'm detected that the problem occur han an bug in BDE. The BDE not support
simultaneous access when used with paradox in CGI applications.
So, I solved the problem creating a semaphore in my application that not
leave…Nard,
Thanks for your answer.
So, I understand that BDE is not more indicated for this type of
application, but its use necessary must the architecture of the project. I
understand to that BDE is not support many requests i…Ok, I see it now. I suggest that it would be nice to have on the right
click menu, since it is a configuration item similar to a barcode's
Configure.
Jim
Big help... thanks.
Is there a way for the end user to toggle the AutoStop property within the
report designer?
Regards,
Hiram Falcon
Lady Lynn Development, Inc.
5532 Woodruff A…Thank you Hiram but I need the blank lines as they indicate a payment or an
adjustment and there are figures for these blanks in other columns.
Susan Yates
Hello Sussan:
You could limit the query to include invoice numbers that are not blank
(i.e. INV_NO <> ''). Also, you could group the report by Invoice No where
Invoice No > '' and run a count on the group.
Re…I think you right brett because my .exe file size upper then 19 mb
Thanx yours help,
Kemal,
its
Most likely your application is too large. Win98 has limits on the number
and
size of resources allowed within a .EXE. If you have too many forms, images,
icons, resource strings, etc., etc. then Win98…Thanks,
It works just fine, But by the way, the labels dosen?t seem to be rotated,
Is It right?
It was create with a 180? rotation on the ppReport.
OK. I have it UP Except For One Small Problem. There are no tables in the
Table List.
I am using MSSQL Server as the database however that is not listed so I
chose OTHER as the database type. Is it possible to do this with dbEx…Thanks Nard, just what I was looking for.