rbuser
Comments
-
Thanks Tom !!!
-
That makes the difference.
I keep
ppDesigner.Report = nil
all the time and just before the user starts the Designer I do
ppDesigner.Report := myReport;
Thanx
Wim Smit
-
Giving the explorer datasets their own socket connection seems to have
solved that problem and it is now working successfully. However I am still
having odd exceptions when I try to open a report I have just saved without
changing rec… -
Thanks for your reply,
You were absolutely correct I had not set asta to refetch the autoincrement
fields. That has sorted the explorer Folder creation. However when I try and
save a new report back to the explorer Asta throws a… -
Jim,
I am also working on limiting user what they can do on enduser report:
1. view/print rights can only view and print report existing report.
2. full rights can do everything else
3. can only view and print report on certain f… -
Also I need this example. please send it me to or submit a d/l link.
-
Many Thanks for all your help.
Best Regards
Simon Callcott
-
I found out myself:
The rtm-file on the testmachine did not contain the line Language=lgDanish
-
Yes, that's it. I found out simultaneously as you can tell by my other
post.
-
I also have some problems with IBExpress demo, The "Invalid Variant type
conversation" error occurs while "new folder" or "new report" menu's are
selected.
I think the problem occurs for, autofilled fields via generators/trigger… -
Hi Jackie,
you better provide a valid email, something like
calvin@REMOVEthisPART.chrysanth.com will be ok.
I sent it again.
regards,
Chris Ueberall;
-
Opss.. I imagine you might have know this now, I didn't put a valid e-mail
to newsgroup profiler. Please send it again to this address:
calvin@chrysanth.com
FYI: I did downloaded a copy of your query wizard, I hope it is not tha… -
Hi Nard,
did you forgot that this page is down since weeks?
I sent Jackie the example via private email.
Cheers,
Chris Ueberall;
-
Thanks I have had the update from you.
Tom Wedge
CareerVision Ltd
-
Hi Jim
I should of check this newgroup first, Simon Callcott had the same problem a
week ago and solved it by adding another AstaClientSocket and attaching the
folder and items tables to it.
Sorry for wasting your tim… -
is that anyway to extract more than one sql object on a report as i might
have subreport plus another defined query , that together have one
master-detail and independent query in a single report . how could i set the
criteria f… -
Thanks Jim,
Pretty blatant mistake on our part, thanks again
Alex
-
Hi Jim,
I also got a reply on this issue from Tom, I sent him the requested files
about 5 days ago, and havent been able to get a responses since, have you
managed to have alook based on the files I've sent?
Thanks
Hi Jim,
Thanks for the answer. I was just trying something. In the selectionchanged
event i generate a message like 'this component cannot be changed' if its a
'read-only'component. After this i would like to change the focus to…Ahh.. I've managed to bring the data module out as a separate portion
without changing RB's code and/or hopefully logic. I hope I can send my
attempt to you guys to review if my implementation could be safe or not. In
the mean while I…But there is a possibility of showing it out, right? My approach is on the
form, have a TppDesigner component (because TdaDataManager requies it),
TPanel (as the TWinControl to hold the TdaDataManager or whatever it is
trying to show)…Hi!
THX for your answer!
I need one Report component which will load from database different reports
(let's say with no other events in TReport component) and then with EU show
different SearchPanel's (from Autosearch), which wil…THX but I have to make several different parameters depend on SQL
definition. And I would not like to make any changes to exe fle but to some
params outside the program.
Autosearch is option with fixed params for known query, but in E…This works for me:
On ppDesigner1.OnChangeTab:
If (ppDesigner1.Notebook.ActivePage = 2) or (ppDesigner1.Notebook.ActivePage
= 3) then
//designer/preview tab (same menu)
begin
ppDesigner1.menu.Items[0].Ite…There is a loop hole in your HideSave demo. You have hide the save option
from the user on the menu side, but what about the toolbar?? I mean, you can
bring the standard toolbar out and the user can save the report using that
function…Ok Ok, I've fingured out how to do this. but I still need another help, how
to disable the Open button in the component tab?? you know, those reside
inside the tabcontrol??
Thanks for the tips. I've managed to implement it but I should have known
this earlier. It looked so clear and easy.
Jim,
I have found the code in daAsta that is causing the SQL to be executed as
the report is loaded,
procedure TdaAstaQueryDataView.Loaded;
begin
inherited Loaded;
{ TODO -ochris -cGeneral : Is this definitely n…Thanks Jim,
I am familar with the FetchBlobs in the ASTA SQL options but not the
Template.OnLoadStart. Where can I find the Template object for the report
explorer. Sorry for my ignorance. If possible I would rather avoid modify…Thanks Jim I had noticed that and replaced the Asta
TdaAstaQueryDataView.
That works for me, however it doesn't solve my problem. It stops
access to the Calc button but if you click any other button you get
the Query Desig…