Quantcast
Channel: VFPX
Viewing all articles
Browse latest Browse all 3798

New Comment on "XLSXWorkbook"

$
0
0
Hi Greg. A small bug in SaveGridToWorkbook: it should ignore General fields to avoid an error (not a common thing, I realize): FOR lnCol=1 TO toGrid.ColumnCount lcField = toGrid.Columns(lnCol).ControlSource *** 2016-06-20 DH: use blank for General fields if type(lcField) = 'G' this.SetCellValue(lnWB, lnSh, lnRow, lnCol, '') else *** 2016-06-20 DH: end of new code this.SetCellValue(lnWB, lnSh, lnRow, lnCol, &lcField) *** 2016-06-20 DH: added ENDIF endif ENDFOR Doug

Viewing all articles
Browse latest Browse all 3798

Trending Articles



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