rbuser
Comments
-
Nico Cizik (Digital Metaphors) wrote:
I sent it yesterday to support@digital-metaphors.com, is it OK? Any
clues then?
Kind regards,
Michal R. Hoffmann
-
Any chance of creating the WindowsMail plugin?
Thanks
Adrian
-
Nard Moseley (Digital Metaphors) wrote:
Just a thought, as I have had a problem with MapiSendMail recently as
well. I know that MapiSendMail changes the current directory so if after
sending an email you save anything to a file with… -
See this link .. perhaps it explains some issues:
http://support.microsoft.com/kb/930279
How about using: ShellExec?
Regards
Adrian
-
-
Hi Nico,
You answer that:
I forgot that, then closed WindowsMail in Vista bussiness, and I could then
send email successfully.
Then I decided to test your theory regarding the bug being with Microsoft.
Thanks Nico
I appreciate your time in helping me out with this one.
Car
-Caralene
QHR Software
--- posted by geoForum on http://delphi.newswhat.com<…I stared at it long enough that the answer came to me. I'm using the
BeforePrint method for the entire report. I should be doing it for the
detail band only. When I did that, it worked fine.
MattC
--- posted by …Let me give a specific example. I have a report called "Brokerage Account
Report". It's correctly connected to a pipeline called ppBrokeragePipeline
and it is grouped on a field called "BROKERAGE_ACCOUNT_SEQNO". There is a
label calle…Yes, I am using a data pipeline and I am accessing it as such:
{ Create the "Primary Name" }
stPrimaryName := ppMasterPipeline['FIRST_NAME'];
stLine := ppMasterPipeline['MIDDLE_NAME'];
if (Length(stLine) > …That's a much cleaner solution. I'll give it a try. Thanks Nard!!
Hi Scott,
Thanks,
That did the trick.
Best regards,
Rob Nowee
Hi Rob,
In order to set the extended properties of the TppTextFileDevice you need to
manual create the TppTextFileDevice and assign the Publisher property to the
report's publisher. You would then use the PrintToDevices metho…Nico,
How do I do that, I have now RB 11 installed, but I cannot seem to find the
TppTextFileDevice.
Is it in code, in delphi designer or in runtime?
Best regards,
Rob Nowee
Nico,
Thanks. That worked.
Al
Nico,
That worked. Thanks again for your excellent support.
Regards,
Al
No answer yet.
Perhaps a suggestion.
RB11Install230308.exe or some versioning system?
Thanks
Hi Nico,
Thanks for the information. I will explore the alternative method of
using DADE and also refer to the end-user demos.
Regards,
Frederick
Thank you. I went with the Wingdings font. I considered the characters
nplvwt and eventually decided on the "w" character as best suiting my
report. Thanks again.
On Fri, 17 Oct 2008 07:12:08 -0600, "Nico Cizik \(Digital M…Hi Nico,
I have some news on my stack overflow issue. I've also tried with 11.01, it
fails also but..
It seems that when I enable BackgroundPrintSettings and set it to active,
then the stack overflow disappears. Hope it'…Hi Nico,
I'll try to see if i can collect some more information.
Regards,
H?seyin
Well, I tried all the options I could imagine for the detail band but no
luck
After going over all the examples I could join the fields (master-detail)
using only the DBpipeline component
Now I see only the record that ha…Giving additional feedback.
When using fixed style report I get a complete blank report...child report
shows but all records are positioned all over each subreport creating a
total mess.
I tried using shiftRelative to the…Hello!
the types of subreports I'm using are section...
In fact I found the wikki at digital-methaphors.com:8080 and I'm going all
over I can imagine...
I also have the developers' guide and am taking a deeper look at it..…Hello
Thanks for the answer
I got the report running based on the second option.
Now I still have a problem based on the very first page. There I have three
subreports that are opening ok except that I have a blank p…Wonderful, many thanks for your help.
Richard Harding . . .
Thanks Nico,
The reports on set to OnePass, since we found years ago that some data was
being repeated on output, therefore we do not have Page of . Once again, our need is to programmatically determine each Page 1 of
3 copies. …Forgive me for being dense, but a ppSystemVariable1 set to vtPageNoDesc
existed and I added ppSystemVariable2 and set vtCopyNo. ppWorkOrder.PageNo
works, but the question is how to get the CopyNo variable. I can't seem to
find it…OK, I bought v11 and upgraded as well as ExtraDevices. Are there any code
snippets to determine First Page of Second Copy?
I'm using 10.07, but I'll think I'll go ahead and update to 11, since I just
purchased it, and see what happens.