Hello, friends
I need to find if the value with which I have modified my form field can be found in forms datasource. At the moment I use findValue, however in the warnings screen I get the message that this method has been depreciated. Additionally, maybe there is more appropriate method from the resource management point of view (less queries?). Any suggestions would be appreciated.
Best regards,
Roberts
What exactly are you trying to achieve? Maybe you need a database query, maybe positionToRecord() (which we already discussed in your other thread).