Page 1 of 1

BROWSE Control

Posted: Sat Jun 20, 2015 3:01 pm
by mol
Hi!

I'm still using BROWSE control in my apps.
Last, I've found some trouble with use of user defined (udf) function as field column.
Everything works ok while udf returns character value.
When I want to return numeric value, program crashes with runtime error.
It's caused by _BrowseUpdate function, which tests type of every field.
The problem is that type('udf()') always returns "UI".
I want to modify sources to resolve this problem. I'll post my solution.
Is it possible to include such a patch into next version?

Re: BROWSE Control

Posted: Mon Jun 22, 2015 1:28 am
by srvet_claudio
Any solution is welcome.