-
tomyu666 replied to the topic Issue of kbmMWClientQuery.Undo in the forum kbmMW 4 years, 8 months ago
hi,kim
For ClientQuery, EnableVersioning:=true is the default setting, I need to submit the modification of ClientQuery, so EnableVersioning:=true is what I need.
In this case, I do not need to submit Undo content.
In order to make ClientQuery work as expected, I now have to replace Undo with Delete.best regards
Tom YU.
-
tomyu666 replied to the topic Issue of kbmMWClientQuery.Undo in the forum kbmMW 4 years, 8 months ago
Yes.
-
tomyu666 replied to the topic TBindings.Clear generated address error in the forum kbmMW 4 years, 11 months ago
I see, the problem is caused by this line of code:
FBindings.UpdateEvent.Activate(False);procedure TForm1.FormCreate(Sender: TObject);
var
FBindings:TkbmMWBindings;
begin
FBindings:=TkbmMWBindings.Create;
FBindings.Clear;
FBindings.UpdateEvent.Activate(False);
FBindings.Clear;// An error
FBindings.Free;
end; -
tomyu666 replied to the topic Lock of TkbmMWCustomResolver in the forum kbmMW 5 years, 5 months ago
hi,
Thank you for your reply, let me understand.
best regards.
-
tomyu666 replied to the topic Issue of kbmMWClientQuery.AutoFieldDefsOnOpen property. in the forum kbmMW 5 years, 5 months ago
Hi, Kim
It works as i would expect. Looking forward to the next version.
Thank you!
-
tomyu666 replied to the topic kbmMWRoundRobinLoadBalancer in the forum kbmMW 5 years, 7 months ago
I add SERVERID in ConnectionString:
PARAMS=;STREAMFORMAT=STANDARD;VERIFYTRANSFER=NO;STRINGCONVERSION=1;IDLEINTERVAL=-1;…;SERVERID=1
PARAMS=;STREAMFORMAT=STANDARD;VERIFYTRANSFER=NO;STRINGCONVERSION=1;IDLEINTERVAL=-1;…;SERVERID=2
This solved my problem,b<span class=”tlid-translation translation” lang=”en”><span class=”” title=””>ut I thi…[Read more]
-
tomyu666 started the topic Issue of TkbmMWLoadBalancedServerList in the forum kbmMW 5 years, 7 months ago
hi,
I want to access the private FList of the TkbmMWLoadBalancedServerList class.
For this, I had to add an attribute Servers.
Hope to add this attribute in the next version.TkbmMWLoadBalancedServerList = class
private
FList:TkbmMWThreadList<TkbmMWLoadBalancedServer>;
…
public
…
property Servers:TkbmMWThreadList<TkbmMWLoadBalancedServer>…[Read more]
