rbuser
Comments
-
Mathias wrote:
Hello Nico,
I am afraid I forgot to set TppMemo.Stretch to True for
PhoneContactFrequency. If I do so I run into the same infinite loop as I
did with the data-aware TppDBMemo. In my event handler for theMathias wrote:
Hello Nico,
I have found the TppDBMemo control that caused the problem. It was
linked to a field called PhoneContactFrequency of the DataPipeline
plParent. If I replace that with a TppMemo and assign theHello Nico,
Thanks for you reply.
thanks, I sent you email
Nico Cizik (Digital Metaphors) ha pensato forte :
ps: i see in last version the property "email settings" of ppgroup ,
but i still never use it... can you send me a link to an example ?
thanks
Diego Rigoni ha spiegato il 02/10/2012 :
Issue resolved. Thanks for the feedback. The problem was I had a unit
calling DBTables which somehow I did not pickup with Grep. Must have
been tired and mistyped or something. Also, I had a line that was
setting session passwords …Is there a list somewhere of what units require the BDE?
I use DB because I use persistent fields, and I use DBGrid. Is that ok?
Hi Nico.
I am not familiar with using Packages. This is my first time trying to
deploy with packages. I use NexusDB and to my knowledge do not need
the BDE, but maybe my application somewhere inadvertently makes
reference…Nico,
We are unable to replicate this error on our development machines, therefore
are unable to debug, unless there is another method we can use to "trap it"
in a production environment.
This happens on our clients runni…Thanks Nico
Yes, indeed I've updated. Just wanted to check something else wasn't
afoot. Thanks.
I was just about to copy&paste it here, when my eyes stopped at my local
variables to store the parameter values. I remembered something and wanted
to give it a try one last time and... it worked...
First I had this:
…How is your Execute procedure coded (copy it here)?
It had worked here too first, then I've extended the parameters a bit etc.
and then suddenly it stopped to work or better to say seems to be random...
Sometimes I get an AV, sometimes a random integer value... I've put the
whole pr…Within RAP I am passing "Report" to my pass-thru procedure. Can't
imagine why BandCount would be 0, I'm afraid - its always > 0 here.
Hello,
what do I have to pass as report-parameter form the ReportBeforePrint-event?
First I tried it with "Report". This seemed to work, then it didn't work as
myReport.BandCount appeared to be 0 for some reason, although I sti…Ok, I see, thank you.
Ah, I forgot to mention that bit. TppCustomTextAccess is just a "cracker
class" that promotes Displayformat to PUBLIC as it is only PROTECTED in
the TppComponent that lObject is defined as:
TppCustomTextAccess = class(TppCus…Hello,
is there a difference between
TppCustomTextAccess(lObject).DisplayFormat := ...
and
TppDBText(lObject).DisplayFormat := ...
or better to say what is the difference?
Hi Paul,
thank you for your reply and the example!
I will take a look into it.
Best regards,
Mark
To cope with MultiCurrency in our app I have a RAP procedure called
FormatCurrencyFields that I get reports to call in the BeforePrint event
for the report:
procedure TFormatCurrencyFields.ExecuteFunction(aParams : TraPa…Hi Nico,
it was my fear that the reply would be similar to what you wrote...
Don't you think that it would make sense to automatically use the
DisplayFormat of the TppField (as long assigned) for the data aware
component …Thanks for the reply Nico.
Notwithstanding the limitations of Outlook (I'm no HTML expert but from
memorytags are a very good way of achieving accurate layouts, so
it seems to me that you already a good solution), is th…Hello Nico,
Many thanks! I'm not a Delphi programmer at all, but I managed to fumble my
way through it and have achieved what I needed.
Your assistance was very useful - thanks again!
Jay
For now, I just changed the Send method to something like:
try
...
except
on e:exception
messagedlg(e.message,mterror,[mbok],0);
end;
So, a exception will still not be raised, but at last a message…Here is the final conclusion about this case:
I found that there was a READONLY file in the temporary directory of the
customer, with the same name of the file specified in the FileName
property of the TppReport.EmailSettings.…Em 26/11/2012 17:31, Nico Cizik (Digital Metaphors) escreveu:
The weird thing is that other reports created in other forms (in the
same application) are working fine.
The customer internet is still down, so I could not co…I'm still having problems with some customers machines, when clicking in
the email button does not call the email client app (MAPI).
Using debugging technics from the "paleozoic" era (since the problem is
not reproduceable in …Answering myself, it seems that I found out what the problem was.
Seems that in some machines, with specific Windows versions and
different environments, the email function from RB will not work (the
email client will not "res…Em 29/10/2012 15:11, Nico Cizik (Digital Metaphors) escreveu:
Yes, the MAPI support for Thunderbird was always listed as "partial",
but it worked fine in the past, and it works fine in my machine. I wasnt
able to find why thin…Em 25/10/2012 11:33, Nico Cizik (Digital Metaphors) escreveu:
Hi Nico! Thanks for answering.
My app is 32bits, and customer is using Thunderbird and OpenOffice, both
32bits, so I think this is not the case