New records not saving.
Posted: Sun Jan 22, 2012 12:54 am
First - this package is amazing and if I can ever make proper sense of it, I'll be telling everyone I know!
And now - the problem.
I'm putting together a simple CRM/HelpDesk application for my business - and the database is very simple - 4 tables with a master ID from the Clients table. I got that working just fine with the job history as a text field in the linked HelpDesk table - and everything was working fine.
I then decided to replace the single text field with a linked table called JobHistory (properly linked as a foreign key in phpmyadmin) - which was then linked from the HelpDesk table with the appropriate 'relationships.ini' file. This works to the point that it shows the records I inserted for a given call through phpmyadmin... but when I tried to add another entry to that call using the Zataface interface, clicking on the save button just cleared the fields above it and didn't do anything; no record was saved.
Now - I'm new to this framework - and I'm more inclined to think C rather than php.... so I've tried replicating this issue on a fresh installs of xataface... and not one install has actually managed to save the desired record.
Is there something I've not read about; is there a bug..... or am I just being particularly thick? Previous experience has been with Access (all versions), Approach, Notes and other assorted apps.... and I prefer writing my queries in plain SQL rather than rely on the MS query builder... but I really want to make this work so that I can access the database from anywhere.....
And now - the problem.
I'm putting together a simple CRM/HelpDesk application for my business - and the database is very simple - 4 tables with a master ID from the Clients table. I got that working just fine with the job history as a text field in the linked HelpDesk table - and everything was working fine.
I then decided to replace the single text field with a linked table called JobHistory (properly linked as a foreign key in phpmyadmin) - which was then linked from the HelpDesk table with the appropriate 'relationships.ini' file. This works to the point that it shows the records I inserted for a given call through phpmyadmin... but when I tried to add another entry to that call using the Zataface interface, clicking on the save button just cleared the fields above it and didn't do anything; no record was saved.
Now - I'm new to this framework - and I'm more inclined to think C rather than php.... so I've tried replicating this issue on a fresh installs of xataface... and not one install has actually managed to save the desired record.
Is there something I've not read about; is there a bug..... or am I just being particularly thick? Previous experience has been with Access (all versions), Approach, Notes and other assorted apps.... and I prefer writing my queries in plain SQL rather than rely on the MS query builder... but I really want to make this work so that I can access the database from anywhere.....