manojsharma
17th June 2003, 12:37
hi all,
I want to create a file parralelly while using the display/BPF option to see the output which will store in home directory.
Can anybody help me
Thanx in advance
dorleta
17th June 2003, 13:18
you can use the display file function
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