One more thing. If I reduce the lines of txt to 6 records, it reports I have 3 
records...not the 6!! What the heck is going on?

--- In [email protected], "georgeewalters" <gwalt...@...> wrote:
>
> I have a text file sync'ed over from my laptop to a PDA. The text file has 
> exactly 500 records and each is 90 chars long with a new line terminator. 
> Running this on the PDA my problem is using the code below:
> 
> AddObject("newObjects.utilctls.SFMain"), "input"
> AddObject("newObjects.utilctls.SFRecord"), "icMaster"
> Set file = input.OpenFile("\Documents and Settings\AcuTrack\icMaster.txt")
> icMaster.AddField "icmaRec", vbSTRING, 90
> icMaster.BindTo file
> 
> partsCount = icMaster.RecordCount
> MsgBox ("fileLoc=" & partsCount)
>     
> The partsCount reports 256 records. Not the 500 in the file. I've checked the 
> file on laptop with Crimson Editor and it is truly 500 records and each one 
> is 90 chars long. Do you see what I have done wrong? I don't want to expand 
> the fields until I solve this.
>


-- 
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.

Reply via email to