We make report as plain ASCII files then show them by Winword. Let the use format the report as she/he likes it!
We had a program line to open a text file
Shell "winword filename.txt".
WinWord was in the path, so it worked.
Somebody told that the presence of wordpad can be assumed but the presence of winword cannot at every user whom we want to install the program.
Shell "wordpad filename.txt" did not because
wordpad was not on the path.
My idea was: to search for wordpad during installation time then store its place in a variable the issue
Shell folder & "wordpad filename.txt"
Problem arose: space was in the folder name, so the above command needs doubled quotation marks or 8.3 counterpart of the folder name.
Any suggestions, please
Ferenc Nagy
|\ /~ ~~|~~~ nagyf@alpha0.iki.kfki.hu Fax: (36-1)-392-2529 New!
| \ | | Institute of Isotope and Surface Chemistry
| \ | -+- 1525 Bp. POB 77. Tel. 36-1)-392-2550
| \| | `-' ' `-' "The goal of the life is the struggle itself"
We had a program line to open a text file
Shell "winword filename.txt".
WinWord was in the path, so it worked.
Somebody told that the presence of wordpad can be assumed but the presence of winword cannot at every user whom we want to install the program.
Shell "wordpad filename.txt" did not because
wordpad was not on the path.
My idea was: to search for wordpad during installation time then store its place in a variable the issue
Shell folder & "wordpad filename.txt"
Problem arose: space was in the folder name, so the above command needs doubled quotation marks or 8.3 counterpart of the folder name.
Any suggestions, please
Ferenc Nagy
|\ /~ ~~|~~~ nagyf@alpha0.iki.kfki.hu Fax: (36-1)-392-2529 New!
| \ | | Institute of Isotope and Surface Chemistry
| \ | -+- 1525 Bp. POB 77. Tel. 36-1)-392-2550
| \| | `-' ' `-' "The goal of the life is the struggle itself"