rbuser
Comments
-
Nope, even creating the group in Delphi doesn't help. It still throws an
exception on the same string.
Could you try this yourself?
Thanks,
MB.
-
After some checking I concluded that program throws an exeption from thi
string:
lHeader.Group := lGroup;
But both lHeader and lGroup are not nils. The reason still eludes me.
Will be grateful for any help.
<… -
Hi,
I seem to find the solution. One just have to pass "nil" value instead of
"self" value into the method.
But another problem appeared immediately. I'm not sure of the cause.
Here is the code I put in my global OnCreate m… -
Thank you, it is really much easier to do it this way.
-
Thanks for reply. Yes, this error happens on the development machine too.
Perhaps I'm not using LoadFromTemplate correctly.... When the user selects a
report from a menu to print, the ID for that report is noted - I use the
ITEMID fro… -
I was wrong, the problem can be reproduced in the demos but the problem is not 100%
consistent
Using the demo end user report explorer:
Change the code so the main form shows and also change the code so the Launch btn
It's good to know I'm not alone with this. I don't think it is the custom
explorer as I just tried the tutorial for the custome explorer with a button on
the main form to .loadfromdatabase and it works fine after executin the custom
e…I have a problem calling a "AoadFromDatabase" print job wherein the
printername is set dynamically and the report is sent to the printer without
any user interaction. I get an access violation when calling all of this
from the main f…I also have the same problem. After custom ReportExplorer execution
LoadFromDatabase from separate button returns an exception which states that
the report with such name could not be found. I even tried to write my own
Template.OnLoc…Thanks a lot,but it didn't work, I set RefreshAfterPost to True in both
DbPipelines (for Folders and for Items) and still get the same error.
I suppose that it is related with the mechanism Informix uses for create the
serial nu…Dear Jim,
Please download the following Project and Database Script:
Project files: http://raymondicy.uhome.net/RBTest.zip
Table Script and Data : in Re: Infinity Loop of My report Comment by rbuser August 2003Dear Jim,
[quote](Actually, the setting in the MasterFieldLinks and MasterDataPipeline
are inserted by the system automatically during designation). [/quote]
Sorry, since I never touch the MasterFieldLinks and MasterDataPipeline…Dear Jim,
So strange! I have tested the Backup file, which is okay in SQL Server SP1 &
SP3.
I have removed all setting in MasterFieldLinks and MasterDataPipeline
properties (Actually, the setting in the MasterFiel…Dear Jim,
I am using SQL Server 2000 SP3, thanks.
Best regards,
Raymond Ng
----------------------------------------------------------
Programmer
Orbitec Solution Limited
Tel: (852) 25755125
Fax: (8…Yeah, I've already replaced the query designer. Next is the query wizard.
Ok, just wanted to make sure I wasn't wasting time.
Thanks,
Jim
Hi Jim,
Thanks for the ideas. We used OnAutoSearchDialogClose.
Jim Poe wrote:
Hi,
I'm asking the wrong question. We are using a view, not a table, to
feed the data to the report. We need to prompt the user for a date
value, set a variable in a database stored procedure wi…The problem solved itself.
Thanks anyways!
Thanks Jim that works great and I have use the language support tool
to update the default language to the prompts and column headings I
want.
Now, how do I optionally at run time hide some of the columns in the
top and bot…OK sorry to be too quick off the mark. I see that older saved reports
have references to TdaADOQueryDataView and new ones will have
TmyADOQueryDataView. So I guess I need to convert the strings before
instantiation.
So, t…Thanks Jim,
Your sample works great in hiding the SQL button on the dataview when
the user is creating a new one via the File|New menu option. However
it is not invoked for a saved report (report explorer) and it also
does…Thank you Jim
Your help is very appreciated
--
Serge Dosyukov
Borland Delphi 6 product certified
MCP
"Programming is not a job; it is a style of life."
"Jim Bennett (Digital Metaphors)" wrote in
Than you so much for your detailed response. So much better than support
from other companies you get.
1. I fixed this after sorting out the ConnectionName just required
MainConnection not ConnectionDM.MainConnection.
But how do I know in the OnShow event if the user is creating a new report
or not? Is there a flag I can check?
Thanks Jim, very handy... but isn't quite what I am looking for. Let me
explain myself a little better.
I have an end-user reporting tool using the report explorer. Very similar to
your end-user demos and tutorials with a custom…Hi Jim,
Thanks for that, I almost had it previously, problem is I didn't set the
stream position back to zero before saving. The example really helped.
Thanks again
Alex
Hi Jim,
I'm still stuck on this. I do not want to load from file. I have a
richtext component on a screen. The user can enter any rich text into this
component. I then want to translate the contents of this into a report
>>Here is the example I was thinking of. The key is that the left to right
Jim:
Got it working. Thanks. The basic problem was that I had not been aware
of the existence of the Column Traversal property option in Page Setu…