Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to Redirect To a .PDF file
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01060026
Message ID:
01060063
Views:
14
UPDATE:

One of my programmers got this to work.

Instead of
Response.Redirect("http://localhost/mypages/myReport.PDF")
He tried:
Response.Redirect("http://localhost\mypages\myReport.PDF")
... and the dang thing worked. The only difference being the direction of the slashes.

As an additional FYI: Internet Explorer doesn't care which way the slashes are. It works both ways.

Thanks for the help....

-Steve Kanski
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform