Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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, 6:47 am This article has been viewed 35263 times.
|
|