rbuser
Comments
-
Dear Jim,
sorry for the slow response, have been away.
Your possible workaround is not really much use.
My example is very simple.
I have a table called schoolvisits and a table called schoolstaff.
One of t… -
No, we are using 6.03. You mention this bug was in "one of the initial
RB 6.0 releases". Is there a later maintenance release for 6 that
fixes this?
--
Thanks,
Janine
-
Hi Jim, I am using this method, however when the designer first opens
it appears to not read the file list in the ini if it is anywhere but
WINSYS.
--
Thanks,
Janine
-
Thanks for the info, Jim. One of the reasons this is coming up is
because I am attempting to force the use of the ini file in my exe
directory rather than winsys (we have many sites where the sys admin
removes write access to winsys f… -
Hi Christian (or Markus!),
Designer.Report.modified lets you know if the report has been changed
in the designer -- I don't use rap, so I don't know if it gets set in
that case, but you can test it. I include the OnClose event handler… -
-
I think I see what you mean, but I don't really know how
to override the edit method.
Would it be too much to ask for an example? That would
definitely help me a lot. Thanks for your help anyway.
In article <3e7096aa$1… -
Jim,
I am not necessarily looking for a solution based on the
"TeeChart runtime editor component" (TChartEditor), even
though it would be nice to link the TppDPTeeChart.Chart
or TppTeeChart.Chart properties to a TChartEd… -
Thanks Jim, but I'm not sure it helps me that much.
What I want to do is to have the possibility to
customize the TppDPTeeChart or TppTeeChart editor at
runtime (hiding some pages for instance).
As an owner of TeeChart pr… -
OK, I tried to move my code from Delphi to RAP. Now my problem is that I
don't have all the methods and properties I used to have in Delphi. The
Summary.PrintPosRect is gone. It does'nt appear in the object Pane of the
code editor. An… -
"Luis" wrote in message news:3e6fa9e5$1@dm500....
use
those
NativeDB have a package that performs this function. Go to the download
section of their site.
Jon
-
Suggestions for a release:
if instead of static items the draw commands did not fit on one Page, take
another one and print the rest on a extra page. So the user could see, the
output and can better change the report. If its pri… -
I realize my previous post may have been rather vague, so let me be more
specific. Instead of using the Design wizard to create the dataset and
automatically generating the SQL in my report I wrote the SQL statement
seperately and pas… -
I am getting an 'Invalid Stream Format' error when i try to open one of my
Report Template (which i have created using the SaveToFile menu option on
the Design Tab).
I am using the Demo which you suggested and just pointing to my Repo… -
Thanks Jim, i'll give it a go
-
Yes, that has given me enough to get going with it.
Many thanks
John
-
Thanks, i've got it parsing OK now.
I can parse the file and then get the user to manually select the
LoadFromFile method to load this new template when in design mode but is
there any other way i can just get the user to select which… -
Sorry
I figured it out, I missed a bit from the example.
Andy
-
It didn't for me Jim. Can you send me a link (or email me) to the
ODBCExpress Dade you used? (RB7.02 D6). Was there anything in
particular you needed to set in the data module?
Do you have an end user demo with ODBC Express th… -
Thanks Jim. No joy. For now I guess RB/Asta is not a working choice
for background printing or RBServer.
Have you been able to get ODBCExpress to work?
Thanks,
-
Thanks Jim.
(D6 with Asta 2.6.)
I commented out the "Classes.CheckSynchronize" and it then does
connect (although the comment references D6 which is what I am using).
I am printing to a file (pdf with waler) and… -
Jim,
I understood that for the BDE but was having trouble (I got an error
only with background print trying to open the join ds) when using
Asta.
To clarify I use the report explorer with a dictionary both with AstaJim,
Thanks for the reply. I have little to no Delphi experience so please
bare with me. The following is what I entered in Report Builder:
procedure ReportAfterAutoSearchDialogCreate;
var
aLines: TStrings;Jim,
Thanks for the reply. I did that. The session type displays in design time
as expected but the tables do not show up in the report designed query
builder. I'm pretty sure the problem is with Zeos itself as it is quite full<…I figured I have to create a few classes and have them registered. OK, done
that and everything is working now. In runtime, the end-user report
selects a mySQL database, connects to it, designs and prints his report. In
design time, …Hi Nico,
Thanks for your response.
That is not what is happening. What is happening is this.
I create a report in a project. I then save the report to a RTM file.
Then, using the end-user Report Explorer, I create a new rep…Thanks for the demo, its a big help in other areas too.
Andy
Hi Andy,
I would create a new report and look for differences concerning the data settings in the rtm file.
regards,
Chris Ueberall;
--
Anyone got another other ideas ?
Thanks
Andy
Hi
I have now changed the alias name back to it's original name and deleted the
AdsConnection from the form. It now prompts me for a user name and password
which is ok but it still says I haven't the rights to the tables eve if…