rbuser
Comments
-
Hi Jim,
This machine/user connects to Oracle using DOA components ok.
I can add,query,update,insert,etc.., through the application.
All the Delphi data forms are linked to the same DOA session that RBuilder
uses.
It's … -
Hi Ricardo,
Nice, you got errors, but why don't ypou pubish them here?
try to load a GIF image from file into the BLOB field, what happens then?
regards,
Chris Ueberall;
-
ok.. thanks..
but...
it's appears error....
i thinks thats the problem is to saving GIF in blob file to be loaded
correctly to TGifImage component....
How is correct form...
To saving… -
Hi Ricardo,
I answered the prior thread!
-
ok.. Im duplicate message.. but, the last question i'ts not answered...
i need your help urgently.
thanks...
"Chris Ueberall [TeamDM]" escribi? en el mensaje
-
duplicate message!
-
Disregard . . .
-
Hi Brian,
'ctASCII' is defined in unit 'ppTypes'. But 'daADS' already uses 'ppTypes' (at least in RB7).
add the following line :
type
TppCollationType = (ctANSI, ctASCII);
HTH,
Chris Ueberall;<… -
Hi Jackie,
separate the values with a comma.
regards,
Chris Ueberall;
-
Hi Jackie,
please use your real name ,thankyou.
when using a mandatory criteria, the user must provide input. Your conclusion for 'ShowAll' is right.
regards,
Chris Ueberall;
-
Hi Philippe,
(a complex 'Username' function?)
use a JITPipeline to provide static informations, this is as simple as it could be (no RAP needed!).
regards,
Chris Ueberall;
-
I made the changes as you suggested and I now see the tables. However, when I
click on the Fields tab I get an Advantage error that the server cannot be
found and the table cannot be opened. Any ideas? There must be more than just
cha… -
Sorry my fault, fixed it, some of the data dictionary joins where missing
and that appears to be the reason why they disappeared.
Thanks
-
Hi Jim,
I think Matt means the enduser.
Cheers,
Chris Ueberall;
-
I think I understand what you are saying but still would be a lot simpler to
just register the constants rather than have to define a function, etc for
them.
Thanks,
Matt
-
Yuk. That means I have to make a function for each of my 75 constants.
Will this be a capability of future versions possibly?
Thanks,
Matt
-
I already know how to do pass-through functions but they don't expose the
constants as far as I knew. I want the end user to be able to use my
pass-through function in RAP like the following example.
FFooterBarCode.Data := Repo… -
Ok I'll Test it .
Thx
Raf Schandevyl
-
Yes,
Open the enduser demo program and set the 'Report.SavePrinterSetup'
Property To True.
Try printing something to another printer than the default printer, or
set the copies to 2
You should see the problem.<… -
Thanks Jim.
However the Client is able to generate Reports thus removing the option to
copy the dates across.
Is it possible to be done in RAP?
-
Hi Guillermo Casta?o A,
TSimpleDataSet replaces TSQLClientDataSet.
(from D7_whats_new.pdf)
regards,
Chris Ueberall;
-
Now all is clear again

I was very affraid for a while because a simple question required a lot of work.
Nice to hear… -
Sorry, i'm a little confused here... which are the DataViews? The Pipelines?
I can re-create the reports, it's not a problem right now. I'm just wondering if
RB will handle saving the folders/items info in the tables when using CDS and
I have projects that use both. How or what do I do for a project that
does not use a data dictionary.
Brian
When will the next relase occur..
On Tue, 5 Nov 2002 12:50:15 -0600, "Jim Bennett \(Digital Metaphors\)"
Jim,
Thanks for your fast solution.
This fixes the problem of the display format but it doesn't not fix the
problem of step 8.
Putting a dbCalc of this field in Summary Band with Calc type sum,
…Jim,
I can reproduce the problem.
1.- Prepare the employee.gdb with ReportBuilder tables
running in IBConsole CreateEndUserTables.sql
…Jim,
The field in Interbase is SmallInt. If I drop an IBQuery on the form
creating the same query the field appears as TLargeIntField in both
ReportBuilder 6.03 and 7.00. But in ReportBuilder 6.03 appears as LongInt
…I use your code. It's this example I have found here. But, If I don't check
"Recherche obligatoire" (compulsory research) in visual query builder, the
OnGetAutoSearchValues event don't fire (ShowAutoSearchDialog is true). And I
can't …What is demo #33? Where do I find it? I'm using Enterprise Edition version
6.02.