|
|
Re: search for item contain this value [message #674204 is a reply to message #674189] |
Thu, 10 January 2019 03:39 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
You need to do some basic debugging to work out which line is throwing the error.
Either run the form in debug mode or add extra message calls.
If you're not seeing any of the messages you already have then the error is happening before the first current message call - so put in extra messages before that.
Once you know which line is throwing the error use messages to determine the values of any variables/parameters being used on that line.
At that point you'll likely find the problem is fairly obvious.
|
|
|
|
|
Re: search for item contain this value [message #674254 is a reply to message #674250] |
Mon, 14 January 2019 10:57 |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
malik_gambour wrote on Mon, 14 January 2019 03:02Thank you for reply yes I put some message and when I put it in trigger it work without error
Making a minuscule change and then removing it has the effect for a proper recompile. Sometimes, that's all it takes to fix the odd explainable error.
It's possible a simple compile_all would have corrected the issue too.
Was this forma maybe converted from a previous version?
I have a feeling though that there is something more going on here than just putting in messages fixed the issue.
|
|
|