document(database) on Editable grid view

I have 3 document(database) on an editable grid view form. After I update the record (on any field) using modal form, the grid shows the blob field as “document_db_value”. As i refresh the browser, it shows back the normal filename value. It happens on both chrome and firefox.

bug.JPG

This problem still exists?

What is the full version of the scriptcase?

I await your response.

How do you return from the modal form?

Assuming it’s via sc_redir - is the target set as “_parent”?

e.g sc_redir(target_app_name,’_parent’);

[QUOTE=adz1111;33900]How do you return from the modal form?

Assuming it’s via sc_redir - is the target set as “_parent”?

e.g sc_redir(target_app_name,’_parent’);[/QUOTE]

You have a modal created by Scriptcase?

Can show your problem with a picture (print screen)?

[QUOTE=Thomas Soares;33899]This problem still exists?

What is the full version of the scriptcase?

I await your response.[/QUOTE]

Thanks Thomas, Yes it still exists. My version is 8.00.0034 which should be the latest one.
here comes my screencaps…

It starts with an “editable_grid_view” form with “User modal form to edit” set to True

then if i click the “Edit” icon on the grid

the modal form shows and I can upload the files. all these file fields are document(database) field. Then click “Update” to save the record.

After the record is updated, the modal form closed and return to the grid. now you see all document(database) field appear as “document_db_value”. It happens on Chrome, Firefox and IE. I tried create another table to test this case, it happened the same

But once i refresh the browser, it show normally with the correct filename.

screen1.JPG

screen2.JPG

screen3.JPG

screen4.JPG

screen0.JPG

I don’t need codes to return from modal form. it just back to the grid after i click “update”

[QUOTE=adz1111;33900]How do you return from the modal form?

Assuming it’s via sc_redir - is the target set as “_parent”?

e.g sc_redir(target_app_name,’_parent’);[/QUOTE]

I don’t need codes to return from modal form, it just return to the grid after I click “Update” on the modal form