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

Shortcuts doesn't work

edited October 2006 in General
Hi,

I'm using the ReportBuilder version 10.3 for Delphi 7 and Windoes XP SP2.
I'm having a problem with keyboard ShortCuts.
When I'm using "ppReport" editor in Delphi (in this case, Delphi were
opened) the keyboard shortcuts works, but if I generate a "dll file" and
use it with my application the keyboard shortcuts doesn't work.
If I use the ReportBuilder version 7.04 the keyboard shortcuts works.

Do you can help me with this problem?

Thanks in advanced,

Leonardo Vitor da Silva.



--- posted by geoForum on http://delphi.newswhat.com

Comments

  • edited October 2006

    You reported this issue to support@digital-metaphors.com yesterday and it is
    currently being researched.


    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited October 2006
    Ok!

    I will wait the reply.

    Thanks in advanced,

    Leonardo.





    --- posted by geoForum on http://delphi.newswhat.com
  • edited October 2006

    Below is an example that shows how to implement the designer in a .DLL and
    call it.

    - When calling the DLL from a Delphi app, pass "Application.Handle" to the
    DLL function that displays the form. This needs to be done prior to any
    forms being shown.

    - When calling the DLL from a non VCL app, the DLL needs to call
    Application.CreateHandle.

    I modified the RB DLL example to show how to do this.


    www.digital-metaphors.com/tips/RB10_DLL_Example.zip






    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited October 2006
    Hi,

    Nard Moseley, my problem was solved with your example.

    Thanks,

    Leonardo Vitor da Silva.





    --- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.