rbuser
Comments
-
Hello,
After a few hours work I have now created some code that extracts all
the report strings that need to be translated into an Excel spreadsheet. I
also have some code that takes the translated strings from the spread… -
I should just clarify that I have modified the original function so it now
looks like this :
procedure TForm1.AddToSheet ;
var
liBand : Integer ;
liObject : Integer ;
lObject : TppComponent ;
… -
Hello,
I'm using your "AssignFontToReport" function as shown below and have
written a small program that opens an Excel spreadsheet and dumps the
reports strings into it. The problem I have now is accessing some hard coded… -
Nico Cizik (Digital Metaphors) wrote:
My problem is not that the user can't have access to the application.
It is more that we have to wait until the whole report has been
generated and sent to the printer to start printin… -
Hey Nico. Thanks a lot for this info. Its very clear what I need to do. Il
just take your word that it works.
Thanks,
Tony
-
1) I'd disable the print button if there are no printers installed on the
machine. I use a custom dialog for printing reports--not the preview dialog.
2) If there are no printers installed, replace the print dialog with a
dialog of … -
Hi Nico,
I've added ppEmail in the USES section and the following lines into the
code.
CurrentStatus :=
TppEmail(PoReportDml.rptPurchseOrderPortrait).SMTP.Status;
CurrentStatus2 :=
TppEmail(Po… -
Hi Nico,
I'm using RB v.10.04
I've only just managed to get the demo working so I've only just seen that I
have to use the : TppSMTPPlugIn.RegisterClass(TppSMTPIndy); code.
Using the demo I was unable to … -
Hi,
After testing using this method it sends the e-mail fine BUT it sends using
all the credentials of the mail client even though I provide it with all the
settings necessary to send.
Code:
EmailSettings.FromN… -
You could use ClickYes from Context Magic. We find this the ideal solution
because the mail is sent using the users Outlook profile and will appear in
the sent items of the mailbox, as well as going via the Exchange server if
they … -
Hello,
if there is an Exchangeserver at the backend, you can install a template and
disable the warning.
The link below is german, but there are links to the Registry which can
help.Also you need an adminpack.
Hi Nico,
Thanks for the info.
Further discussions here; we believe it might only affect clients of an
exchange server but it's not been tested yet.
After implimenting as is I may have to try the indy client.
Answering my own question:
The key is to set NextLabel.Band := HeaderBand instead of calling
HeaderBand.AddObject. Found this in an older post after coming up with a
different search term...
Kimberly
That's what it is looking like, thanks.
The error seems to be caused by the default printer I have selected.
If I change my default printer to something else, everything seems to be
fine.
If anyone has any ideas or thinks of anything, please give me a shout as I
Nico,
I ran RBTeePackageBuilder.exe without any problems, but now when I try to
start Delphi2007 I get the same message + 1 added message:
"this application has failed to start because RBTCUI10105.bpl was not found.
Also, why RBEan a RCL that was working also OK until 10.06, appears when
changing the dclRB9GridPack.bpl registry key "Demand Load Package" from 1 to
0.
Why not above workaround only makes GridPack appear instead of both GridP…> This is not a problem with RB. Please re-read this thread.
Sorry Nard I think I was not clear, I said in my previous thread that I
adjust the component my self long ago, this was when I move from D7 to D2006
and it was as…Hi, Chris
Replace unit ppDesignerTools with ppToolResources, you are able to upgrade
the current version of GridPack to 10.0.6 and D2007
William
Hello Wiliam,
because i want to update to 10.6 in the next time, did you support 10.06 and
also D2007?
--
best regards
chris (EULANDA)
www.eulanda.com
ERP SOLUTIONS
So at this point, Is this problem consider to be caused by RB v10.06?
You are right, I adjust it to D2006 (ver180) when I install the GridPack in
BDS2006, it was working fine for long long time until RB v10.06
Regards
it was just D2005
William
D2005 and up? or just D2005?
That could be explained, since in GridPack Register procedure, Only D2005
has "ForeceDemandLoadState(dlDisable)", the rest don't have.
Thanks
William
William, Nard
I found a temporary workaround, I change dclRB9GridPack.bpl registry key
"Demand Load Package" from 1 to 0, but because every time I close Delphi the
value returns to 1 I exported the KEY to a ".reg" file on the …Hi, Nard
Is "ForceDemandLoadState(dlDisable)" only for D2005 or need to use it for
BDS2006/2007 as well?
William
Hi Nard
That will Negative, adding the BPL will not do it.
The package is checked in the "Design Packages" dialog, but the only way to
make "temporarily" reappear in the Report Designer palette is by removing
…Hi, Nard
I do have the ForceDemandLoadState(dlDisable) line in the Register
procedure since RB9, but still the customer has the problem with BDS2006 and
RBv10.0.6, but by rolling back to RBv10.0.2 and BDS2006, the problem …Hi Nard thanks for the quick reply.
The line you mention has been in the RBGridPack for long time and in the
RBEan as well, so I think I forgot to mention that everything was working
fine until v10.06, I have also …