Hello,

This is what I did:
I created one method with the attribute Execute on Server on, and a bunch of 
constant with every main information I want to get from server (if you don’t 
like constant or you’re to busy to create them you can use whatever other way, 
but constant are more explicit and less error prone).

A Case…End Case call whatever command or method to get the information I need 
(Data file, structure file, Get 4D Folder, Platform, OS version, and so on)

From client I just call this method with the constant corresponding to the 
information I want.

Alberto.


> El 22-08-2016, a las 11:28, Dennis, Neil <neil.den...@umb.com> escribió:
> 
> You could also skip the interprocess variables, create a method to return the 
> directory and check the "Execute on Server" check box.
> 
> Like this:
> 
> Method "GetFolder" has execute on server checked
> $0:= get 4d folder(3)
> 
> Then call "GetFolder" like this
> $text:=GetFolder
> 
> Neil
> 
> 
> 
> 
> 
> 
> 
> 
> Privacy Disclaimer: This message contains confidential information and is 
> intended only for the named addressee. If you are not the named addressee you 
> should not disseminate, distribute or copy this email. Please delete this 
> email from your system and notify the sender immediately by replying to this 
> email.  If you are not the intended recipient you are notified that 
> disclosing, copying, distributing or taking any action in reliance on the 
> contents of this information is strictly prohibited.
> 
> The Alternative Investments division of UMB Fund Services provides a full 
> range of services to hedge funds, funds of funds and private equity funds.  
> Any tax advice in this communication is not intended to be used, and cannot 
> be used, by a client or any other person or entity for the purpose of (a) 
> avoiding penalties that may be imposed on any taxpayer or (b) promoting, 
> marketing, or recommending to another party any matter addressed herein.
> **********************************************************************
> 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:4d_tech-unsubscr...@lists.4d.com
> **********************************************************************

**********************************************************************
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:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to