KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: How to save a 4D View template on the client machine
PRODUCT: 4D View | VERSION: 2003.1 | PLATFORM: Mac & Win
Published On: August 27, 2003

By default, when a user saves a template, it is saved on the server. The following commands will allow you to save and/or load templates from either the server or client.

PV SET PLUGIN PROPERTY (pv write template on server ;0)
`0: templates are written on each client machine.
PV SET PLUGIN PROPERTY (pv load template on server ;0)
`0 : templates are loaded from each client machine.

PV SET PLUGIN PROPERTY (pv write template on server ;1)
`1: templates are written on the server.
PV SET PLUGIN PROPERTY (pv load template on server ;1)
`1 : templates are loaded from the server.