Re: Telnet and Visual Foxpro (General questions)
I figured out something that half way works. I'm using this line:
lcLine = THISFORM.lcEsc+ [ +ALLTRIM(STR(y,2,0))+ ; +ALLTRIM(STR(x,2,0))+ H
Which is basically the ESC code for a VT100 terminal to move the cursor. The row portion works but I can't get the column portion to work.
As another question, I have placed the wodSSHServer on a form in MS Visual Foxpro. My problem is when multiple users connect they are using the same data environment. For example, if one user chooses a menu option to open a file and another separate user chooses the same menu option a few seconds later, an error will occur saying the file is already open. Now I know I can check to see if the file is already open first, but multiple users could move the record pointer around. Is there a way to spawn another wodSSHServer for each user that connects so each user will have their own separate data environment?
Complete thread:
- Telnet and Visual Foxpro - jtrogdon, 2007-01-10, 15:16
- Re: Telnet and Visual Foxpro - woddrazen, 2007-01-10, 16:03
- Re: Telnet and Visual Foxpro - jtrogdon, 2007-01-10, 16:30
- Re: Telnet and Visual Foxpro - wodDamir, 2007-01-10, 16:41
- Re: Telnet and Visual Foxpro - woddrazen, 2007-01-11, 20:19
- Re: Telnet and Visual Foxpro - jtrogdon, 2007-01-11, 20:36
- Re: Telnet and Visual Foxpro - woddrazen, 2007-01-11, 21:25
- Re: Telnet and Visual Foxpro - jtrogdon, 2007-01-12, 15:17
- Re: Telnet and Visual Foxpro - wodDamir, 2007-01-12, 15:47
- Re: Telnet and Visual Foxpro - jtrogdon, 2007-01-13, 16:40
- Re: Telnet and Visual Foxpro - woddrazen, 2007-01-13, 17:45
- Re: Telnet and Visual Foxpro - jtrogdon, 2007-01-16, 15:57
- Re: Telnet and Visual Foxpro - woddrazen, 2007-01-16, 16:11
- Re: Telnet and Visual Foxpro - jtrogdon, 2007-01-16, 16:17
- Re: Telnet and Visual Foxpro - wodDamir, 2007-01-16, 22:06
- Re: Telnet and Visual Foxpro - jtrogdon, 2007-01-16, 22:19
- Re: Telnet and Visual Foxpro - wodDamir, 2007-01-16, 22:44
- Re: Telnet and Visual Foxpro - jtrogdon, 2007-01-16, 22:19
- Re: Telnet and Visual Foxpro - wodDamir, 2007-01-16, 22:06
- Re: Telnet and Visual Foxpro - jtrogdon, 2007-01-16, 16:17
- Re: Telnet and Visual Foxpro - woddrazen, 2007-01-16, 16:11
- Re: Telnet and Visual Foxpro - jtrogdon, 2007-01-16, 15:57
- Re: Telnet and Visual Foxpro - woddrazen, 2007-01-13, 17:45
- Re: Telnet and Visual Foxpro - jtrogdon, 2007-01-13, 16:40
- Re: Telnet and Visual Foxpro - wodDamir, 2007-01-12, 15:47
- Re: Telnet and Visual Foxpro - jtrogdon, 2007-01-12, 15:17
- Re: Telnet and Visual Foxpro - woddrazen, 2007-01-11, 21:25
- Re: Telnet and Visual Foxpro - jtrogdon, 2007-01-11, 20:36
- Re: Telnet and Visual Foxpro - woddrazen, 2007-01-11, 20:19
- Re: Telnet and Visual Foxpro - wodDamir, 2007-01-10, 16:41
- Re: Telnet and Visual Foxpro - jtrogdon, 2007-01-10, 16:30
- Re: Telnet and Visual Foxpro - woddrazen, 2007-01-10, 16:03