Subject | Help installing |
---|---|
Author | Diego - DM2 |
Post date | 2004-01-27T16:20:03Z |
Hello friends,
I need your help! I'm trying to install IBObjects(the last evaluation
version that i got from the site)following the help on the site, but when I
get to the item:
3. Go to the Project menu and choose Build All Projects. This will
compile all
the packages, both run-time and design-time.
I get the error:
Undeclared Identifier: 'sLoginUserName'
Undeclared Identifier: 'sLoginPassword'
both on the unit IB_WebSnap; line 307:
procedure TIB_CustomLoginFormAdapter.ImplGetFieldsList(AList: TStrings);
begin
AList.Clear;
AList.AddObject( sLoginUserName, TObject(TAdapterUserNameField));
AList.AddObject( sLoginPassword, TObject(TAdapterPasswordField));
//!!! AList.AddObject( sLoginEmail,
TObject(TIB_AdapterEmailLoginField));
end;
Can someone help me on what to do?
Thanks,
Diego
I need your help! I'm trying to install IBObjects(the last evaluation
version that i got from the site)following the help on the site, but when I
get to the item:
3. Go to the Project menu and choose Build All Projects. This will
compile all
the packages, both run-time and design-time.
I get the error:
Undeclared Identifier: 'sLoginUserName'
Undeclared Identifier: 'sLoginPassword'
both on the unit IB_WebSnap; line 307:
procedure TIB_CustomLoginFormAdapter.ImplGetFieldsList(AList: TStrings);
begin
AList.Clear;
AList.AddObject( sLoginUserName, TObject(TAdapterUserNameField));
AList.AddObject( sLoginPassword, TObject(TAdapterPasswordField));
//!!! AList.AddObject( sLoginEmail,
TObject(TIB_AdapterEmailLoginField));
end;
Can someone help me on what to do?
Thanks,
Diego