rbuser
Comments
-
Bernd,
that's not an ReportBuilder issue. Every application will fail when using BDE without beeing installed itself.
Try to use any BDE related component in such an environment with your own test application and see what happe… -
Hello Nard,
or
be
But why? The rest of my program runs without problems, only RB fails, if I
want to use DADE.
contains
That?s not true. With v7 sometimes the settings get lost and I have to
recreate th… -
Hi Chris,
Yep. They are there. Willingly, because at runtime it is possible that
either ADO or BDE will be used. The problem is, that if BDE is not present,
I can?t even select ADO.
Moreover there is a problem RB forg… -
Hi Bernd,
did you check your uses clauses for BDE related units (dbTables, BDE)?
regards,
Chris Ueberall;
-
Jim,
Thanks for that. Rewriting a big hunk of the wizard is rather more work than I
had in mind just to change which radio button is "pushed" and what controls are
displaying when the page displays. Guess I'll hold off until o… -
this stays set to false thru out the operation of the applicaton.
the steps to reproduce this are to be found below in this post. would you
like me to send you the .pas's and .dfm's?
-
I fail to see which event to use to check this value. There is only about 8
lines of code in this project, i am not changing this value during run time.
Does it change by itsself?
-
Has anyone there been able to reproduce my problem?
-
Here is how I can reproduce the problem:
I go into the end user report application and double click on one of the
existing reports in the right side of the window and preview it. Close the
report after it runs. Back in the Rep… -
I thought i had a sequence of steps down, i will try to get something to
you soon.
-
in the delphi designer this setting is set to true. i have no code that
changes it during run time. Does it change during run time?
-
Carla,
did you check the setting when the problem occurs or do you speaking generally?
regards,
Chris Ueberall;
-
This setting is set to true.
-
Hi Carla,
check if 'use DataDictionary' is checked on data page.
This property should always be checked in your case. (TppDesigner.DataSettings.UseDataDictionary)
HTH,
Chris Ueberall;
-
> Sorry, I do not understand the question/issue.
BDE?
This happens if I try to select two of my tables.
The Environment is RB 6.03 Pro
Delphi ENterprise 5
BDE 5.11 and sq?ora32.dll
Oracle 8.1.7 server site / Or… -
I copied the ppViewr.pas file to my \RBuilder\Lib\ directory
and I am rebuil my project. But the probleme is same. I'dont print the
report when
I don't execute ppReportExplorer.execute.
"Nico Cizik (Digital Meta… -
Cheers
I'll try it
thanks very match.
-
Hi again and thank you for your quick responce.
I have tried it but it doesn't work.
It's still adding the record which prints on the top of the subsequent page.
But i tried something else:
procedure TDoneBillFrm.ppVariable… -
Hi Jim,
I was able to figure it out, but thanks for pointing me in the right
direction. It was a user error based on a documentation error.
I had created my data dictionary tables while taking the tutorials in your
R… -
Hi Jim,
I'm seeing similar results when I try using the data dictionary without Asta
as you suggested below. I'm connecting to Advantage directly using a
TAdsConnection. I can see the tables and fields in the Data DictionaryJim,
Unfortunately, setting the Group.BreakName doesn't help.
Adding some more information on the group and order by I use the
following: The group has nothing to do with the order by in my report.
Within the group I …Jim,
I'm sorry to say it, but I still don't exactly know what you mean
changing the TppGroup.Breakname. Can you please provide me
with a small code snippet to clarify things?
I'm not that experienced with RB to do it myself…Jim,
object?
Yes, just like in the
http://www.digital-metaphors.com/tips/ExtractSQLObject.zip
the ClearOrderByFields is executed
<…I have found the solution!
The problem comes because we don't use the BDE or FlashFiler engine for the
connection with our flashfiler database. If you create datasettings, in your
datatab, then this error will occur.
…I will try to create a program with this error. I hope to send you this
today or somewhere in the weekend.
Best regards,
Mischa E.J. Hoogendoorn
I'm not sure if I have that component, but I will look. If I don't, I'll
contact our author.
Thanks for the info
Chris Lawery
"John E. Crowley" wrote in message
OK, unsure why the inconsistency but I have found an errant
FreeAutoSearchFields in the ReportBeforePrint method. I'm pretty sure this
is the issue. Sorry for wasting your time.
Regards
Alex
Just to add, I tried the following:
Created a new report and data definition with search criteria and autosearch
= True, display a field in design and then without previewing the report,
saved it. Then if i preview report direc…Hi Jim,
I cant test using 7.01 unless you were thinking of giving me a deal too hard
to refuse
Save…