4D Write v16

WR GET DOCUMENT INFO

Home

 
4D Write v16
WR GET DOCUMENT INFO

WR GET DOCUMENT INFO 


 

WR GET DOCUMENT INFO ( area ; string ; subject ; author ; company ; notes ; creationDate ; creationTime ; modifDate ; modifTime ; lock ) 
Parameter Type   Description
area  Longint in 4D Write area
string  String in Title of the document
subject  String in Subject of the document
author  String in Author of the document
company  String in Company name
notes  String in Document notes
creationDate  Date in Creation date
creationTime  Time in Creation time
modifDate  Date in Last modification date
modifTime  Time in Last modification time
lock  Integer in 0=unlocked 1=locked

The WR GET DOCUMENT INFO command allows you to retrieve document information as displayed in the Document information dialog. The Document information dialog is displayed by selecting Document information from the Tools menu.

Some of this information such as the document subject, the author's name, the company name and the notes can be set using the WR SET DOCUMENT INFO command.

lock can be set using the WR LOCK DOCUMENT command. It is a logical lock that prevents the user from modifying the document. It affects user operations such as Paste, Cut, text entry, modify or replace attributes. The user can still browse the document, copy text, perform some character searches or print the document.

creationDate, creationTime, modifDate, modifTime are automatically updated by 4D Write when the document is saved.

Example  

See the example for the WR SET DOCUMENT INFO command.



See also 

WR SET DOCUMENT INFO

 
PROPERTIES 

Product: 4D Write
Theme: WR Documents
Number: 89468

 
HISTORY 

Created: 4D Write 6.5

 
ARTICLE USAGE

4D Write Language ( 4D Write v16)