Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Exist a reverse command of Tdataset.loadrows
Fri, Nov 16 2012 5:02 PMPermanent Link

pedrini.franck

Axima srl


 Hello
 Exist a reverse command of Tdataset.loadrows for generate the data in json format  , to send at the httpserver ?
Mon, Nov 19 2012 3:17 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

<< Exist a reverse command of Tdataset.loadrows for generate the data in
json format  , to send at the httpserver ?  >>

No, this is not surfaced, but you can get at this protected functionality by
writing a descendant class for the TDataSet class.  What you want is the
TDataSet.ActiveRow property combined with the TDataRow.GetJSON method.

Normally, you would use a transaction to send updates back to the web
server:

http://www.elevatesoft.com/manual?action=viewtopic&id=ewb1&topic=Transactions

If you have any other questions, please let me know.

Tim Young
Elevate Software
www.elevatesoft.com


Image