i499
Joined: 04 Jan 2004 Posts: 3 Location: Germany
|
Posted: Thu Jun 28, 2007 5:29 pm Post subject: Unable to obtain the interface of form modul! |
|
|
HI,
first, yes I know and I found the same subject in the forms and I check the project code, but for me it looks OK, so what else should I check ?
I got the message out of the wizzard:
the unit:
Code: |
[color=blue]unit vng_catspez;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls,
vng_globalvars,
VNG_variablen,
vng_help,
vng_definitions, vng_datetime, siComp, Grids;
type
TVNGcatspez = class(TForm)
PanelBottom: TPanel;
BitBtnHelp: TBitBtn;
BitBtnSchliessen: TBitBtn;
Panel1: TPanel;
...
[/color] |
I compare in the project code:
Code: |
[color=blue] VNG_SwissSailing in 'VNG_SwissSailing.pas' {VNG_SwissSailing},
[b] vng_catspez in 'vng_catspez.pas' {VNG_catspez},[/b]
vng_pickUpSpez in 'vng_pickUpSpez.pas' {VNG_PickUpSpez},
[/color] |
For me it looks OK ?
I need some further information ... Thanks in advance
Markus |
|