rbuser
Comments
-
Hi Nard,
from my experience from other softwares working with layer I have
expected that after dbl-clicking on a selected Design-layernode this
layer is activated.
Cheers Carsten
Nach längere Bedenkzeit hat Na… -
Window7 professional 64bit, Delphi seattle 10, Report builder 17.01 build 65
, Excel 2013
-
On 19/04/2016 14:34, Nico Cizik (Digital Metaphors) wrote:
OK have emailed you demo project with one of our tables in it (hetype.nx1).
Thanks, Paul
-
Are you using v4 of NexusDB, Nico?
-
El 16/05/2016 a las 20:30, Nico Cizik (Digital Metaphors) escribió:
Resolved Nico, Thank you very much.
I need to add a SchemaOverride=*.dbo in the params of the database. In
older versions the library calls the GetTableN… -
Thanks Nico.
On Tue, 28 Jun 2016 21:49:21 -0600, "Nico Cizik (Digital Metaphors)"
-
Thanks Nico,
But I'm still stuck:
I do have the dcus in the RB lib folder (MyChkBox.dcu,
myChkBoxDesign.dcu, MyChkBoxDrwCmd, myChkDlg.dcu). There's a
MyReg.pas in there too, but no myReg.dcu (?)
In the Sou… -
That did it, thanks!
So the reason I couldn't find a reference to euDatabase** was because
the template with it is actually stored in the table. Got it.
**That or the whole EU brexit thing is getting out of hand...
Hi Nico,
Thanks!
This got me further along...
I can get to design tab now, but I try and preview I get:
TdaFireDACQueryDataView.SQLChanged: No Database object found,
euDatabase.
I had totally forgotten that the files were in a Datadictionary and I was trying to access them as free tables.
Sigh. It's been so long..
Apologies for any inconvenience.
Ain
Hi Nico,
Just did a completely separate same test in a VM with Win 7 & D2007. Same result.
Calc tab is enabled but when I select it, it doesn't allow me to do anything.
Can't help thinking there is something not set/present.
P.S. The same thing happens if I just build the Example End_User app only changing the source for the data.
Hi Paul,
I have been away from RB for quite some time so I have forgotten more than I care to think.
Anyway, I have just had another look and realised what I had missed.
I hadn't put a calc variable on the design page for it to app…On 20/09/2016 00:53, Ian Branch wrote:
There is no object specific context menu for the Report Objects tree -
right clicking there just allows you to toggle the "view" (Variables,
Events, Module) for the pane. The "Events" vie…Hi Nico,
Test created per directions. As with my own project, the Calc Tab is there, I can go into it but it doesn't allow me
to do anything.
If for example I click on Header, it highlights in blue, when I then click in the V…Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
At design time in Delphi I have the DatabaseName set to the correct one, AC1, and AC1.AliasName is set to the
Advantage DB.
Just for kiks I deleted the DatabaseName fro…HI Nard,
Sorry, been away for a while.
Sample sent as requested. eMail titled 'Ian's sample rtm file.'
Regards,
Ian
Found it!
I had a Company logo in the report. It was a .jpg. I noticed in the 'good' reports I had a different logo and they
were .bmp.
Converted the first logo to .bmp, replaced it into the problematic reports & all…Hi Nard,
Is False going into the report opening.
Doing nothing and exit the designer..
Is True when exiting..
Call Stack says..
ppClass.TppCustomReport.SetModified(True)
ppDesignLayoutManager.TppDesignLayoutManager.…Hi Nard,
Thank you for the reply.
Tried two routes..
1. Save back to Explorer under a different name. - No good, same issue.
2. Save to a file, ceate a new report, load the file and save into Explorer - Same probl…Hi Nico,
Thanks for the reply, but I'm a bit confused. I've had a look at
CalcSpaceUsed, but it seems to rely on other methods (methods of
TppPlainText, among others) that aren't available in RAP.
Is there no suitab…Success!!
Don't know why. Aside from shutting down and restarting, changed nothing from the last entry.
Happy Vegemite now...:-)
Regards,
ian
Some progress..
Went back to using the DevArt components..
Have daDBISAM & daMyDAC built & loaded.
Have the Designer recognising the DatabaseName (dbData), DatabaseType (dtMySQL) and SessionType (MyDACSession).
I have Col…Tried the MicroOLAP DAC for mySQL as well. Same result.
DBISAM side is fine. Can't get the Designer to recognise it. It is connecting OK as I have a DBGrid and Navigator
connected via a Query/DataSource to the DAC.
It all compile…Hi Nard,
Perhaps a compatability issue.. Win 10, D10 Berlin, latest RB. Wanting to use MyDAC for mySQL.
To simplify the rbXXXx side I started with the DBISAM End User example. Compiled and tested OK.
I then del…Tks Nard. Cheers.
Thanks for that.
So is it Crosstab1.Matrix[Row,Column].Value to access the cells ?
On 07/02/2017 08:03, Ken Randall wrote:
Try putting this in an early Initialization section of your project:
UseLatestCommonDialogs := True;
Its also worth trying passing the application's main form handle to theHi Nard,
They work fine in a simple project but not in my main product either
from RB or direct. They also work at design time.
I am not using VCL styles.
Regards,
Ken