Subject Re: [IBO] TI-Maintaining an Auditable Series
Author Lucas Franzen
Geoff Worboys schrieb:
>
> > ERROR CREATING FORM: Invalid stream format.
>
> Probably the form was designed using Delphi5 with forms saved as text
> (the default when you install Delphi5). You can verify this by
> opening the form with notepad or some other text editor.
>
> Does Delphi4 come with a convert.exe program?

Every Delphi (even Delphi1) comes with a convert program.
It's in the /bin directory and called convert.exe.

You can use it on command line.

As parameter you can either use [file|*].dfm (then it will create .txt
for you) or [file|*].txt (then it will create the .dfm).

Luc.