Quantcast
Channel: Analyzer Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 22

Edited Issue: Lookups fields do not always have RowSource [1174]

$
0
0
Lookup fields do not always have a RowSource.

In mod_Analyzer_110_LookupFields, this statement needs to change to keep the Analyzer from crashing.

!theSQL = fldAnalyze.Properties("RowSource")

perhaps use:
```
If IsPropertyDefined("RowSource", fldAnalyze) Then !theSQL = fldAnalyze.Properties("RowSource")
```

Viewing all articles
Browse latest Browse all 22

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>