rbuser
Comments
-
Hi Janusz,
after loading a report from template you have to re-assign all events you
are interested in.
See the template threads in the tech-tips group.
regards,
Chris Ueberall;
this
run
-
Chris:
Yes! I found the darned error thanks to you. In effect, the Data Module has
a "Transaction-Number" index defined over one of the tables and this
apparently caused the error because I modified the data definitions (I
Hi Ray,
Are you loading report templates on startup?
Is your startup client depending (e.g. loading the last opened report)?
Have you checked your DFMs and RTMs for any occurence of 'Transaction -
Number'.
Do you namin…
Thanks, that did it! (I had added it in earlier, but somehow dropped it)
Hi Gerald,
Add 'raIDE' to the uses clause.
see article 'Controlling the End-User Environment' in the tech-tips
'End-User' thread.
... and do not modify any of the RB units (seldom necessary, a no no for
beginners…This is the procedure and line of code where the error comes up:
procedure TppTemplate.LoadFromStream(aStream: TStream);
lReader.ReadComponents(FRoot, nil, LoadCallback);
Never mind I missed a step on the installation instructions. Thanks
anyway!!
Bob
Hi Alberto,
check the project settings for using runtime packages, there may be the old
package in the list.
regards,
Chris Ueberall;
Thank you!! Works perfect now.
Thank you, this works if the report is previewed only, or printed
only.
However . . .
If it is previewed and then printed (from the preview screen) the
headings do not print at all.
If paging forward, and th…Thanks Jim, I didn't notice that the band height had slipped on me.
well, after some digging (and guessing), I think I got it fixed... I
just set the PageSetup of the childreport equal …Yes - they do preview correctly - but then they print correctly most of the
time.
I'm going to look into getting more recent printer drivers, but this
situation is occurring on different printer types.
Thanks for you …Hi,
Actually i want Object Inspector at the time of application's running state
when the end user application is running and we are creating new report then
there does not appear Object Inspector when we press .
Hi Nasir,
in Delphi you have to hit to see the ObjectInspector in front.
regards,
Chris Ueberall;
by
If you register your own previewer, you can add code something
like:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
procedure TmyPrintPreview.FormKeyDown(Sender: TObject;
var …do you have plans to rebuild and if so when?
--
Glenn Hancock
SofTek Software Int'l Inc.
www.softeksoftware.com
ghancock@softeksoftware.com
404-713-2915
Travis,
the problem comes from Delphi, when switching the tab of a page control
during the 'FormCreate' method.
You can switch to another tab sheet in 'FormShow'.
regards,
Chris Ueberall;
"Failed
…I made the assumption that viewing a report at 100% in ppViewer is WYSIWYG,
but printing the report in question, I have to say you are right. It prints
perfectly.
Thanks...
--------------------------------------------------…By any chance are you referring to the previewer? It is quite
common for some unusual changes to occur since the output
is being created to look as close as possible to the actual
printed report. However, this is not actually possib…Still no luck. I uninstalled TeeChart then RBuilder, then reinstalled them
in that order and I still get the entry point error. My TeeChart bpl files
located in the system32 directory are data 12/20/2000. Do I have an older
version…Jim,
I tried it again with the same result. The URL to download it didn't change
from the 7/6 email has it? I also am getting the compiler error when trying
to recreate the packages. Have any ideas where to go next?
In article <8EAE82296ACCD311A039005004E0CAC004502E@DMSERVER>, Martin
I can't start the application and I have only one form!
> I know that the memoryhandling on Win95.. is very bad, but is there a
Try to create/destroy as many forms and datamodules on the fly when you need
them. Especially the ones that use many resources. This means switching off
…"Martin Schmid [equitania]" wrote in message
The problem isn't the file size. It is a resource problem!
"Martin Schmid [equitania]" wrote in message
There seems to be another problem with the new 'DataPipelineName' property
and form inheritance.
The new 'DataPipelineName' property gets stored in every inherited object
even if the property is not changed in the child class.