Thanks nsvoy. Here is the routing table from a computer on the same network that connects to the VPN but cannot access resources.
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x10003 ...00...
I am using the router which is a Netopia and these are the settings:
------------------------------------------------------------
Change Connection Profile
Profile Name: VPN
Profile Enabled:
Data Link Encapsulation... PPTP
Data Link...
Hello all,
I currently have a VPN set up that works great if the connection is not from the same network. Example if the client 's computer has an address of 192.168.0.xxx, it connects via vpn everything is great. If the client has an address 192.168.1.xxx it connects, but cannot see anything...
Hello all,
I am installing GWIA on SLES 9.0 and am having trouble when I get to the point where I have to authenticate with LDAP. I get an incorrect password error. The password is correct and I have tried setting Require TLS for Simple Binds with Password on/off. Any help would be greatly...
Mike,
The log file is actually a cursor so yes that would work, but I really just wanted to print a text file. I did a workaround by launching wordpad , but I would still want to know how I can add the regular old print feature.
DECLARE INTEGER ShellExecute IN shell32.dll ;
INTEGER hndWin...
Thanks for the reply Mike, but the AKA log file is an indication for the user in this instance telling him what has been processed. Printing is essential.
Thanks
Hello all,
I am using the codebook framework and have added a menu item print, just like the regular VFP ide print. The problem is that I do not know the command to execute in the menu to print. I have tried to use SYS(1500,'_MFI_SYSPRINT','_MSM_FILE') to no avail since it will not work from...
Thank you for your reply Dan, but I already went this route and the value property cannot be set on an input type=file that is why I would like to paste.
Hello all. I have a situation with a input file type. I cannot set the .value due to security reasons and I cannot set focus to the control then do a document.execCommand("paste"); (to paste from the clipboard) because of the same reason, these two methods work fine with regular input text...
Thank you everyone for responding. I was using code from a HENTZENWERKE book (Microsoft office automation with visual foxpro) and it wasn't working out too good. I sat down and came up with the following code which is working out for me alot better. I am going to look for the bookmark...
Hello all,
I want to be able to do the quickest mail merge to word possible from vfp 8.0 using a table or cursor (merge to new document or printer). Right now I have a program that creates a temp word document on the fly with tables and populates the document from a vfp table. I would rather...
Hello all,
I am developing an application that will send via a url querystring a path to a file for upload to a webpage. (example: http://www.example.com?path=c:\path) The path will have spaces because it will be sending files from the users my documents folder, right now I am just using...
Thanks for replying everyone....
I can't believe that .net doesn't have some sort of way of doing that and VB6 does, That is why I assumed that it could be done. Bigfoot your probably right about the compiled vs Interpreted (I didn't even think about that)....
The command window in Foxpro is...
Hello,
I would like to be able to use the command/immediate window to try code before I use. I am used to FoxPro's command window, where I can test something before I write the code to avoid errors. I assume that the command/immediate window will let me do this, but I haven' been able to. I...
Hello all,
I would like to know how to return a variable type at runtime in vb .net. I am used to programming in Foxpro and I would do something like:
TYPE(cExpression) which would return the datatype of its contents. If it is an object would return "O", character "C" and so on. Any help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.