How to upload and download the data from Dos to D3 andn D3 to Dos?
Rgds,
3 I/O
File Management Functions by CALL GP.FileSystemSub( SubStr ) and
CALL GP.FileSystemFn( SubStr, Ret )
See http://briz.infotools.ru/html/002/sysfile.htm
Programer's Guide/Features/Working with the files of a
Workstation/File System Management Functions in BRIZ.CHM
4 D3 > PC
setDirectOutput method of GUI objects
Example:
CALL GP.DlgObjectSub("MyDlg","LISTMONITORWHERE","SetDirectOutput
1,_NOEMPTY")
for I=0 to system(18)-1
crt I:CHAR(9):CHAR(13):
next i
CALL GP.DlgObjectSub("MyDlg","LISTMONITORWHERE","SetDirectOutput
0")
5 D3 > PC
StartCapture and StopCapture system method
Example from PEHELP:
CALL GP.SystemSub("StartCapture C:\myfile")
CRT tmpout
CALL GP.SystemSub("StopCapture")
Regards,
Grigory
Ways which I have described above, are intended for work with PC. Speed
is comparable to speed of a network.
You can see as they work in the following programs:
ADM.PRG - PickFiles tab "Copy items ...PC" mode
PEHELP - menu Tools/Copy all HTML files to PC (to copy > 2000
files)
Regards,
Grigory