Ignore:
Timestamp:
Oct 12, 2012, 11:43:43 AM (12 years ago)
Author:
chronos
Message:
  • Added: ChronisAppServer base project.
  • Modified: Changes in client virtual database layer handling.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Client/Forms/UFormMain.pas

    r52 r54  
    150150  if Core.System.Active then
    151151  with Core.System.Client do
    152     StatusBar1.Panels[0].Text := User + '@' + Host + ':' + IntToStr(Port) + '/' + Schema;
     152    StatusBar1.Panels[0].Text := User + '@' + Host + ':' + IntToStr(Port) + '/' + Schema
     153    else StatusBar1.Panels[0].Text := '';
    153154
    154155  for I := 0 to ToolBar1.ButtonCount - 1 do
Note: See TracChangeset for help on using the changeset viewer.