× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

Check-Out/In question

1 year 6 months ago #10005 by Marquart. J.A.
Check-Out/In question was created by Marquart. J.A.
I noticed that when I use a table generated with the Component Creator the line is propely checked_ot with use-id and date/time. However when ending with Save or Close the Checked_out is 0 (zero) and Checked_out_time is 0000-00-00 00:00:00. This will still flag the record as checked_out. Only when a global check_in is done both fields are NULL and the checked_out flag is gone.
Why is this only with the tables created with the Component Creator? How to correct this behaviour?

Regards
Arnoud

Please Log in or Create an account to join the conversation.

8 months 3 weeks ago - 8 months 3 weeks ago #10200 by Michael Cochran
Replied by Michael Cochran on topic Check-Out/In question
Hello,

The behavior you described is likely due to the Component Creator not handling the Checked_out and Checked_out_time fields correctly during the Save or Close operations. It appears that the Component Creator sets the Checked_out field to 0 and Checked_out_time to '0000-00-00 00:00:00' when saving or closing a record, which results in the record being flagged as checked_out even though it is not.

To correct this behavior, you should review and modify the code generated by the Component Creator to ensure that the Checked_out and Checked_out_time fields are handled properly during the Save or Close operations. Specifically, these fields should be set to NULL when the record is saved or closed, so the checked_out flag is removed appropriately. Prepaid Gift Balance
Last edit: 8 months 3 weeks ago by Michael Cochran.

Please Log in or Create an account to join the conversation.

8 months 3 weeks ago - 8 months 3 weeks ago #10202 by Hal23
Replied by Hal23 on topic Check-Out/In question
The behavior you described with the tables generated using the Component Creator could be due to the way the database and the Component Creator's code handle the "Checked_out" and "Checked_out_time" fields.

When a record is being edited or modified, it is common practice to set the "Checked_out" field to a non-zero value to indicate that the record is currently checked out by a user. Similarly, the "Checked_out_time" field is usually updated with the timestamp when the record was checked out.

However, after saving or closing the record, the Component Creator might not be updating these fields correctly, leading to "Checked_out" being set to 0 (zero) and "Checked_out_time" to a default value like "0000-00-00 00:00:00". This could be an issue with the code generated by the Component Creator or with the configuration of the database.

To correct this behavior, you might need to investigate the code generated by the Component Creator and check how it handles the "Checked_out" and "Checked_out_time" fields during the saving and closing process. Look for any update statements or function calls related to these fields and ensure that they are correctly updating the values in the database.

If you are not familiar with the code or the underlying database structure, you might need to consult the documentation of the Component Creator or seek help from their support team or community forums. Additionally, you could check if there are any updates or patches available for the Component Creator that address this issue. PayMyDoctor Login
In any case, before making any changes to the generated code or database, it's essential to back up your data to prevent any data loss in case something goes wrong during the correction process.
Last edit: 8 months 3 weeks ago by Hal23.

Please Log in or Create an account to join the conversation.

Time to create page: 0.155 seconds
Powered by Kunena Forum

We use cookies so that you can place orders and we can provide a better service. You can control the use of cookies at the individual browser level. If you reject cookies, you may still use our website, but your ability to use some features or areas of our website may be limited.