MainLogon problems

Biggs

Member
Hi All

Im trying to make my delphi application in to a multilanguage application. I add a language to the projekt and then it dosent work any more.

Code
1: if ShowLogon then
2: MainLogon.Execute
3: else
4: MainSession.LogOn;

The programe terminates in line 2.
Error msg: Resource TLogOnForm not found

IF ShowLogon is set to false it works..?

I use
Delphi 5
SysTools 2
DOA 3.4.3

------------------
 
Back
Top