1. iliyan iliev
  2. SnapDevelop
  3. Wednesday, 17 June 2020 11:47 AM UTC

I read docs for DWnet.Data but not see nothing like getfullstate & setfullstate who use blob.

has anyone had a similar problem and found a solution.

Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 17 June 2020 15:06 PM UTC
  2. SnapDevelop
  3. # 1

The interface between PowerScript DataWindows on the client and C# DataWindows on the server is through standard REST/JSON APIs.  If you use the RESTClient and specify the DataWindow name, its Retrieve and Submit methods are essentially handling the syncing of the client and server-side DataWindows for you.  You no longer need GetFullState/SetFullState.  To move blob data type back n' forth in JSON you need to use Base64 encoding/decoding.

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.