Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Bind error: Which field? 2002-05-20 -- Ronald van Raaphorst Had a BIND error, and wanted to know for which list box and/or variable the error occurred.
Open the c55\libsrc\abfile.clw and add the red line in the IF statement at the end of the
ViewManager.ApplyFilter PROCEDURE:
SELF.View{PROP:Filter} = RangeFilter
IF ERRORCODE()
0{Prop:Text} = 'ViewManager.ApplyFilter<13>'&RangeFilter
SELF.Primary.Me.Throw(Msg:ViewOpenFailed)
END
Save and compile again... If the error occurs, the filter is stated in the window title...
Today is November 21, 2024, 3:33 am This article has been viewed 35262 times.
|
|