From: Carlo B. <car...@us...> - 2004-10-01 16:09:22
|
Update of /cvsroot/instantobjects/Source/Brokers/IBX In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5431/Source/Brokers/IBX Modified Files: InstantIBXConnectionDefEdit.pas Log Message: TInstantCustomExposer.writeproperty now is virtual - DoBuild method of ConnectionManager now is public Index: InstantIBXConnectionDefEdit.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/IBX/InstantIBXConnectionDefEdit.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantIBXConnectionDefEdit.pas 16 Sep 2004 11:37:33 -0000 1.3 --- InstantIBXConnectionDefEdit.pas 1 Oct 2004 16:09:11 -0000 1.4 *************** *** 157,161 **** Options := []; if UseDelimitedIdentsCheckBox.Checked then ! Options := Options + [ibxUseDelimitedIdents]; LoginPrompt := LoginPromptCheckBox.Checked; ConnectionDef.Params := ParamsEditor.Lines.Text; --- 157,163 ---- Options := []; if UseDelimitedIdentsCheckBox.Checked then ! Options := Options + [ibxUseDelimitedIdents] ! else ! Options := Options - [ibxUseDelimitedIdents]; LoginPrompt := LoginPromptCheckBox.Checked; ConnectionDef.Params := ParamsEditor.Lines.Text; |