.FindRow() fails to return a Row |
Post Reply |
Author | |
Shawshank
Senior Member Joined: 16 October 2005 Status: Offline Points: 117 |
Post Options
Thanks(0)
Posted: 21 May 2007 at 8:34pm |
I'm passing the function FindRow a valid Record yet it fails to return a Row. How could this be?
For Each Record In ReportDrvs.Records
Set r = ReportDrvs.Rows.FindRow(Record) If (r Is Nothing) Then Err.Raise JMS_FIND_ROW_ROW_NOT_FOUND, , "JMS_FIND_ROW_ROW_NOT_FOUND" r.Selected = True Exit For Next Record Obviously this code means a valid Record is being passed to FindRow. Yet, I do not get a valid Row in return and r = Nothing. How can this be?
Shawshank
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |