Omari_R
New Member
Registered:1262210359 Posts: 1
Posted 1262708176
Reply with quote
#1
Does anyone know where this error is coming from? I created and publish a form. Then I ran it. A drop down box with hard coded list was created. When any of the item in the drop down list it generates this error. Engine exception:Failed to refresh form Error
Jerome
Guru
Registered:1158198299 Posts: 5,507
Posted 1262730722
Reply with quote
#2
More information required! What is in the hard coded list? Where do you see this error? There is the client, the Designer Log, and the Event log? What, if anything is in the Designer and Event Log? Is there anything in the 'when changed' property of the dropdown?
__________________ Post an example, and we will have a much better idea what the problem is. In about 90% of posts, the problem is one of communication. Examples bridge that gap.
Kirti
Member
Registered:1286515435 Posts: 30
Posted 1290680269
Reply with quote
#3
i am getting same error "Engine exception: failed to refresh form" when i select any particular row in the grid. My grid contains five columns. Four columns are of datatype "Text" and one column is of datatype "Dropdown". what modifications need to be done?
Jerome
Guru
Registered:1158198299 Posts: 5,507
Posted 1290681493
Reply with quote
#4
What is the error message in the designer log? What is in the dropdown? what code is executed when the grid is selected?
__________________ Post an example, and we will have a much better idea what the problem is. In about 90% of posts, the problem is one of communication. Examples bridge that gap.
Kirti
Member
Registered:1286515435 Posts: 30
Posted 1290753464
Reply with quote
#5
Error message is "Engine exception: Failed to refresh form". There are hardcoded values in the dropdown. When the grid row is selected, i have to display a button.
Jerome
Guru
Registered:1158198299 Posts: 5,507
Posted 1290756780
Reply with quote
#6
But what is entered in the Designer Log (eLog table). The message in the client is worse than useless.
__________________ Post an example, and we will have a much better idea what the problem is. In about 90% of posts, the problem is one of communication. Examples bridge that gap.