rbuser
Comments
-
Thanks very much for the excellent service.
I will follow you example and try to get specifically what I need.
Thanks again.
-
Thanks Jim for the guidance.
However, if I understand you correctly this will mean that the user
will be able to create and edit these calc fields as well as use them
on their report. However at print time they would be removed… -
Rafael Carrieri wrote:
no, you can't reload a component from the form's resource.
Use another (default) template.
HTH,
Chris Ueberall;
-
Jim,
Okay....Well.......I just found out what he failed to tell me before. He has no
printer! Not as bad as it sounds. I included the TExtraDevices--he's trying to
print to an html file.
I guess the lack of a print… -
Hi Ian,
for the case you are using the Enterprise version you can use the following RAP code in 'DetailBeforeGenerate':
Variable1.Visible := Variable1.Value <> 0;
regards,
Chris Ueberall;
-
Hi!
There was the event handler that handles the PreviewForm.Windowstate which
is not nessesary since RB7.0.
Now I put there a Dummy-Action.
It Works, thank You!
Regards
Wolfgang Bierl
Strike.SoftwareSo… -
Many thanks.
I may get back you you on this then.
John
-
Ah, i see now.
I can get the upgrade FOC.
Before i make the upgrade, could you confirm the following for me.
I have, made som changes in the Report Builder source code so i will need to
make these changes again after the upgrade … -
> This was added in the latest release of RB 7. You'll need to download the
Ok, at least i can stop trying now then.
Can't upgrade though (unless it's free ;-)
One for the future i think.
Many thanks
I did what you suggested and converted the tables and ran the demo.
I can, as you say create a calc field and it does indeed appear in the Sort
tab.
I however need to have the field appear in the Search Tab so that i can get
a re…
Thank you.
I'll give it a try.
What if we are no longer using the BDE?
Will is still work?
Paul Klomp
PK Software, Inc.
I figured it out...I had the following line of code in the Designer's
OnCreate...it never seemed to matter before, but all of the sudden, it
started causing a problem...I moved it to OnShow and all is well. Still
strange that it only …I said a blank report comes up...what I meant was the designer I have
assigned to the explorer comes up, maximized & modal, without me requesting
to edit or create a report.
Should tell you exactly what is happening...upon a button click on an mdi
child form, I load my own report explorer into a panel on a tab sheet. That
has worked for years now. All of the sudden, when I press that button, a
blank repor…Hi Jim,
I cannot replicate this in your demo. Strange thing is, I can only replicate
it in my app, on my machine. I can take the exact code and compile on
another machine and it works fine, I can compile on my machine and use th…One thing I am noticing...on all working machines, there is the same
rbuilder.ini file...as follows
sorry for long post :
[Designer Position]
WindowState=2
Left=-4
Top=-4
Width=1032
Height=776
Hi Jim,
I have created a simple app. that will reproduce the AV.
It s on its way to support now,
Cheers,
Nico.
Hi Jim,
The Demo works without any problems.
I have found what is causing the problem.
In my App. i ceep a objectlist with forms that are parented on a panel of
the MainForm.
This objectlist is created and destro…Thanks Jim,
I will try this.
Best regards,
Nico.
Thanks.
I've got it working already. I've alter the Display Name from the
TppDataPipeline.
Great thanks.
I see, but what if there is not (at present) the currency field which they
require.
Would they be able to create a currency field on the fly ? This could then
be used as part of another calculation.
The thing is...
I have a …Thanks, the patched solved my problems.
Rebecca
Hi Rebecca,
Could this be a simmular problem as i have ?
Please see my thread "AV with reportexplorer hosted on a form in RB7 when
closing app."
Best regards,
Nico.
Thanks Jim,
but that was the first thing I have done. ))
Setting the page limit actually dramatically reduces the report GENERATING
time, but not the QUERING time.
I need a solution to make the pipelines.datasets get …Hallo Jim,
sorry I may be getting you nervous, but I think I cannot connect any
datapipeline to a certain datasource (as table or a query) since it is up to
my programn user, which database he is running my program on. I do not …Hallo Jim,
thanks for the quick reply, but I think your advice to set another sql where
clause would not work this way. I want to offer a common solution for every
report could have been made by an end user. I cannot not know, w…