Hello to all the forum. I'm trying to convert a project from Lazarus 0.9.13 (FPC 2.1.1) to Lazarus 0.9.21 (FPC 2.1.1). I use jvuib and fbdataset to connect to Firebird 1.5.3. I'm actualy working on Windows 2000 Prof.
I've meet a lot of problems in the use of databases and in dbgrid, then I ask: are there other people here who have meet the same difficoults?
Because of my project is over 50000 rows of code, it's very difficoult for me to reproduce the problem in a small project and report a bug issue.
For example, sometimes the user can't change row of a dbgrid, other times cell data is automatically changed by the program, often when the user try to add a new blank row there are added 2 blank rows.
In the program I've a quite simple procedure that write the content of a calculated field that represent the description of a key value of another field, and a procedure that from the first to the last record of a dataset calculate the total of a field, if I comment a few lines the situation better, even if there are still problems, anyway.
However I've meet other problems in inserting new records, above all when I've complex forms with a dbgrid for master and for example two dbgrids for detail tables.
All my program works correctly under Lazarus 0.9.13 FPC 2.1.1.
What it's better to do? May be for now it's better to use still Lazarus 0.9.13. Anyway, if I can help to individuate these problems, if I'm able to, I can try to do other tries.
It's 3 days that I'm working over, but I've found no solution yet.
My project with Lazarus sources (an italian accountacy program) is also available for download on SourceForge:
http://sourceforge.net/project/showfiles.php?group_id=178483Best regards,
Stefano