View Single Post
Posts: 370 | Thanked: 443 times | Joined on Jan 2006 @ Italy
#35
Originally Posted by fpp View Post
I must be doing something wrong :-)

With the latest update I can now actually create a new table, describe the fields in it and access the "new record" entry form. But then the form never closes when the "OK" button is pressed and the record never gets added... There are a bunch of Python errors in the log file. Is this only me ?...
By memory it is due to the fact that the author defined an empty database as a list instead of a dictionary, so first time you use the prog it won't work with a new file. If you post the log, perhaps I can help something. I had to dig the code to find the error and change a [] with a {} and everytyhing is working now.