-
Theprasit replied to the topic Add Calculation Fields Runtime in BeforeOpen in the forum kbmMemTable 6 years, 6 months ago
Hi,
just sent you a testing code that result in an error.
This is a N-Tier application that prepare data on server side and transfer as stream over network to client side.
On client side I used kbmMemTable to load data from stream as use as working table then send update data back to server.If you run Button1Click, it’s result in error “mt1:…[Read more]
-
Theprasit started the topic Add Calculation Fields Runtime in BeforeOpen in the forum kbmMemTable 6 years, 6 months ago
Just tried to add calculation field runtime using kbmmemtable.BeforeOpen events.
If using LoadFromDataSet(), everythings are fine.
If using LoadFromStream(), I got error said “cannot … when dataset is close”.
What different among 2 methods, and how to acheive by using LoadFromStream().
My code:-
procedure…[Read more]
