rbuser
Comments
-
i'm facing exactly the same problem as my database grows. The problem is
that report explorer fetchs all the blobs fields and it is very time
consuming.
A solution would be to fetch only needed blob as the user try to open a
> Teechart did not supply the runtime source to their editor files with the
or
Do you have the link to buy it?
Thanks in advance.
Nicolas
> What version of RB and Teechart do you have? If you have a registered copy
project
I have an regiistered copy of RB7.
TChart only what is dekivered with delphi.
Is this ebough?
Regards
Nicolas
I'm using AfterInsert for asigning the field values, but I doesn't fill the
blob field with the report yet.
What can It be happening?
Thanks.
Daniel
Sorry. I mistyped. I was trying this by using after insert for asigning this
fields:
ds['FOLDER_ID'] := folder_id; // Put the folder_id of the report being
edited
ds['ITEM_TYPE'] := 1;
ds['MODIFIED'] := Double(…Hi Daniel,
you should use event 'BeforePost' or 'AfterInsert' for assigning values to fields.
regards,
Chris Ueberall;
Dear Jim,
sorry, I am misleading you. I can see how to use the scripts to
create the tables, I want to populate them once they have been created,
using the data in my database. The database is SQL server.
regards
Dear Jim,
many thanks.
I now have the database structures I want in my rb_xxx tables. Is there an
easy way of writing a program to update the database of my customers to
build all of the tables?
regardsHi Jo?o,
see 'RBuilder.hlp' 'Troubleshooting' 'Controlling the End-User Application'
HTH,
Chris Ueberall;
I agree. It just had me going nuts thought.
Thanks.
Marc
Sorry my fault. Going to preview from the editor doesn't bring up the dialog
but if I right click and preview from the explorer it works as you said.
Sorry for the problems.
Marc
Sault Custom Programming
Marc,
If you checked the use of the search dialog then the dialog should pop up upon previewing. I don't understand why you are stating that it works when it doesn't. The given demo works fine for me and asks before previewing for the des…Thanks again Chris.
That works but is there a way to force that dialog to pop open on the
preview so that the user could enter the value themselves or to fill that
value in programmaticly? The problem I am having is that the use…Hi Marc,
sure, check the checkbox for the search dialog.
see demo 'RBuilder\Demos\3. EndUser\1. Report Explorer' report 'LessThan: Amount Paid (Currency)'
regards,
Chris Ueberall;
Thanks Chris,
That solves one problem. But is there a way for me to pop up a dialog to ask
for the value from the user or do they have to fill in that search createria
every time?
Thanks,
Marc
Hi Marc,
you have to use the 'AutoSearch' feature. Select 'Search' on the data tab and define the search criterias.
HTH,
Chris Ueberall;
The stream is going to a database field that is on a Server. Basically, I
have a remote app that is sending the stream to the client application. The
client app then displays the Editor. The user can make changes to the
report, then t…Hi Joco,
if the question doesn't match the title of the thread you'd better create a new thread.
Sorry, but I'm not a TeeChart expert.
regards,
Chris Ueberall;
Ok that solve my problem, Now I ask you How can I access Series property of
the chart in the calc editor?
Thanks in advance
Jo?o Gomes
Hi Jo?o,
(please re-use the original thread, thankyou.)
This has been fixed in RB 7, only if you do not include Teechart UI support
in your project for the runtime report designer. In an RB 7 Standard report,Hi Jim,
Thanks -- I'll try that.
Best Regards,
Vinnie Murdico
Software with Brains, Inc.
http://www.softwarewithbrains.com
Thanks Chris. The demo is good but the hope was to predefine a label
report, then preview it with a default label (Say Avery 5160 or the last
type the user selected) and then allow the end user to select a different
supported label …Hi Jon Gray,
I don't know why you think Nard's answer isn't satisfying, but I think if your users can serve a combo box I would say it is easy.
You can test it by your own, open the enduser demo (RBuilder\Demos\3. EndUser\1. Report E…Hi Olivier,
The Designer component has two new properties which control the name and location of user preferences: IniStorageName and IniStorageType. The default behavior is that preferences are file-based, are stored in a fil…
Hi,
I followed the cleaning up wiki, and install RBuilder aigain.
I also did the search against RBuilder\Source to find any 'rbIDE.res'
occurence, and have only one in ppFormWrapper as you told in the post.
Thank you for your quick reply.
I added the raIDE unit in the uses clause, but still getting error.
As the other user said, my delphi compiles the RB demos that has the
designer , but doesn't compile my application that h…I have the same problem, with duplpicate resources when use ppDesigner unit.
But Can't open the reportbuilder.general, Is it with problem?
Can you give me the solution in this forum?
Sorry post it here, but I am at …see reportbuilder.general