rbuser
Comments
-
No I dont get it with the BDE custom dataview examples. Did you try it with
the replication example I gave you using the
CreateDataModCustOrderLinkedDataviewsADO example project from your tips
download area. If you missed it here are… -
HI Jim,
Any ideas on my other problem in this post above with where the data
dictionary is not honored after creating a custom data view? Eagerly
awaiting a solution ;-)
Cheers.
-
Jim,
I was able to solve my AV problem by either removing my FieldAlias name or
by setting both the Alias and the FieldAlias properties of my TdaField
SelectField objects. It was falling over in
TdaQueryDataView.CreateLinkO… -
Hi Jim
I have now sorted out my AV problem, but I still have the problem of the
Data Dictionary not being honoured after selecting a custom data view.
UseDataDictionary is set to true on the designers DataSettings property.
Thanks for the quick reply.
The only problem is that the reports are sometimes context sensitive to
what the user is viewing and we would like to combine the special
reports with the database reports in one interface.
I'll see …Thanks Jim,
What seems to be happening though is that when I set the customer_id value
it gets saved with the template. So the next time around when I am checking
for a blank value it is not populating with the new customer_id. …Hi Jim,
I just re-sent the demo.
Please give me your opinion.
Thanks
Antonio
Jim,
I haven't explored the report parameters but in any case, it is not a good
way to follow if we want an end-user to be able to write reports himself.
It is something that me, as a developer can do but not possible to a…Thank you, everything now works fine.
I knew it was a silly answer: Just needed to add the daDatMan and daDBBDE
units to the uses clause of the unit
Thanks anyway and hope this helps someone else
Eduardo Martinez
"Eduardo Martinez" escribi? e…Thanks Jim
Please help again.
I created a report using Query Designer, I haven't saved the report to .rtm
file yet because I want to keep it simple at this stage. I also droped
Table1, DataSource1, ppDBPipeline onto …Also, the example, that caters for any changes via the Report Explorer, but
then wouldn't I have to also modify the report editor to prevent saving a
report with a prefix of 'std'. A solution at the dataset would be much more
elegant…Hi Jim,
Thanks for the example. Just quickly, is this the only way to do it? I
have to modify my own Explorer form?
Regards
Alex
Thanks... we updated the driver and all is set!!
thanks!
yes we are printing to the same printer for all workstations.
Ahhh... discovered my problem. I had to override RefreshQuery and just put
in a SQLChanged call so that I did not lose the pipelinefields that I had
created.
Seems be OK? Are there any other calls I should put in there?
hi group
i have already answered my second question by reading a previous post by Jim
from digital-metaphors. he also provided a helpful example
in separating the user interface Comment by rbuser September 2003Jim
I have the following in my end user reporting tool
procedure TmyEndUserSolution.ppReport1PreviewFormCreate(Sender: TObject);
begin
ppReport1.PreviewForm.WindowState := wsMaximized;
TppViewer(ppReport1.Pre…Fixed
Pls Ignore posts
Dan
Further to this.
If I open my DataModule that has the TADOConnection object in it
And change the ConnectionString OnCreate of the DataModule.
Then the Report works with the Database.
It appears that Somehow the Report is ge…Hello Jim,
It is a two pass report, the flashing only happens on certain reports.
NB it is the preview controls in the toolbar that flash not the actual print
preview. (LockWindowUpdate appears to be related to graphics ?).
<…Is there an example on how to do this?
I am using RB 9.01 Enterprise in Delphi 7.
Hi, Jim,
My experience is the Filename property of OpenDialog / SaveDialog
will be unassigned or assigned a dollar-sign('$') in some PCs (XP or
Win2000).
If we use Files.Strings[0] instead of FileName, it will be OK.
<…Jim,
I'm looking for a solution for end-users. The report is identical. I've use
Dade to set up an initial dataset. In this case it is NyMaster.dbf using the
advantage dade setup. I did this from the data tab. In the future I wo…In <3f74615c$1@dm500.> Nico Cizik \(Digital Metaphors\) wrote:
Okay Shall do.
This is an add on component which I found on the web, basically just a
resource file you link into your program.
Cheers
<…Ya everything is working in the TTable. Just not the datadictionary. It also
works on one computer and not the other.
Paul
All the objects in rb_table in my DataDictionary are actually SQL Views. I
have fields in that view that just return NULL. What I do is access the
TADOQuery object of the TADODataview that is created within the end-user
reporting solu…Hello again,
I can?t compile the tppwwriched.pas because it can?t find the wwriched.pas,
may be because I don't have the infopower suite, I only have the wptools
suite, how can I integrate this suite with the reportbuilder?
I can?t compile the project,
because he can?t find this file "wwriched.dcu", and I don?t have it or the
.pas file that is on the uses clauses of the ppwwriched.dcu. why?
thanks in advance
Jo?o Gomes