rbuser
Comments
-
you can do that in beforepost event of that table.
it will works...
thanks...
-
"Tom Ollar (Digital Metaphors)" wrote in message
-
Tom,
I'm still waiting for an answer to my previous post. Your demo for
dbisam still won't work!
Bob
-
Tom,
I installed the package ok but I get the following errors when I try
to compile the Dbisam demo:
[Error] daDBISAM.pas(354): Undeclared identifier: 'TLanguageSettings'
[Error] daDBISAM.pas(358): Undeclared identif… -
I moved the open statements for the pipeline from the OnShow to the
OnCreate event and the problem went away. Yesterday I upgraded to the
Pro version and I can't get the Dbisam demo to work. What do I need
to do to get Dbisam version… -
> Change the subreport's PrintBehavior property to pbSection. This will
force
Hi Jim -
Okay - I went in on each subreport and changed the property to pbSection
like you said.
The first subreport is now s… -
It must be a component in the professional edition, or higher. I just used
the code from the demo in my app and it works fine to fix the Currency
format problems.
--
Don Gollahon
(gollahon@geneseo.net)
Another nice feature would be when you copy and paste a variable field that
it copy the calculation code as well the other properties.
Tony
I can use 39 or 128.
if I can't get them to stretch across the label, can I at least get them
centered?
Thanks it works but only if the collation is set to false? Why can't I use
collation to true and use the printer drivers settings to print copies?
--
Srikumar.S
The Tech tip given is unrelated to the problem I am facing. I do not want to
print diff captions for each copy.
My problem is that when printing multiple copies set through
Report.PrinterSetup.Copies there is a pause in between …ok, many thanks for this.
I think I've understand the whole project !
hi Jim,
I apologize for I also forgot to tell you I've already seen this line... but
I don't understand what kind of code I can put there ?
is FReport the report where I have to put Detailband, Labels, ... (but how
to do that ???…thanks Jim, but this project does not print anything... I don't really
understand what kind of code I am supposed to write...
don't you have a complete example ?
thanks
Thanks Tom for answering but, AFAIK, this is a design-time wizard and I
would like my customers to choose a template during execution of my program.
I just wondered if anybody had already made a form, just like in Word, to :
- c…Tom,
Great
Leon
Hi Tom.
Tried that but did not get a result. Same error again. Maybe my HP
LaserJet 5 driver is out of date too. For what it is worth, the printer I
am using is a Lexmark Optra W810. Any other ideas? Will try upgrading myOops, ignore this, I missed one link, and now it is OK until the fix
arrives...
In fact, I just copied all my datasets to my report form, and removed all
links to the datamodules, and still I have the problem. Can you advise what
it might be, so I can stop the crash, as I want to ship my application this
week.
Thanks for confiming it is a problem. As soon as you've found a work around,
feel free to contact me by e-mail so I can try it, since I now must
duplicate the datasets I need from my datamodule into my report form, which
I'd like to r…Tom,
OK, thanks...at least I know its not supported.
John
Tom,
Thanks...But, this is not exactly my situation-I think. The user creates a
datamodule with the query designer, adds all regular fields, creates
calculated fields, they can sort on the calc field, but cannot see it for
…I am printing LeftToRight so BandsPerRecord is not an option. I rather not
multiply my dataset, but that seems to be my only option. Is there another
workaround?
Thanks,
Morten
Same as Before , Problem still exists.
Same as Before , Problem still exists.
"Tom Ollar" wrote in message
Another easy way is to define a calculated field in your Delphi ttable. But
I don't know if that is as efficient as the two other methods mentioned -
comments?
The demo EndUser.dpr gives me exactly the same error message. What am I
doing wrong?
David Miller