Hi all

Just came across this and thought it would good to share because it has caused 
me some grief today.  

I pinned it down using a simple form with just a combo on it with the following 
code in the init (FYI table MyTable contains 238 records one of which is 
deleted).  In practice set deleted got changed and the columncount set in a 
different method entirely

Set Deleted On
lcSqL = "Select * from  MyTable Into Cursor curTemp "
This.RowSource = lcSQL
This.RowSourceType = 3

*- At this point This.ListCount = 237

Set Deleted Off
This.ColumnCount = 2

*- At this point This.ListCount = 238

A trap for the unwary !

Paul Newton



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to