Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
End User
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Strange problem on the menu of ppReportExplorer & ppDesigner
rbuser
July 2009
edited July 2009
in
End User
This is a multi-part message in MIME format.
Comments
rbuser
July 2009
edited July 2009
I discovered that the problem only occurs if the project use component
Advanced Data Import (from EMS).
What can I do to prevent a component interfering with another?
nardmoseley
July 2009
edited July 2009
Have not heard of this before. I recommend contacting EMS about this issue,
since it appears their product is preventing RB from working properly.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
rbuser
July 2009
edited July 2009
I also never heard of this problem.
I discovered that the problem is in the resources file of Advanced Data
Import (localize).
I think I solved this problem with the command "MOVEABLE .../ LANGUAGE
..." in QIResSTR.rc of Advanced Data Import:
---------------------------
:
#include "QImport3StrIDs.pas"
STRINGTABLE
MOVEABLE PURE LOADONCALL DISCARDABLE
LANGUAGE LANG_RUSSIAN, 1
BEGIN
// Errors
:
:
---------------------------
I sent this to the EMS and I am awaiting a response to see if what I did
is correct.
The strange is that this does not occur in all Windows.
I have two notebooks with the same configuration/Windows XP SP3 and the
problem occurs only in one.
Thank you
This discussion has been closed.
Comments
Advanced Data Import (from EMS).
What can I do to prevent a component interfering with another?
Have not heard of this before. I recommend contacting EMS about this issue,
since it appears their product is preventing RB from working properly.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
I discovered that the problem is in the resources file of Advanced Data
Import (localize).
I think I solved this problem with the command "MOVEABLE .../ LANGUAGE
..." in QIResSTR.rc of Advanced Data Import:
---------------------------
:
#include "QImport3StrIDs.pas"
STRINGTABLE
MOVEABLE PURE LOADONCALL DISCARDABLE
LANGUAGE LANG_RUSSIAN, 1
BEGIN
// Errors
:
:
---------------------------
I sent this to the EMS and I am awaiting a response to see if what I did
is correct.
The strange is that this does not occur in all Windows.
I have two notebooks with the same configuration/Windows XP SP3 and the
problem occurs only in one.
Thank you