Is there anyone out there who can give me some hints where I should look? If
the error was caused by one of the lines of code that I have written in the
OnCreate part for instance then for sure the program would break there and
point me right? I installed some security updates yesterday, is there the
possibility that one of them caused it?
Karl,
You did not mention what you have tried.
Have you tried debugging it with the IDE?
Have you compiled with DebugDCU's?
Havie you tried stepping through the CreateForm?
HTH, JohnH
Check if some program has changed your regional settings, primarily the
date format. Try changing to another and then back. I know we had
problem with some date format causing similar error messages.
Regards,
Robert
During the form creation, you must have a call to EncodeDate. Have you
changed locale or date formats and parsed the month number into the day
parameter or something like that?
Regards, Paul.
"Karl-Gunnar Hultland" <karl.h...@vikarieformedlingen.se> wrote in
message news:47b53bc9$1...@newsgroups.borland.com...
Have you just installed XP SP3? There's a large thread in this group
about a similar problem with the IDE (24/05/2008).
Regards,
Russell Jones