rbuser
Comments
-
Hi,
I've now received the updated file which has fixed the problem. Many
thanks for that.
Ian
-
Hello,
I got the resources that time although I had to extract them from my
"Junk E-mail" folder first.
I rebuilt the custom dll using these new files but I still get
"" shown in English. I checked your file… -
I have sent the resources.
--
WBR Sergey Kovalev svk@siamed.ru
SIA International Ltd
"Ian Munro" ???????/???????? ? ???????? ?????????:
-
Hello,
I think your mail may have been dumped by the spam filters we have here.
So many mails end up in my junk folder that I just tend to delete the lot.
Please send the files again and I will look out for them.
Hi Ian.
Last week I sent you completed russian ".rc" files for RB 10.06 on
ism@gtl.biz.
Have you received them ?
--
WBR Sergey Kovalev svk@siamed.ru
SIA International Ltd
"Ian Munro" ???????/???????? …I recompile accessible packages, as I need files *.jdbg (or *.map).
They allow more precisely to find out an error (on the stack of call).
For next 3th packages it is inaccessible from for absences of dpk files:
rbRAP10105.dpk rbRI…RB Enterprise
1) ppToolbars
rbIDE10105.dpk
contains
...
ppToolbars in 'ppToolbars.pas', // *** Not needed
...
ppToolWn in 'ppToolWn.pas', // *** Not needed
...
ppDesign…27.06.07 ? 19:09 Nico Cizik (Digital Metaphors) ? ?????? ????? ?????(??):
MemLeak check: FastMM or MemCheck (more rapid)
Error stack: Jedi Code Library (ExceptDlg.pas).
--
Vadim: ( Writed by Opera: www.opera.co…Hello,
I checked some earlier posts (I should have done that before I posted mine,
sorry) and have now sorted my problem. Shown below is the function I am
using in hope that it may help others.
procedure TMainForm.A…do you have RAP? If so, you might want to use a pass through function.
--
Ed Dressel
Team DM
This is a multi-part message in MIME format.
In case it's of interest to anyone else who is having problems sending
emails, the exception thrown by the connect (with the SMTPIndy, not the
MAPI) was a socket error 10053 which is caused by antivirus software on the
machine bloc…Thanks Nic. That is very usefull.
Got it. thanks.
--
i don't like coding in my reports. Isn't it possible to do it in the report
itself.
Frank
Here the code that fails:
procedure TdaNDBSession.GetDatabaseNames(aList: TStrings);
.
.
for liIndex := 0 to aList.Count - 1 do
aList[liIndex] := NDBAliasList[liIndex];
.
end;
Alist has 2…Problem found!
The nativedb caused the index out of bounds in their code:
Hi
Even when calling dictionary.reset on datamodule create , the query wizard
shows the tables even when rb_table is deleted in between.
a Showmessage of the recordcount in the after open of the dataset reading
rb_table …Hi
We noticed the following:
- if we do not use the second session before we started the designer the
designer works fine.
- when we use the second session after we have openend the designer once, it
keeps work…Hi Nard,
We noticed the following:
When we start the designer without the thread , it works fine.
The query wizard uis showing the tables.
When we close the designer, free the datamodule on which the designer
re…Hi Nard,
What is the designer doing with the database?
Eric
Hi nard,
I need to compile RB with debug, what is the easiest way to do this?
Eric
Hi Nard.
No
It does. What kind of propertyeditor does RB use? When will i see a database
in the drop down?
Ok, but we are using 1 database.
If i put a showmessage in the after…Hi
Some more info
The strange thing is that if i comment the call to the code with the second
session, the error is gone.
No clue where to search.
Eric
we use Delphi 7, SQL direct 4.9 and windows XP.
Database Firebird and MSSQL Server.
very tnks
--- posted by geoForum on http://delphi.newswh…Nard,
Do you have some other options?
Regards,
Jeroen.
Hi Nard,
But TppVariable doesn't seem to have a GetLookAheadValue() method.
Regards,
Jeroen.
Nvm, I've got it worked out. I had the code outside of the
'beforeprint'...so, naturally it would cause an AV.
I have been playing with that code, and I'm getting an AV for some reason.
What am I missing?
TppProducer(Report).AllowPrintToFile := True;
TppProducer(Report).TextFileName :=
ExtractFilePath(Application.ExeName)+…