I must be having a brain meltdown, or maybe not...

I have a "SET" on the server

I want to use that SET on the client

There's gotta be an easier way:

(Ultra pseudocode below)

On Server
1.      Set is created on the server
2.      SAVE SET ("SETNAME";"DOCNAME")
3.      DOCUMENT TO BLOB("DOCNAME";LeBlob)


On Client
4.      Client gets the blob from the server
        (small handful of ways to do this, e.g. GET PROCESS VARIABLE, and some 
other methods...)
5.      BLOB TO DOCUMENT("DOCNAME"; LeBlob)
6.      LOAD SET([Table];"SETNAME";"DOCNAME")

Seems like a lot of work, just to get a SET
        
Any ideas for something easier.
No doubt it's really simple... I've just forgotten how.
i.e. how to pass the blob with the set, without having to SAVE/LOAD document...

or maybe not...

Thanks!

Randy Engle
XC2 Software LLC


**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to