rbuser
Comments
-
Hi!
This is true...but in acertain way you have a bug. How to create it?
1) Click on Crosstab (with an report that have defined pipeline)
2) define from the menu that report has no data (pipeline)
3) look in combo which sho… -
OK now I get it...but maybe for some other users....
1) manually disconnect the report (via the Report | Data menu option)
2) move crosstab to detail band
3) select crosstab
4) from combo (Data Pipeline names) (in left uppe… -
OK now I get it...but maybe for some other users....
1) manually disconnect the report (via the Report | Data menu option)
2) move crosstab to detail band
3) select crosstab
4) from combo (Data Pipeline names) (in left uppe… -
"Nard Moseley (Digital Metaphors)" wrote in
-
"Nard Moseley (Digital Metaphors)" wrote in
-
I have since found the answer, within the properties of the memo, there is
an option to fix this.
Thanks
ANdy
-
Now it's all OK!!!!
Thank you very much.
-
> How are you breaking to the next page?
I used a detail band with DynamicHeight.
Actually the detail band is two physical pages height.
This seems not cause and endless pages effect, unless we enable the
ReprintOnOverfl… -
That did it! It was there, just not checkmarked. Don't know how it got
disabled.
Thanks.
--
_________________________________________
Don Gollahon
dlgllhn@InHisStepsSoftware.com
ICQ#: 115831669<… -
Hi nard,
I have found that part now. I did the following to try and get it working :
1.opened a report that was the old version and linked to "winida", saved it
as report2.rtm
2. Opened report2.rtm, went to data tab … -
Nard
This is the entire text :
object ppReport1: TppReport
AutoStop = False
DataPipeline = daADSQueryDataView1.Insclaim
PrinterSetup.BinName = 'Default'
PrinterSetup.DocumentName = 'Report'
Pr… -
Thanks Nard,
2 things, 1. I am using Advantage, 2. where do I make these changes ?
This is the code I run :
procedure TForm1.Button1Click(Sender: TObject);
var
lsFileName: String;
lFileStream: TFileStre… -
Here's an example :
object ppReport1: TppReport
AutoStop = False
DataPipeline = daADSQueryDataView1.Insclaim
PrinterSetup.BinName = 'Default'
PrinterSetup.DocumentName = 'Report'
PrinterSetup.PaperName =… -
I did the following thing to run Stored Procs and pass parameters to it in a
end user Report Builder report:
1) I created a RAP function called ExecStoredProc(Param1, Param2, Param3);
// RAP doesn't have open parameters' facilit… -
-
"Nard Moseley (Digital Metaphors)" wrote in
-
I am running the same application with the exact same files (.exe, data
files, Advantage DLL's, etc.). On Win2000 machines I can create new
reports. On XP I can't see any of my tables when using the Query Wizard or
Designer. I'm do… -
Hi Nico,
I am a novice user of ReportBuilder. Will you pls. explain in detail.
Instead of InList option of search I want Combobox and want to compare the
selected values with three different field of the same table.
T… -
Hi Guys,
Please disregard. Found all the DADE plugins, including MySQLDAC, on
the website.
Apologies for any inconvenience.
Regards,
Ian
-
Hi Nard,
I have so requested but why not just make the relevant packages
available for download from your web site?
Regards,
Ian
-
"Nard Moseley (Digital Metaphors)" wrote in
-
In article <408fbcb0$2@dm500.>, support@digital-metaphors.com (Nard
-
In article <40857399$1@dm500.>, support@digital-metaphors.com (Nard
-
"Paul Toms" wrote in message
-
"Nard Moseley (Digital Metaphors)" wrote in
-
"Nard Moseley (Digital Metaphors)" wrote in
-
"Nard Moseley (Digital Metaphors)" wrote in
-
That would work if I were coding reports into the program but I am creating
these reports through the end-user/report explorer environment so that the
users can modify the report if they need to. I need a way of linking these
or auto… -
It?s happening at this procedure, where is marked:
procedure TdaQueryDataView.AutoSearchFieldChangeEvent(Sender: TObject);
var
lbReset: Boolean;
lField: TppAutoSearchField;
lCriteria: TdaCriteria;
lFieldOp… -
Nard,
It work very well.
Thanks for your support,
Jose Maria Sanmartin