I am reading some libraries using LibraryDirectory in a pbl file which are then inported in a datawindow using Importfile function. Is it possible to omit some libraries programmatically or by some other way.
You can loop through the rows in the DW after the import and do a rowsdiscard to get rid of the unwanted ones based on whatever criteria you devise.
Or you can parse the string returned from LibraryDirectory looking for whatever your criteria is to 'filter out' the unwanted stuff (and then import it into the dw).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.