[AccessD] import text

pedro at plex.nl pedro at plex.nl
Wed Apr 17 14:16:42 CDT 2013


Hello Stuart,

sorry that i ask a question again on the script, but when i have data of more then 2 patients (records), i get an error (error 62, input after end of file).

Also sometimes the text of "conclusie" and "Diagnoses" is more then one line, an enter divides this text in lines.

Could you help me again on this.

Thanks


Pedro









Hello Stuart,

thanks again.
I would have figured this out myself, but it saves me time.

Pedro






Add this in place of the Msgbox/Debug.Print:

Dim ff2 as Integer
Dim strOutfile as string


strOutfile = "C:\Test\Ouput.txt"
ff2 = Freefile
Open strOutfile for Output as #ff2
Print #ff2, strResult
Close #ff2




On 17 Apr 2013 at 11:26, pedro at plex.nl wrote:

> 
> Now i must figure out to how get this in a file.
> 
> Thanks
> 
> Pedro
> 


More information about the AccessD mailing list