Hi,
I have a strange problem. I have a table "A" with a "relationship" set up to table "B" (1 to many).
So when editing a record in table "A", there's a tab that shows the related records in "B", and you can edit / add new records in table "B". Works as expected.
I also have a separate menu option allowing you to edit / add records to "B" directly, pretty plain vanilla.
Now, the issue. There's a text field in table "B" - that often has $ values in it - like "$1 off XYZ" etc. When you add a new record from the sub-tab noted above, the $ gets dropped. The record is saved perfectly otherwise. If you edit the record and add back the $, it keeps, and all it well.
If you add a new record to "B" using the "side menu" option noted above, the $ keeps just fine. Note that all $ seem to get wiped out when the bug occurs.
If someone can point me to a spot in the code where I can start looking, I don't mind debugging the code myself. I'm on the latest 1.3 release.
-Jim