amey.p
30th June 2005, 14:08
I am trying to insert a record in tfgld0571m000 - Posting Data for Tax codes:
In the session it shows as inserted, but, when we actually look in to the table
through GTM there is no record available in table.

The inserted record is shown in the session until we press refresh but its not
seen in the table. Does anyone has any idea whats happening? :confused:

dave_23
30th June 2005, 14:27
I don't have that session - is this Baan 4? If so then it's probably a custom session, and it seems like you missed the commit.transaction() at the end of your insert.

Dave

Hitesh Shah
30th June 2005, 17:40
Must be the record deleted by any processing after it was displayed from table . That's the reason why on refresh it vanishes.

Rita Kotecha
4th July 2005, 15:27
Hi

I agree with dave 23, it is that you have misplaced / missed out the commit.transaction()

Evert-Jan Bosch
4th July 2005, 16:48
I don't have that session - is this Baan 4? If so then it's probably a custom session, and it seems like you missed the commit.transaction() at the end of your insert.

Dave
This standard session is available from Baan V onwards.

Evert-Jan Bosch
4th July 2005, 16:59
The transaction handling is done by the 4gl engine.
I don't think that the commit is missed.
May be an error is returned by the dal, but no error message is in the buffer to be shown to the user? I could not reproduce the situation you have. :(

JaapJD
5th July 2005, 15:38
Perhaps a stupid question, but did you press the save button (or the W-choice in ASCII mode) before you checked with GTM?