5 December 2008

CSS page-break-after property - empty pages

Additional empty page by using page-break-after:always

if there is no other elements or text in html after DIV element and in this DIV element page-break-after property with attribute always is used, then by printing an extra empty page will be added at the end of document.

4D GET WEB SERVICE RESULT return parameter

4th Dimension Web Services

The GET WEB SERVICE RESULT command is used to retrieve a value sent back by the Web Service as a result of the calling command CALL WEB SERVICE.

GET WEB SERVICE RESULT (returnValue{; returnName{; *}})

To get value of return parameter variable returnValue is used and it
should be declared as TEXT variable. Using of string return no value and no any error.