This topic is locked

master record disappeared??

3/23/2009 4:20:46 AM
PHPRunner General questions
A
amuro author

Hi, please anyone advise me.
master: palhad

userid

entdate

....
detail: paldta

userid

entdate

offdate

....
First, I add a master record, and then add a detail record via master-detail linkage.

For instance,

master: userid='S001', entdate='2009-03-16'

detail: userid = 'S001', entdate='2009-03-16', offdate='2009-03-21'
When I go back to the master, a error happened.

The master record disappeared, and the entdate of the detail was modified into last value.

The last value is that I entered last time, for example, '2009-03-10'.
The error sometimes happen, sometime not.

I don't know how to debug this. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=11322&image=1&table=forumtopics' class='bbc_emoticon' alt=':(' />
error picture:

J
Jane 3/23/2009

Amuro,
please make sure you've not set up default values for entdate in the database, on the "Edit as" settings dialog or in the events on the Events tab.
If it doesn't help publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.

A
amuro author 3/23/2009

Hi, Jane

The deafult value on entdate of master table, Date(now())

The default value on entdate of detail table, @$_SESSION[$strTableName."_masterkey2"]

The entdate's property is readonly.
This is a master-detail relationship, so the setting shall be OK, shall it??

J
Jane 3/24/2009

This is a master-detail relationship, so the setting shall be OK, shall it??



Yes.
Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.

A
amuro author 3/25/2009

Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.


I have published the project on Demo Account, thank you. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=39464&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' />