Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DanEvansJr

  1. DanEvansJr

    Crystal Report to Adobe pdf - font issue

    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.
  2. DanEvansJr

    Crystal Report to Adobe pdf - font issue

    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...
  3. DanEvansJr

    FTP import in pure code?

    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!
  4. DanEvansJr

    FTP import in pure code?

    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...
  5. DanEvansJr

    FTP import in pure code?

    OOops. Sorry. It's VS2008 / ASP.Net.
  6. DanEvansJr

    FTP import in pure code?

    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...
  7. DanEvansJr

    Oracle Client on an Active Directory server?

    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...
  8. DanEvansJr

    Oracle to Visual FoxPro?

    Thx. I'll ask them about it. Whatever is easiest for them is what I'm shooting for.
  9. DanEvansJr

    VFP 6.0 SP5 DOWNLOAD

    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...
  10. DanEvansJr

    Oracle to Visual FoxPro?

    I have NO IDEA what that means. Would the DBA's have a clue?
  11. DanEvansJr

    VFP 6.0 SP5 DOWNLOAD

    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...
  12. DanEvansJr

    VFP 6.0 SP5 DOWNLOAD

    Thanks but that's not it. That's a 4MB merge module for the installer. The full SP5 is well over 100MB.
  13. DanEvansJr

    VFP 6.0 SP5 DOWNLOAD

    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...
  14. DanEvansJr

    Oracle to Visual FoxPro?

    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.
  15. DanEvansJr

    Oracle to Visual FoxPro?

    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...

Part and Inventory Search

Back
Top