rbuser
Comments
-
Hi Frederick,
there is an article called 'Minimize Size of Application .EXE' in the
tech-tips section under 'General'.
(I personally use 1 form per report and load the templates from file or
database during run-time)
<… -
Frederick:
Each ppReport item had label and data objects associated with it. The
more of these you place on a form, the more stuff that needs to be loaded
upon creation of the form. Are you also placing multiple ttables on t… -
Hi Gerald,
archive
Unfortunately there is currently no way. (... if you don't want to write
your own Archive device).
anyways
Sure :-)
It isn't allowed for the normal users (see NG-ru… -
> since you've already done the code, this wouldn't save you 2 steps.
change
well Ok - but just to humor my curiosity - it would be nice if I did not
have to save the archive to a file on the harddrive and then read the
… -
Hi Gerald,
since you've already done the code, this wouldn't save you 2 steps.
Some milli seconds of execution time could be saved, but you have to change
your code.
(If you don't reuse code, you can indeed save that 2 step… -
Thanks for the suggestion, I will give it a try next time I need to
make an alteration.
On Thu, 9 Aug 2001 08:42:05 -0500 , "Jim Bennett \(Digital
-
There is more: I have been putting up with this behavior for a while
(this report gets revised often), but now I have some spare to
experiment...
Performing a BringToFront on it allowed my previously hidden controls
to sta… -
Ok. Thanks again for your help and advise.
John
-
Hi John,
it
I guess, since the file doesn't exists, nothing happened and the report
layout embedded in your form got displayed.
When loading all templates from file or database (my suggestion) you can
delete ever… -
Oops. I do feel an idiot now. I don't know how i missed the
Template.Savetofile procedure but still.
There is one more thing that's puzzling me.
If i set the report template filename to a .rtm file and call the
template.loadfromf… -
Hi John,
you have to load and save the template programatically.
See the TppTemplates stream procedures :
LoadFromDatabase, LoadFromFile, LoadFromStream, SaveToFile, SaveToDatabase,
SaveToStream
There are some articles… -
>
refer
by
I tested this problem in another Windows Language and display the
PrinterSetup.PaperName before preview (my print button on the preview
screen), it can still choose A4 paper size even the paper name is"Stephens Yuen" wrote in message
>
I also had these problem while upgrade from 5.5x to 6.00. The problem seem
solved in 6.01, just waiting my customer compliant that.
Second problem is one of my crosstab report become blank after 5.5x to 6.00
con…If this was a joke, than it was a good one!
Zoran.
In article <8EAE82296ACCD311A039005004E0CAC00484F2@DMSERVER>, Tom Ollar
hehehehe
That is all.
--
"In the beginning the universe was created. This has made a lot of
people very angry, and has been widely regarded as a bad move." -
Douglas Noel Adams (1952-2001)
[Please remove "nospam_"…In article <8EAE82296ACCD311A039005004E0CAC004853F@DMSERVER>, Tom Ollar
In article <8EAE82296ACCD311A039005004E0CAC004852A@DMSERVER>, Chris (CN)
Yes,
i also has upgraded. After saving the Reports with 6.01 they could not be
read by 5.56 Engine. So keep the older Reports on a save place, til you are
sure, you will never need them.
If you dont save them, they will be …i have read about some problems with _ in Alias, perhaps its the same like
in my problem.
The Fieldalias is generated automaticly on calcfields with _. Perhaps
TeeChart coud not understand _.
chris
OK so we are back to my original problem. Why is a new page starting when
the group changes?
There is plenty of room on the page; almost a half a page and the second
group is only two lines.
The report only has one g…The KeepTogether in Groups won't stay set!
I've set the subreport KeepTogether to true. The counties print
continuously but it doesn't break on the state. The state doesn't even show
on the second and subsequent columns.
…"Kevin Boswell" wrote in message
Thanks. To run a report, click on the Custom Report button on the toolbar
(it's in the second-to-last band of tool buttons on the top row, next to the
one that looks like a stack of folders). …Mike, I figured out how to generate a custom report,
once again, nice work and thanks for the information!
Kevin
"Mike Leftwich" wrote in message
"Kevin Boswell" wrote in message
Hi Mike,
Thanks for the input and that's encouraging since this is the
track we expect to proceed on for a new commerical product.
I expected some bumps in the road. I would welcome RB
support to chime in and confirm …"Kevin Boswell" wrote in message
Hi Bo,
see Article 'Updating the DatabaseName of a DADE Query' in the tech-tips
newsgroup, section DADE.
database
environment