PDA

View Full Version : Help:how to load two files into a tx text control


manager tong
July 6, 2006, 03:05:54
i want to load a file after another files that has been loaded into the tx text control. I did as many referrences said. After loading the first file by
" ole.object.load(filename1 ,3)", I use the method "char(12)" to insert a page break, then"ole.object.seltext= - 1", then "ole.object.load(filename,3,true)" . But it reports error saying" 0-415".
i want to know if my method is wrong,and how i can get through it.

thanks!

Gunnar Giffey
July 17, 2006, 17:47:04
The error states that data can not be read from the file, so please make sure that the file can be accessed.
If you have a simplified sample application, you could attach it to your replay, so that I can have a look at it.
Thanks!