Juergen
23rd September 2002, 13:20
Hi,

does anybody knows the syntax for function display.file(...)
which is used in the tools library ttdlldisplay?

Thanks,
Juergen

Hiba_t
23rd September 2002, 14:16
Hi,

here is the syntax :
function extern display.file(
domain ttaad.path file,
domain ttdesc60 file.name mb,
long rep.width,
long rep.height,
domain ttaad.clan bidi,
string activated.by(13)
long rm.file)

########################################
Function to display output file e.g. from bic6.1 by using the display browser.
########################################
Pre: file : complete path of file to be displayed
: max = 60 characters
file.name : used in caption of window
rep.width : max.width of lines, used for sizing of
: window
rep.height : amount of lines, used for paging of file
bidi : used language code for bidi
activated.by : calling session
rm.file : remove file after displaying.
Post:
File will be removed after exiting the browser when flag rm.file is true

Hiba

Juergen
23rd September 2002, 14:24
Hiba,

thanks for the quick response!

Juergen

DivyaDya
29th October 2018, 10:21
Hi,

here is the syntax :
function extern display.file(
domain ttaad.path file,
domain ttdesc60 file.name mb,
long rep.width,
long rep.height,
domain ttaad.clan bidi,
string activated.by(13)
long rm.file)

########################################
Function to display output file e.g. from bic6.1 by using the display browser.
########################################
Pre: file : complete path of file to be displayed
: max = 60 characters
file.name : used in caption of window
rep.width : max.width of lines, used for sizing of
: window
rep.height : amount of lines, used for paging of file
bidi : used language code for bidi
activated.by : calling session
rm.file : remove file after displaying.
Post:
File will be removed after exiting the browser when flag rm.file is true

Hiba

Post the Sample code of this function?