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 strongm 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: *

  • Users: rpg121
  • Order by date
  1. rpg121

    Capture screenshot and export to jpg

    Hey Everybody, I was about to do a project in .net when the language was changed to vb6 for compatibility reasons. I found code for .net on how to take a screenshot and export it to a jpeg file. Can this be done in vb6 and how? Thanks, Josh Bart MCP, A+, Network+
  2. rpg121

    Retrieving user name

    Perfect. username = Environ$("username") worked great. Thank you. Josh Bart MCP, A+, Network+
  3. rpg121

    Retrieving user name

    I'm dealing with only Windows 2000 and XP systems. Is there a way to get the username of the current user logged into the computer like you can with .net? With .net, I'd type my.user.name. Can I do that in VB6? Thanks! Josh Bart MCP, A+, Network+
  4. rpg121

    <option> selected fix with database input

    Hi, I have a PHP/mySQL database running, and I've realized I'm come across an awkward little bug. I have a form where a user fills out their information including Province/State and Country using populated drop down boxes. This information gets stored in the database. Then, if a...
  5. rpg121

    PHP script downloads instead of executes

    I didn't copy the php.ini across....simply the web front end (all the HTML/css/PHP files that you view as a user). I'm going to have to talk to the administrator of the server and get him to update his installations, but barring this, I'm hoping to continue trying to find a solution in another...
  6. rpg121

    PHP script downloads instead of executes

    Also, would upgrading any of these packages create a risk of losing all the information they currently have stored in their database? Josh Bart MCP, A+, Network+
  7. rpg121

    PHP script downloads instead of executes

    Well, my server has PHP 5.2.1, and Apache2. The client server has PHP 4.3.3 and Apache 1.3. I'm considering asking them to update to the same versions I have here on my own server because I know it generates the file properly, but I ran into some $_SESSION variable issues. I had simply copied...
  8. rpg121

    PHP script downloads instead of executes

    Thanks for all your help jpadie...I appreciate it. I spent the last day getting PHPmyAdmin and the whole php/apache/mysql/pear package installed on a local server I have here, to test it in a different environment. I migrated the database and got everything set to go. And of course, it...
  9. rpg121

    PHP script downloads instead of executes

    I did think of checking the error log, and it seems the log is approximately a gigabyte large. I do not have root access to this server, and I am doing this as contract work for another organization, so unfortunately the state of the error log is not something I can really do anything about...
  10. rpg121

    PHP script downloads instead of executes

    Well, I wasn't totally sure in what circumstance you wanted me to run that piece of code, so I did the following: - I ran simply that piece of code between <?php ?> and nothing else, and yes, this call to php works. - I put the function call at the beginning of my script when I had enough code...
  11. rpg121

    PHP script downloads instead of executes

    I wrote a PHP script utilizing PEAR, and one if its modules specific for exporting to an Excel file. Everything PEAR and module related works flawlessly and is set up correctly. The script itself is approximately 7-8000 lines long. Basically my issue is this: it seems that as soon as I get to...
  12. rpg121

    PEAR/PHP related question

    Hi, I am using the Spreadsheet Excel writer module of PEAR and have it functioning correctly. I have been using it in a PHP/mySQL database project where I pull info and put it into an exported Excel Document. It has been working just fine, but I've realized while running through the...
  13. rpg121

    Workgroup Network Authentication

    I'm in a residence and I have two computers, one with XP Home and one with XP Pro, both in a workgroup. I have XP Pro sharing two printers. I'm finding that people can print to my printers over the network. How do I make it when people click on My Network Places, browse the workgroup and...
  14. rpg121

    Counting records returned from autofilter

    Thanks so much! That's exactly what I was searching for. Josh Bart MCP
  15. rpg121

    Counting records returned from autofilter

    Hello everyone, I'm automating a pre-existing excel report. I'm using autofilters to meet all of the criteria I need to filter the data. The problem is that I don't know a simple way to count the number of records returned from the autofilter without copying all cells to another sheet and...
  16. rpg121

    Getting Filename

    Wow, was I ever looking in the wrong place. Thanks a lot for your help.
  17. rpg121

    Getting Filename

    I need to be able to get the filename of the current open excel workbook and put it into a string variable. I can't have the path in that string, just the filename. What is the best way to do this?
  18. rpg121

    Date Time Values

    Beautiful! Works amazing! Thanks for your help.
  19. rpg121

    Date Time Values

    That didn't work. The reason I need to get away from the Date-Time code is because I have cells on another page that concatenate two dates and put a hyphen between them. "=Config!E2 & " - " &Config!E8" comes out now as this: 38165-38171 I need it to come out as this: June 27, 2004 - July 3...
  20. rpg121

    Date Time Values

    I have a list of Date Time Values in a list and I need to find a way to return a value of a date, not just view the date such as in formatting the cell but the value of the cell needs to be the written date. For example: I have 38165 in a cell (the cells returns 6/27/2004). I need the cell...

Part and Inventory Search

Back
Top