Cannot Save Record on list view

I have a quirky problem,

I create a record as a child of the current record in a linked table.

It seems to store the ID of the parent through the relationship automatically.

It all works find in developer, but when i run the project in servoy client, when i add the record (which i do in a list view) and then edit certain fields, if i click off one of the fields onto the record, it comes up as record cannot save.

If i then click on another tab and return to the tab with my list (of injuries as it happens), no record show in the list view until i click back and forth and then it appears.

It has actually saved the data as well!

It doesnt seem to be a problem in developer or even on the developer machine when logging in as a client on the local machine.

It definitely does do this when i publish the solution to server.

Apart from that it works fine.

I assume a school boy error, so ideas or fixes welcome

David

Are you sure your pk sequence in the foreign table is ok?
if so please report this in the support system (with your log file) at:
http://crm.servoy.com/servoy-webclient/ … oy_support

Sorted it,

It was strange in that when i created the new related record, it didnt like me modifying fields before i actually did a database update and save within my method.

Having done a hard save after new record, the error seems to have gone away.

I have a similar error on the opening page of my solution, which is intemrittent, but i think that maybe related to not defining values for two global variables i show.

The error is cannot show form data, but there isnt any except two global variable fields, so i will try to put a default value into them.

David