Hello !
I've tried to open and write to a random access file, located on a central PC (running 24/7 !) in my home network. (Open "\\CentralPC\FileName" For Random As #1......)
But 'Print #1, any word' doesn't seem to work, as the result turns out to chineese letters from putting an ordinary swedish word, even without our swedish specials (å, ä and ö ).
No problem to read (Get...) from one of the same files !
No restrictions between the computers to read and write !
Well, I can certainly copy the entire file from that central computer, complete it and then replace it back updated. But why doesn't it work directly from one PC to a file in another PC - with ordinary letters as a result ?
The goal; I'm working on a program that's ment to run on any other computer in the network and both collect necessary information from that central one, and also expect to update its files if there's been some new items came up. Then I've got the information gathered in only one place....
Some one... ! ?
/Kalle
I've tried to open and write to a random access file, located on a central PC (running 24/7 !) in my home network. (Open "\\CentralPC\FileName" For Random As #1......)
But 'Print #1, any word' doesn't seem to work, as the result turns out to chineese letters from putting an ordinary swedish word, even without our swedish specials (å, ä and ö ).
No problem to read (Get...) from one of the same files !
No restrictions between the computers to read and write !
Well, I can certainly copy the entire file from that central computer, complete it and then replace it back updated. But why doesn't it work directly from one PC to a file in another PC - with ordinary letters as a result ?
The goal; I'm working on a program that's ment to run on any other computer in the network and both collect necessary information from that central one, and also expect to update its files if there's been some new items came up. Then I've got the information gathered in only one place....
Some one... ! ?
/Kalle