Unable to obtain the interface of form modul!
Posted: Thu Jun 28, 2007 5:29 pm
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:
I compare in the project code:
For me it looks OK ?
I need some further information ... Thanks in advance
Markus
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: Select all
[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]
Code: Select all
[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]
I need some further information ... Thanks in advance
Markus