rbuser
Comments
-
Hi
I would like to create a new autosearch item class that is a combo box that
displays a lookup field and inserts a key value into the query select.
Regards
Andrew
-
Hi Andrew,
Do you mean, you'd like to use a custom Dialog ? If so, yes, that's
possible registering your custom panel.
See in RBuilder\Demos\AutoSearch
Best regards,
Etienne
Andrew Bexon a écrit… -
That excellent. Thanks.
It's installed and appears to work.
Thanks
Phil
-
Hi Guys,
Please disregard. Found all the DADE plugins, including MySQLDAC, on
the website.
Apologies for any inconvenience.
Regards,
Ian
--
-
Nard Moseley (Digital Metaphors) wrote:
Hi Nard,
Where do I find this? I have 7.04 and there is no MtSQL DADE plugin I
can find.
Regards,
Ian
--
-
In article <42e125e4$1@dm500.>, "Nard Moseley \(Digital Metaphors\)"
-
In article <42e125e4$1@dm500.>, "Nard Moseley \(Digital Metaphors\)"
-
Nard;
1. I downloaded the files. Was some kind of Browser security.
2. It remains a mystery as to why I cannot get my JITpipeline to show up in
the
DataModule. {steep curve]. I am wrapping it up in a TdaCustomDataView
Man thanks.
That was a huge help. I see now what I was doing wrong. DM should add
DataView base classes to the standard code base when developing a new
plugin.
I had a few problems with exceptions on designing a saved r…Linking the SQL Dataviews programmatically is no solution for us, we has to
link them in the Report Designer at Runtime, we have no choice !
Can the newer Report Builder v9.0 do this ?
If not, i have only the two possibil…Yes
We have modified that today.
Tadsdataset looks for the ads.ini in the app folder first then windows
folder after. Would it be worth changing this for future releases to match
TDarasets behaviour ?
Tha…I have worked whatthe cause is but not how to fix it.
If I copy the ads.ini from the program folder into c:\windows then it works.
It is ignoring settings from the ads.ini it it's path. All data in the
program is accessed this way wi…Oh yeah....
I"m using version 6.05 of the IBX controls.
Thanks,
Brent
Nard Moseley (Digital Metaphors) wrote:
Ok, great!
I promise I'll buy me a pair of good glasses. ;-)
Dott. Umberto Masotti
Università "G.d'Annunzio"
Chieti-Pescara
That's what is puzzling me.
I don't do any calculation, just simple fields and two subqueries. But what
is really puzzling me is the fact that no group by is added until the point
shown below (first query). But when I add one simple…Thanks
Going back to the original question; are you going to be supporting nexusdb
in the near future?
Ken
> Try adding a couple of overrides to the TdaNexusSession class for the
I'm not sure that is enough.
SQL 2003 seems to require different literals for dtDate, dtTime and
dtDateTime:
dtDate -> DATE 'y…> You can also call Report.FreeModules to free any existing datamodule
This solved my problem a little bit.
The error message still appears sometimes when I open the "Data"-tab and
move the cursor around.
(Preview the …> If you can provide exact steps to recreate the issue, post them here. It
I use the latest version.
I noticed that my (never programming) boss has my RB license, so I'll drop
your sales dep an e-mail with updated registrat…Hi.
I have understood.
So if I have to modify a query of the type:
Select IdCli,nom,prenom from Table1
with
Select IdCli,nom,prenom from Table2
I have to make all the query ( define table and fie…Ahh thanks Nard.
Just put the query through ADO and its fine... until I display the results
in a TDBGrid and I get the out of memory error. I guess this is what is
happening as I get the Out of memory when I preview the query.…Hi,
Please check the article: kbmMW and ReportBuilder 10 for a 'How To'.
http://www.components4programmers.com/articles/repo…Atle,
I am also in the process of using kbmMW and DADE.
if you managed to get any examples working, could you send them my way to?
Thanks in advance
Shaine
Thanks! Sorry for the name mix..
I will study that and maybe with some hel from the kbmMW newgroup I can make
it work!
Atle
Maybe you missed this thread?
Resend because formatting made a mess of the origininal.
---------------------------------------------------------
Hi,
I have two queries in DADE visual linked together on quotation_id.
Simplified: The master qu…yup
got the patch, set my database type to Postgres and all works well.
Thanks again
Ahh that is great news.
BTW I forgot to mention that even though we use PostgreSQL we actually use
kbmMW as the interface to the postgres db.
If I am correct, this sets the database type as other.
Will this be …Thanks for writing back, Nard. I had looked at the examples themselves
and was a little daunted. I will spend some time with the book first
and go back to them.
I was hoping to find a simple drop a query on a form, add a dbP…