Problem resolved. The fonts didn't/wont take effect on the web server until a restart is performed. Did one last night and the new Font is showing up like it should.
I've searched in vain, off and on for several months, and still haven't found anyone else with this issue. Resolutions to similar issues aren't working for me or simply don't apply.
I have a web application written in Visual Studio.Net 2012 (C#/ASP.Net). The application pulls a small set of...
FOUND IT!
Turns out I need to explicitly tell the FtpWebRequest object (in my case, named 'request') to not use binary. The line of code is this:
request.UseBinary = false;
(this would come after the" request.Credentials" line
Works like it should!
I'm almost there! I found some code that apparently does what I need it to do, but . . . the file that I'm getting from the BULL location is coming over BINARY, and I need it as ASCII.
At this point I'm basically trying to show the returned results on a label. It works, but . . . Here's...
I have an asp app that I'm writing that needs to perform some simple tasks. I'm basically trying to connect to our BULL mainframe via FTP and save a file in a location on the webserver. That SOUNDS simple enough, but everything that I've seen so far is pointing me to controls or pay-products...
We're about to implement a project here that will have Oracle picking up an external text file via SQL Loader and importing it into a database. The text file will sit on an Active Directory server location. I'm being told that in order for Oracle to pick up the file, the server will have to be...
Thx, jrbbldr. That did it. I had to do it at home because several of the 'download' sites were blocked by my web gateway here at work (with good reason), and several pages of Googling later I did find what I needed.
http://www.plunder.com/Visual-Studio-6-0-Service-Pack-5-download-21997.htm...
Thank you, but SP6 is NOT cumulative for Visual FoxPro SP5. The search continues . . .
Microsoft Service Pack 6 for Visual Studio 6.0 addresses known issues with Visual Basic 6.0, Visual C++ 6.0 and Visual Source Safe 6.0. This service pack does not contain fixes for Visual InterDev 6.0...
I had to do a fresh install of VFP 6 on two of my machines and I'm in need of Service Pack 5. Yes, I know that we're several versions behind and FoxPro = twilight technology yadda yadda yadda. I'm just a Dev and I don't make purchasing/upgrade decisions.
I can't find it anywhere. There was...
Thank you for your quick reply. Turns out the DBA's were way ahead of me on this one. I will write a process that exports the file and they're going to use SQL Loader to import.
I'm a Visual FoxPro Developer. We have a process here (Visual FoxPro version 9) that uses a FoxPro free table to export data into a text file that is then sent to a mainframe location. Later, an Oracle process picks this file up and imports the records into an Oracle database. We would like to...
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.