` Printed Icetips Article

Icetips Article



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...



Printed May 8, 2024, 5:59 am
This article has been viewed/printed 35114 times.