rbuser
Comments
-
Hi Nico,
Trying he first option as it seems the simplest.
From my parent form I call the report with the following..
{code}
procedure TJobTicketsForm.RepairReportPrintClick(Sender: TObject);
begin
//
On 09/01/2018 08:02, Ian Branch wrote:
So given that you have a TppReport instance that you are presumably
using to call Print or PrintToDevices, why are you not able to make use
of Yusuf's code example?
Paul
Additional info..
I should have indicated, I am using the end-user core to retrieve the report into ppReport from the rbxxxx files.
Ian
Tks Yusuf,
Not sure I know how exactly to do that.
I am playing with ppViewer att to see what I can or cannot do with that.
Regards,
Ian
Ian Branch wrote:
You can use the OnShow Event of Previewform
to setup your OnShow Handler, where you can access those buttons:
ppReport.OnPreviewFormCreate ==
var
vForm:TppCustomPreviewer;
b…Hi Tom,
Oops..., missed that one.
Thought that all templates reside in myDatavw.pas
Thanks, this is what i needed !!!!!!!!
Nico.
Hi Tom,
This is the demo i'm working on.(See prev. mail)
But it does not allow editing with the querydesigner if a template is used.
I modified the Editoptions/EnabledOptions in the constructor of the
customdata…Hello Jim,
Thanks, that worked.
Bo
No probs!
Your RB is wonderful tool, so a little thank is always welcome. At least for
me!
Regards,
Damir Vadas
Solution from (http://info.borland.com/devsupport/delphi/mdac26.html):
DELPHI DEVELOPER SUPPORT
MDAC v2.6 "Either EOF or BOF is true." error with ADOExpres…Here is from MS site about that error!
OLEDB Error: Either BOF or EOF is True, or the Current Record Has Been
Deleted; the Operation Requested by the Application Requires a Current
Record
The information in this article applies t…I just did install newest MDAC and now I have: 2.70.9001.0 but the problem
is still remain!
I want to remind you that I have successfully developed Oracle/BDE version
of the same EU without any problems...but here I'm helpless!
T…YES!
Hi!
I did the same copied from the CD (T:\PFILES\MSOFFICE\OFFICE\SAMPLES, where
T is my CD ROM device) and copied "Nwind.mdb" database to HDD (once more to
be sure). I did reinstall RBuilder 6.03 (to be sure).
I import rb t…I'm sorry but there is an compilation error on
TForm1.FormCreate(Sender: TObject);
==> FToolbarManager := TppDesignerWindow(ppDesigner1.Form).ToolbarManager;
'identificateur non d?clar? : 'ToolBarManager' '.
Thanks
Ok for the Menu but my problem is on the toolbutton in toolbar;
For Example: I can set invisible the Item on the menu whith :
aMenu.Items[0].Items[2].visible := False;
But the ToolButton in the ToolBar is always visible an…Sorry , found it
Contains either 'T' or 'F'.. Only applies when
AutoSearch is True. Determines if the AutoSearch field
will be a mandatory entry in the AutoSearch dialog.
Nico.
Yes, I tried with the calc field (Variable component) to do this, i.e. in
the Before Print event of the calc tab such as
example: Variable1.AsString := Datapipeline[Numberfield] + ' . In the
event that you fail to pay the bal…I think no! But this is solved with calc field anytime I have to shift
right! Other way is before event to assign values!
In my case such a thing always work!
Regards,
DV
Hi Jim,
After using this patch a problem with the non-modal rep.expl. form occured.
See thread "AV when rep.explorer is not modal".
The "old" source does not have this behaviour.
Best regards,
Nico.
Hi Jim,
Thanks !!!!!
Nico.
Or try setting it to -1 works for connections to Sybase
Tom Wedge
CareerVision Ltd
Georg,
I am glad to hear you found the problem. (I thought, that in this case a
message box would be shown and complains the already existing component with
the same name).
Do you really need the second report component? (I…Hello Chris,
meanwhile I found the problem (or bug).
My form contains two TppReport components, one that contains a static
report, one that is used for dynamically loading reports from the database.
Some of the compon…Georg,
how do you verify that?
Does the names differ from that one in the rtm file?
component's
sure, the streaming system has to call the constructor, the only way to
create an object.
After the…Hallo Chris,
the component names DO change.
The Delphi streaming system is used, but for each component, the component's
constructor is called.
I have already tried to change the reset group, I have even recreated the…Hi Georg,
I don't think RB changes any component name when loading a template.
RB uses the component streaming from Delphi, used for forms too.
I would change the group reset and save the report again into your database.
Hi Jim,
Contact
to
I have been trying to contact them for days.
See my thread in general "Where to get a free 7.0 upgrade"
The only anwser i got (after sending 2 mails) is that i can purchase it
online for …Hi Jim,
This gives an AV when the patch is used.
Best regards,
Nico.
Hi,
The patch of thread "Report explorer bug in 6.03" causes this AV.
Best regards,
Nico.