ado search question ... I can use findfirst, findnext, find last that allow me ... do realtime search.... (microsoft.public.dotnet.framework.adonet)
ado finding problem ... I can use findfirst, findnext, find last that allow me ... do realtime search.... (microsoft.public.vb.database.ado)
RE: Recursive use of _findfirst & _findnext - It works now! ... > first file then continues with _findnext for subsequent files. ... > make a recursive call to my function, which then calls _findfirst again to ... > a lot of time debugging it I have a sneaky suspicion that _findfirst and ... > recursive level it destroys the ability to resume using _findnext at a ... (microsoft.public.vc.language)
Re: Recursive use of _findfirst & _findnext ... > I need to list all files in all subdirectories.... > first file then continues with _findnext for subsequent files. ... > make a recursive call to my function, which then calls _findfirst again to ... > recursive level it destroys the ability to resume using _findnext at a ... (microsoft.public.vc.language)
Re: Recursive use of _findfirst & _findnext ... Do you allocate a new instance of your finddata structure with each invocation, ... > first file then continues with _findnext for subsequent files. ... > make a recursive call to my function, which then calls _findfirst again to ... (microsoft.public.vc.language)