PPReport1 do handle only PPDBPipLine1 and PPDBPipLine2 and PPReport2 do handle only PPDBPipLine3
Dear friends,
If we use more than one PPDBPipLine include PPDBPipLine1 and
PPDBPipLine2 and PPDBPipLine3?
Then PPReport1 and PPReport2 do handle (do show) all PPDBPipLine.
I'd like PPReport1 do handle only PPDBPipLine1 and PPDBPipLine2 and
PPReport2 do handle only PPDBPipLine3.
Best regards,
Ali Abbasi
--- posted by geoForum on http://delphi.newswhat.com
If we use more than one PPDBPipLine include PPDBPipLine1 and
PPDBPipLine2 and PPDBPipLine3?
Then PPReport1 and PPReport2 do handle (do show) all PPDBPipLine.
I'd like PPReport1 do handle only PPDBPipLine1 and PPDBPipLine2 and
PPReport2 do handle only PPDBPipLine3.
Best regards,
Ali Abbasi
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
Please post using your real name in the "from" field when using these
newsgroups. "ali110" is not an acceptable posting name.
Please provide us with your environment specifics such as the version of
Delphi, ReportBuilder, DB etc. you are using.
See the newsgroup guidelines located at the following page for more
information.
http://www.digital-metaphors.com/support/newsgroups.html
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thank you for response, but I can not find solution for limit
PPDBPipeline for PPReport from:
http://www.digital-metaphors.com/support/newsgroups.html
I have RB 10.08 Pro. And Delphi 7 and MS SQL Server 2000 in Windows XP.
Best regards,
Ali Abbasi
of
--- posted by geoForum on http://delphi.newswhat.com
I found solution for report in run time application:
MainForm.ppDBPipeline1.Visible := True;
MainForm.ppDBPipelinePictureTable.Visible := True;
MainForm.ppDBPipelineFullRecord.Visible := False;
Regards,
Ali Abbasi
--- posted by geoForum on http://delphi.newswhat.com