rbuser
Comments
-
Ron,
I added 'CASE' to the list of reserved words:
// introduced in Advantage 6.2
FReservedWords.Add('CASE');
... and had no problem to use a table named 'Case.adt'.
I guess you did not change the… -
I recompiled unit, but still does not solve problem. The query designer gives error when
attempting to select fields because CASE is a reserved word. What is needed is for
double quotes to be put around the table name in the SQL. The SQL … -
Hi Ron Marx,
the given solution applies to all version of 'daAds.pas' for any ReportBuilder version.
(Why asking? Add 'CASE' to the list, ready!)
regards,
Chris Ueberall;
-
Does this solution apply to RB v6.03?
Thanks,
Ron Marx
Programmer
CFMC
-
Hi Ron,
change procedure 'TdaADSSession.BuildReservedWordList' in 'daAds.pas'.
regards,
Chris Ueberall;
-
Hi Shiju,
I'm glad you got it working!
regards,
Chris Ueberall;
-
Hi chris
It was something with the .ini... file for the explorer - after we deleted
it, its working fine!!
thanks!!
-
will ask our client... thanks a lot for the continued support!!
-
Shiju,
without having the exact original error message there will be less chance to help you.
Can the user access any table for the given BDE alias?
Did you check the BDE and its configuration for that machine?
regard… -
hi chris
its RB6.0.3 and delphi 5
I have a try and except block with my launching of explorer - it bring up
the error message - its not able to open explorer - it is very machine
specific - the user is able to run the report exp… -
Hi Shiju,
what happens? Any error messages?
What OS? Version of ReportBuilder & Delphi?
MDAC installed?
regards,
Chris Ueberall;
-
Problem solved. Thanks.
-
Hi Mischa,
you have to use 'TppReport.Template.FileName'.
regards,
Chris Ueberall;
-
Do you think I should request this as a new end-user feature ie does it
sound like a useful feature to have?
Alex
-
Hi A Vasitch,
No.
regards,
Chris Ueberall;
-
OK thanks Jim
Alex
-
Hi Alex,
cached pages costs memory and resources, executing reports with many pages may be problematic in Win9x.
regards,
Chris Ueberall;
-
Its OK, I've worked out the setting cached pages appears to do the trick.
Is there any reason you would not want to use cached pages?
Cheers
Alex
-
But in RB 6.03
ftLargeInt: Result := dtLongInt;
not dtLargeInt. if use dtLargeInt cause DADE can not link
-
Sorry , i did not mention Environment :
: D5 , Win2K , RB 7
"kamen lai" ???g???l???s?D:3df96764@dm500....
-
Hi Alex,
Unfortunately this is the normal behaviour. But it is on the ToDo list, IIRC.
regards,
Chris Ueberall;
-
What I want to say is that I have found demo "$Delphi7$\RBuilder\Demos\5.
AutoSearch\7. Create EndUser AutoSearch Fields" but have question how to
localize that expression to other language (not supported by RBuilder) or to
see the so… -
Hi!
Can anyone tell me how to implement that on user side.
Let's say that user has created one report with custom search criteria. How
can he see that criteria in his report at once.
Is there any example of that.
Sorry, for … -
Alex,
it is simpler as I thought in my last answer. You don't need a pass-through function, because RAP RTTI is already implemented for that method. But there should be some information about that method in the help file, missing that.
Hi Chris,
I have been through the pass-through examples. Can you give me an example
of what the pass-through code for getting criteria into a stringlist would
involve as I am moving a little out of my depth at the moment? I di…Hi Alex,
you have to pass a 'TStrings' object, usually a 'TStringList', the method fills the list with the criteria informations.
To use it within RAP create a pass-through function.
regards,
Chris Ueberall;
Ok I have found GetAutoSearchDescriptionLines can be used somehow, it is a
procedure with a parameter for aLines??? Can't find any samples or doco in
the help files, so any examples of how to assign the contents of the search
fields …Many thanks, I'll give it a go
Hi Mischa,
I think you have to set property 'SkipWhenNoRecords' of the detail pipeline to 'False'.
HTH,
Chris Ueberall;
Thanx for that Jim, but I still have a problem!
The code I am using is:-
begin
If Not FPrintingSpacer then
begin
subSpacer.Visible := IsOdd(Report.AbsolutePageNo) And Not
GroupFooterBand6.OverFlow;
F…