rbuser
Comments
-
Nico Cizik (Digital Metaphors) wrote:
It was missing.
I added it, set the SessionType in the IDE to dbExpressSession, and the
app now compiles and runs reports just fine.
Sincere thanks for your help Nico … -
Update
Nico, I remembered that my DEV Machine (Machine A) has RAD Studio XE
Hotfixes 280864 and 280988 applied.
I did some testing.
I ran up a VM (Win7 Ent, RAD Studio XE, Update 1, RBuilder 12.4)
Machine B… -
Hi Nico - thanks for taking the time to look at this.
I've got meetings all day today - but will set up a test environment
tomorrow (with Interbase installed) and see if I can resolve it.
As you have it running the problem… -
Thanks for the reply Nico.
Yes, daDBExpress is in the Uses Clause (interface), and the application
compiles successfully.
The problem is, at runtime, in the Report Explorer, when attempting to
preview or open a report… -
This is a multi-part message in MIME format.
-
I have a couple of screen shots for you to you can see what I am talking
about, but zipped they are 6 meg+, any way to get them to you?
-
I work with Kevin and as per the suggestion we had the customer do a search
and destroy on all rbuilder.ini files. The problem still exists. I might add
however that the datatree box does show up its just not populated. And
sometim… -
Thanks for the reply Nico,
You're correct - I get the same problem if I load the RTF into a
standard Delphi TDBRichText control. Looks like this one is out of your
hands (and mine, sadly). I can't see Embarcadero fixing this j… -
Hi Nard, I send the example last week, do you know if somebody is looking at
it?
thank you
-
We are using RB12.04 build 77, we buy it just a month ago.
-
This is a multi-part message in MIME format.
-
I know you are trying to help the best you can and i'm greatful for that.
And maybe my description of the problem is bad. But it is a fact that in my
case the method InitializeParameters always returns true, and as far as i
can see… -
As i wrote in my first mail the report is run from within a ReportExplorer.
I never do any ppReport1.Print. What method is called when a report is run
from within the explorer i don't know. I have written the value of lbCancel
and … -
The function InitializeParameters always returns TRUE.
I belive it is this line " lParams.CreateValuePointer(0, lbCancel); " that
does it.
What can i do to solve this problem? Would it cause any problem if i comment
Thanks for the reply Nico.
Yes, I'm happy to implement any sort of workaround at my end and have
already done so. But the point I was trying to make is that if RB is so
depends on the default setting for RoundMode then I'd hav…I'm perplexed: doesn't it bother anyone at DM that if an app calls
SetRoundMode(rmup) then it makes the Designer unusable? No comments at all?
On 25/06/2011 21:27, Mehmet Akif wrote:
I just lost half a day tearing my hair out before I discovered that we
are calling SetRoundMode(rmup) in our application. The impact it had on
TppDesigner in my case was to cause any rep…Nard Moseley (Digital Metaphors) wrote:
This would be fine if the user had access to the code section, but they
only have access to the report explorer and designer. Is there anyway
to access this information from the des…Nard Moseley (Digital Metaphors) wrote:
OK, that works if the entry is an AutoSearch field, but what about if I
pass a parameter and it is not defined with AutoSearch, because it is
passed from a different program calling …This is what I have now so far, It adds any fields in the database that do
not exist in the dictionary tables.
Have I created something that already exists?
TableList := TStringList.Create;
Databa…I have seen that and can see that I can generate the entries at design time.
My application is not designed in a way that it is connected to the database
at design time, also it would mean that I would have to populate the tablesTo add to this if I call
ppDataDictionary1.AppendTableRecord('CoilTransactionTable','CoilTransactionTable');
It adds an entry into rbTable and I can see the tablename from the
designer.
How do I get it to auto…Hi,
I finally got round to attempting this,
I have the tables datasources and pipelines for rbTable,rbField,rbJoin.
I have a Data dictionary component linking to them.
I have set ppDataDictionary1.Buildersettings.…Sorry, I meant version 12.04 (professional)
12.03 was OK
Sorry may be this is not the right place for this question
Aha, i made the wrong assumption that -9999 was a special parameter provided
by report builder. I guess it's implemented by my company. I'll look into
that. It should give me the information about how and at what point the
value is…The issue with the calc tab not showing was the missing "raIDE".
However The issue with the "different version"
is to do with the pre distributed run time packages.
These need to be compiled during installation and n…?I am loading templates but these values are set both in the the template
data itself and just prior to doing a print (after template is loaded). I
think that the reports that have the problem may have sub datapipes. Could
this b…?I already do this. Sometimes it works, other times it does not. I have it
hard coded right now to force all reports to this. Any ideas why it would
work sometime and not others?
Thanks
Shawn
When the RAP script contains a reference to an Italian name, and the
data dictionary changes to English, the Italian reference won't work
anymore. The RAP scripts are saved in plain text, and are not updated
with the data dictionar…