Stuart McLachlan
stuart at lexacorp.com.pg
Wed Apr 17 10:40:43 CDT 2013
Hi Pedro, Can you send me a zipped copy of the file that is causing the problem (Send it direct to me, not to the list) -- Stuart On 17 Apr 2013 at 14:16, pedro at plex.nl wrote: > > 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 > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >