[SOLVED] Label fields in forms with (editable) grids will not shown after save/insert / Urgent

Hello,
I created a form with serverals master details/forms.
Deploying before the last update was no problem.

Before:
Within the detail form (grid) i added a new record.
The record had several fields, marked in Fields as “Label”. These Fields are calculated with ajax on change.
After “save” this record you’ll see the Result.

Now:
After “save” this record you’ll not see any field that marked as “Label” in the “Fields”
You will see this fields after you klick again on the save icon!
The only possibility to see the fields is to mark the fields as normal (no Label) and set in “Edit Fields” as read only.

I think this is a bug. If not, I would have to rebuild hundreds of applications.

A field pK _ID will also not shown,
regardless of whether it is marked as a label or not

Guys, can you really do that sloppy updates?

:unamused:

Is this the same bug?

The reported bug has now been fixed. The fix will be available in release 9.6.007.

I will be making the correction file available.

Follow the step by step:

  1. Download the file according to your version of PHP under development

PHP 7.3

PHP 7.0

  1. Copy the extracted file to the directory: "devel \ class \ generator "

  2. Update the file “nmFontePHP.class.php”

** After performing the above procedure, please generate the source of the application. **

1 Like

@yuri_esteves

yuri!
Thank you very much!
It works!

I am very pleasantly surprised by this quick response.
Thank you very much!

1 Like

@yuri_esteves

Hello yuri,
There is still a small problem.
I have similar forms. Operations same only different table.
The data is queried with the select fields and then just a simple calculation.

In some forms the ID is displayed after saving.
In other forms again not. There are no differences in the settings.

Could this be solved?

@yuri_esteves

Id still not shown after update 9.6.007
still not solved

Hi, @gomi

The patch file has not been updated on our update servers. We are already checking to resolve.

Thanks

This is the state after your update file.
Some IDs are displayed. Some not (as described).
I do not know why

Hi @gomi ,

I identified the problem.

Is this ID field the key field in your table? Is it set to read-only?

Hi, @gomi .

Fixed issue with ID field display. The fix will be available in release 9.6.008.

I will be making the correction file available.

Follow the step by step:

  1. Download the file according to your version of PHP under development

PHP 7.3

PHP 7.0

  1. Copy the extracted file to the directory: "devel \ class \ generator "

  2. Update the file “nmFontePHP.class.php”

** After performing the above procedure, please generate the source of the application. **

@yuri_esteves
Hello Yuri,
Thanks! Now it works!

It Worked fine. Thanks you.