Home rbuser Comments
New Blog Posts: Merging Reports - Part 1 and Part 2

rbuser

About

Username
rbuser
Joined
Visits
1
Last Active
Roles
Member

Comments

  • Hi,

    It worked perfectly.

    Thanks again!

    "Nard Moseley (Digital Metaphors)" a écrit dans le message de groupe de
    discussion : 50c1004c$1@mail....

    Try this...

    myReport.PrinterSetup.DelegateC…
  • I posted a similar message eariler today that I tried to delete because I
    did not explain the problem correctly. If it's still visible, you can ignore
    it.

    Thanks :-)

    "Steve Riley" a écrit dans le message de groupe …
  • Using export to Delimited Text File
    Sent Output examples to Support, pdf and .Txt
    regards ian

  • I found a problem with this that also happened when I used Waler ExtraDev
    Excel device. When I generate the XLSReport from the Preview window, it
    duplicates the 4-5 lines that would have been at the bottom of each page.
    When I gen…
  • That work great!

    Here is the final code. I was pleasantly suprised when Sender worked in the
    StartPage event to make this a generic function.

    if (TppReport(Sender).FileDevice <> nil)
    and (TppReport(Send…
  • I have upgraded to 14.08 in XE3 but have not give the clients the new
    code yet, waiting on finally testing before the a new version goes out.
    I was just checking to see if there was some option/plan to take care
    of the XLSX forma…
  • On 13/03/2013 15:59, Nard Moseley (Digital Metaphors) wrote:

    Ah, yes I forgot that. Thanks.

    Sometimes we developers often fall into the same trap as our customers
    by fielding support questions in terms of the solutions we…
  • On 3/12/2013 5:22 AM, Paul Toms wrote:

    A client is asking, they use OnBase Document Management with M$/Office
    integration and then there is the M$/Office 2010 compatibility prompt
    every time they open a file. They can't seem …
  • On 08/03/2013 19:28, Tom Chamberlain wrote:

    Out of interest, exactly what benefits (apart from advanced
    technicalities like being able to inspect the XML contents of a .XLSX
    file in Notepad) do you expect to get from being abl…
  • Hi Nico

    Making the the MAPI features available would be very welcome as I am already
    getting a customer a week with the 64 bit and they are not happy when I say
    your email from the preview does not work with their Outlook.
  • Hi

    How do I enable the EasyMAPI functions and can I use this with the default
    Preview email function to use a 64bit Outlook?

    EasyMAPI allows a 32 bit application (ours) to send emails etc. via a 64bit
    Outlook.
  • Em 22/03/2013 12:31, Nico Cizik (Digital Metaphors) escreveu:

    I'm testing with 14.07 Pro. So, it seems that 14.08 has solved the
    problem, since I can reproduce it in 14.07 following the same steps as you.

    PS: I'm still tr…
  • Em 21/03/2013 11:55, Nico Cizik (Digital Metaphors) escreveu:

    As far as I can see, after "Printing to PDF" from the default report
    preview, the DefaultDeviceType is changed from Screen to Printer. That's
    why the next call to p…
  • Em 21/03/2013 11:55, Nico Cizik (Digital Metaphors) escreveu:

    Ok, I'll prepare and send to your email.


    No customer previewer. I'm using the default Preview, click the print
    button, mark the "Print to file option", c…
  • Ok, I fond the solution.

    I set in the loop
    APdfDevice.Publisher := .Publisher;
    APdfDevice.StartPrintJob := False;
    APdfDevice.EndPrintJob := False; //--> can't set True because don't
    know if aRepo…
  • On 3/25/2013 11:17 AM, Nico Cizik (Digital Metaphors) wrote:

    Thank you Nico. That helped a lot. - Joe
  • Thanks Nico.
    Work perfectly.
    Sorry about this doubt, I don't know there was this differentiation.
    I thought everything was based on PrintDevice because it was treated as an
    impression.

    Thank you again.

    Reg…
  • Only complement the before message.
    Same setting page interval, export all pages of the report.

    Regarts,

    Eliseu Corrona.







    "Eliseu Corrona" escreveu na notícia da mensagem:515d…
  • Hi Nico, thanks for your help.
    I founded your tip in other topic a few minutes before your answer. I
    tested, but my intention is save with .pdf files this report.
    My objective is export to pdf file the first and last page by the repo…
  • Hi,

    Never mind my question. I didn't think it was as easy as to load an emf file
    format :)

    Thanks!
  • Thanks Nico, that works perfectly.

  • Hi Nico,

    Tried what you suggested, makes absolutely no difference. I set the
    printer name and it still prints to the default printer. If I show the
    print dialog the default printer is shown. If I change it to my desired
  • Hi Nico,

    Thanks for looking into it.
    Testing with Adobe Reader 7 and 8 I see some creation date problems.
    I'll follow up by mail later today.

    Kind regards,
    Jeroen.


    Op 17-4-2013 17:03, Nico Cizik …
  • Am 18.04.2013 15:03, schrieb Nico Cizik (Digital Metaphors):

    Hi Nico,

    meanwhile i found that property (when checking how the screendevice is
    created i saw it). I am using it now.

    I think we currently do not nee…
  • +1 from me.

    Jason.

  • Thanks Nard! Your new sugestion is much better than the old one ;)

    Anyway, would it be too dificult for you to create a…
  • Nard, I tried to set the components to export and use the XLSData, but
    found that the default behavior is to export the coluns in
    "alphabetical" order (based on the components names).

    This is a very big tabular report with mor…
  • Em 06/05/2013 13:46, Nard Moseley (Digital Metaphors) escreveu:

    Nard, it seems that there is no way to reproduce the old behavior 100%
  • Nico, I took a look at the provided article, but the example is a bit
    useless, since it doesnt show actually how to "add" features in a custom
    form preview.

    For example, if I want to add CheckBox so user can check it if he wan…
  • I forgot to add the new properties available in RB 15 to the list, so:

    + XLSReport.IgnorePageHeight
    + XLSData, IncludeSingleHeader/Footer booleans

    Carlos

    Em 04/06/2013 16:47, Paul Toms escreveu: