Hi all,

I had developed an app in VB6, i brought in the forms and saved them in an eVB project, it removed some of the backround colours but brought in the code, its only a simple app that involves a lot of text boxes, lcombo boxes and outputting to a csv file.

Ive never used eVB before so dont really know if any of the syntax is different, ive tried to compile the app in eVB so it can run in the emulator but i get an error on this line:

Open "invoice.log" For Input As #1

it says "Expected end of statement" the program runs fine when compiled in VB6 but im not really what i need to change, any help would be great, thanks.