Unable to disable indexing

Ed Kleban Ed at Kleban.com
Sun Nov 27 22:01:19 CST 2005


Should I be able to disable indexing?

Execution of the following code results in an "Indexing still enabled"
failure.

  
  // Disable indexing while filling the table
  spanSrcIdField = LTblSrcSpan.fSpanObRef
  spanSrcIdField.IsIndexed = false
  spanSrcIdField.IsUnique = false
  
  #if DebugBuild then
    if spanSrcIdField.IsUnique then
      fail( here, "Unique still set" )
    elseif spanSrcIdField.isIndexed then
      fail( here, "Indexing still enabled" )
    end
  #endif

Running V4RB on Mac OS X 10.4.2

Thanks!
--Ed


More information about the Valentina mailing list