BROWSE Control

Source code related resources

Moderator: Rathinagiri

Post Reply
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

BROWSE Control

Post 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?
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: BROWSE Control

Post by srvet_claudio »

Any solution is welcome.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply