rbuser
Comments
-
-
> Perhaps in the FooterBand.BeforePrint you can loop through the list of
they
I can't get the variables to show on the Footer. Using the ShowMessage, I
can see that the values are correct. The following code is in the R… -
>
they
I can't get the variables to show on the Footer. Using the ShowMessage, I
can see that the values are correct. The following code is in the RAP
BeforePrint event:
Var
liCodeIndex : integer;… -
Hi Nico:
CodeList is a TStringlist created in the GlobalOnCreate event. Variable1
(hidden) is located in the detail band. In its OnCalc event, I have the
following RAP code:
var
VendorCode : string;
… -
Hi Nico:
names
under
could
Thank you. I will give your idea a try.
-
Hi Nico:
like
Since I don't know in advance how many CodeX values will appear (and how
many ppVariables are needed in the total), what is the best way of handling
this using RAP as you suggest. I would normally use an… -
Hi Nico:
I have just upgraded to Enterprise and will give that a try.
Thanks,
Tom
-
sometime ago I have the same problem
Can you create a view? so you can use the view and the table
Otherwise you can create 3 datapipeline (master and 2 detail)
If you want to create a unic datapipeline, isn't possible. For… -
Manually editing the SQL we loose the autosearch field/dialog feature
(and we need them in this report).
So we used our usual workaround: we built an SQL view with the desired
join and used it in RB
My purpose, actually, was to… -
One query with SQL joins
-
P.s.
Using RB Enterprise v7.03 with Delphi 7
-
Thanks but that doesn't bring up a message either.
Andy
-
Nico,
This assumes I am working on a different report then the one I loaded which
isn't the case.
Andy
-
More info.
Even this is ignored :
procedure TfmContact_LetterPrn.ppReport1PrintDialogClose(Sender: TObject);
begin
showmessage('ok');
end;
Is there a genral setting I have missed ?
This is also ignored :
procedure TForm1.ppReport1Cancel(Sender: TObject);
begin
ShowMessage('Printing cancelled by user');
end;
Andy
Question related to Master - Detail Link...
Is there any way to modify SQL on detail query, e.g. I have a
detail Q linked to master one, but final detail query doing
Ctrl + click shows inner join no matter what link option is selected…Thanks for the info, I worked out a solution for my problem.
I must not have been clear in explaining what I'm attempting to do.
I'll try to explain better.
Here are my Advatage tables and there locations
EmailInfo.adt - Located in X:\AppDir\Data
UserInfo.adt - Located in X:\Ap…Hi Nico,
Would I be able to do this in Report Builder Professional or Enterprise?
Would it be possible to design reports in one of those programs, save
them as *.inf files and load them back into the end_user program?
Thanks, Nard
I'll check it.
Jose Maria Sanmartin
Humble apologies, will send mail
-DMitchell
Hi Nard,
Thanks for the response, I have attached a copy of the report as saved to
disk.
There are no DataPipelineName properties saved but the DataField property
has been saved?
I thought I would just hand you t…
Hi! I have found the problem..
I'm using rb7.03 with DBISAM 4.05.
If the property OPENDATASOURCE is set to default (True) and I don't open
runtime my TDBISAMTable, the fieldalias are correctly assigned to the
d…OK!!
Now it works!! But I don't know what happen..
I have tried with a BDEPipeline and it works but it doesn't works with my
DBPipeline and DBISAMTable.
I have deleted the DBPipeline and dropped a new one and now everything…I have no think about a simple solution
I have tried but it doesn't work.
I use just one TDBISAMTable, one TDatasourc…Thank you. it works now.
Yeh its in the reportbuilder developer's guide (Manual) page 389 section
'Adding DataDictionary Support to the End-User Application', no version
mentioned though.
I don't want to display datadictionary builder form at runtime, i just need
to know how to generate the DataDictionary records (aka the missing event
handler 'CreateDataDictionaryRecords(ppDataDyctionary)')at runtime
Sorry, meant to post this in General...
X-posted to there now.