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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

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

    Passing the variable \

    Ooops. Sorry. I was searching for help on something else and came across this thread. I was actually excited that I was able to help for a change instead of being the helpee :)
  17. DanEvansJr

    Passing the variable \

    I'm very new to ASP myself and I've found some things elegantly simple. I'm using a session variable to pass info from one page to another. I started using a cache variable, but came across situations where the cache would cross the 'boundaries' of multiple users. (one user's cached...
  18. DanEvansJr

    Group membership authentication against Active Directory?

    Ok, after some discussions with people that know a heck of a lot more about this than me, apparently what I was trying to do was not only unwise, it's basically UNpossible. Single sign-on is the preferred and only method to authenticate using Wind/Auth. Now we have a different issue. When...
  19. DanEvansJr

    app_code

    I'm far from an expert, but it sounds like you're missing a reference to the class. In your solution explorer, expand the 'References' node and see if the class is there. If it isn't, right click on 'References', click 'Add Reference', then browse to where the .dll is and select it. You...
  20. DanEvansJr

    Group membership authentication against Active Directory?

    Yknow what . . . you're absolutely right. Why are we jumping through hoops programming for a situation that's not supposed be happening? Thanks, Jason.

Part and Inventory Search

Back
Top