rbuser
Comments
-
Well, I have set itemaction to iaOpenToPreview but when I double click the
report it still opens in design mode... Are there other settings required
as well to make it behave? I have gone through the entire component and
don't se… -
Look in the help under TppReportExplorer.ItemAction
Best regards
Steffen
-
DM et al,
I think there is merit in an example of this in the Demos area.
I too had been dwelling on this particular subject. I see the
'enduser' application as something the administrator or similar would
use to d… -
Nico,
I apologize if my handle for this forum is not my name but I am hundreds of
different forums and 95% of the time I try to use my name I am rejected and
have since just resorted to using this name as its always available.… -
Is this all I get? Because my news reader didn't have a name you recognized
you are not going to help me with this? Do I need to repost the issue under
my correct name? Please provide a little info here as I've never used a
news… -
thanks a lot, sounds good, and I willl give it a try
-
Since RB can save template as Text format, can RB read back the text format
for template.
I would like to use web browser to create simple RB template without RB
Designer.
York
-
Dennis,
One option is to use a memo and in the OnPrint event for the object, add
each address line (e.g., Memo1.Lines.Add(Pipeline['Name']);), but only add
the address2 line if it is not blank.
--
Bob
>> If you make changes to a report in the designer (run time), there is no
I mainly work in the stDatabase-mode.
In this mode, the save question never seems to be triggered.
Is this a feature not available in the stDatabas…Very nice..
Did not know this. Thanks for the very fast reply
--- posted by geoForum on http://delphi.newswhat.com
> I'm using RB 10.01
If after the error i try to create another query, i get the error List index
out of bounds(1) and i cannot create it.
Yes i have tried that,
I have included the new dialog in my project and added the finalization and
initialization section too.
But i still get the older dialog box and not the new one i have created.
All i want of this new dialo…Just in case someone is interested, this is the way we solved this, by
deleting the TppTBXMRUListItem object.
// Remove the last accessed reports from the menu:
for i := 0 to aReportDesigner.Menu.Items.Items[FileMenu].Count…I had to enter the value manually into the dfm-file. But I did not enter
"2", but "50800". Then the WideBarRatio is "2".
But it worked in a previous version (I don't know, which version it was, but
I think 4.1 (if this version does exist)). I had the same problem (barcode
was not wide enough) also with the previous version, but finally it worked,
unf…I have also tried connecting the field pipeline to a TClientDataset and i
have the same problem, only when i connect to a SQLClientDataset does it
work, but i can not have a connection to SQLClientDataset like i explained,
i need t…I also tried connecting the Field pipeline to a TClientDataset and i have
the same problem.
Hi Nard,
Found our problem:
I was using
Notebook.Pages[2].Visible := False;
Notebook.Pages[3].Visible := False;
which didn't work
but using the following
const
CPageCalcIndex = 2;
> Notebook.Pages[2].Visible := false;
I could be wrong, but shouldn't the property TabVisible be used in this
case?
Notebook.Pages[2].TabVisible := false;
Notebook.Pages[3].TabVisible := false;
/Johan
Hi Nard,
we have done something comparable. I now try to change the visiblity
of the pages by setting eg
Notebook.Pages[2].Visible := false;
Notebook.Pages[3].Visible := false;
but his doesn't seem to work
S…Nard
I get this problem is with
D2006 and RB 10.2
regards
Ian Robinson
Nard
Ive Applied you Patch to ppToolbarTBX, however i still get the error of
" Toolbar item index out of range"
Massimiliano , did the patch work for you?
Ian Robinson
Thanks a lot,
I'm waiting to send you the request, because I have other open issues and if
you fix them I'm going to ask you them together.
Hi,
Massimiliano Trezzi
thank you for the patch, but before requesting it, I report another issue
with MergeMenu:
this is an issue I saw in older versions(7.02), I cannot see it with 10.02,
but I feel it's here again.
The "merge" happens(happened) onl…Hi!
I have been using the TExtraDevices from www.waler.com.
and not the native PDF-device in RB10 while creating PDF files.
The creation of PDF files is much quicker, specially while exporting RTF
elements like memos.
TExtr…Please tell me somthing about these issues.
I need to know if you're going(trying) to fix them or not.
Thank you in advance.
Massimiliano Trezzi.
"Massimiliano Trezzi" ha scritto nel
Hi Nico,
We used version 9.01. I know we can upgrade to 9.03, but at the moment
that is not really an option unless it is the last solution.
A workaround of any kind would have my preference.
regards
…Is RB10 supported by Delphi 7 ????