[QUOTE=madikonda;11784]I am aware of this function and it is not suitable for the current task, because script case form’s application is still phrasing these fields, even if the fields are hidden. Let me explain my problem.
There is a BUG in scriptcase which interfers with my project. I have lots of fields in my table that have the word _type at the end of the field name “attachment_type”, “id_type” and etc. I cannot rename these fields as another software (third party properitary software) uses the same table as well.
if these field names are present in the table then script case does not run the forms application. The grid application works well.
The only way to bypass the bug in script forms application is to change the field name or remove from the table - both actions unsuitable.
The other idea was to hide the field name from being used in the form application, which is where this post started for.
I see that we can use the database dictionary - can we untick the field tpo hide a field as well?
Thanks for your time[/QUOTE]
I know It’s years old this thread. Did it get fixed??? I’ve never encounter this bug (nor I have a table field that’s named as you mention) but maybe, if the bug stills there, you could work around it by creating a “view” in MySQL in where you just take the columns you need from that original table, changing the names of the problematic ones and then constructing the scriptcase app from the view instead of the original table.
This way, MySQL handles the inserts, updates and Selects inside the VIEW definition, and Scriptcase just do it’s thing