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

    Show Database Enum Types in Datagrid with Ability to Update DB table

    Hi, I have a mysql database with an enumerated type/column, the column is a varchar type and is limited to coupe, sedan, station_wagon. So when I edit a table cell in phpmyadmin for example it drops down and I have only those choices for the cell value. In VS 2010 C# I have a datagridview of...
  2. leegold2

    How to "read" very large files?

    Do you have enough ram in you PC? Is your hard drive almost filled up? I'm saying it might be hardware related... You might try this editor: An old editor might work in win7, designed for big files: http://jujusoft.com/jujuedit/
  3. leegold2

    Where Is a Simple UPNP Client in Windows That Works

    Hi, I have windows media player 12 on Win7. And it will discover UPNP. But two problems: It shows duplicates of the media files, so far up to four duplicates listed of the same file. I've tried fixing that with remedies found on the web but so far no luck. It will not show me a folder view of...
  4. leegold2

    How to install Microsoft Office Professional Plus

    OK, well I didn't know that. Yes, I got this through a state service who is helping me get my software up to date. So I'm not surprised it's a "corporate" version. I've been trying everywhere to find support on how to install it - were do I get help?
  5. leegold2

    How to install Microsoft Office Professional Plus

    Hi, I'm use to an office disk and a simple install, but office 2010 is a little different and I'm not sure how to install: I have 4 disks: office web apps Lync 2010 Business Content manager last disk says only: (Volume Licensing Key Required) All 4 say: Microsoft Office Professional Plus...
  6. leegold2

    trying to write beautifulsoup result to a file

    Thank you for the help!!!
  7. leegold2

    trying to write beautifulsoup result to a file

    If I try: ... soup = BeautifulSoup(ft3) f = open(r'c:\NewFolder\clean4.html', "w") f.write(soup) f.close() I get error message: Traceback (most recent call last): File "C:\Documents and Settings\user01\Desktop\py\tb1a.py", line 203, in <module> f.write(soup) TypeError: expected a...
  8. leegold2

    xpath to find max value in elements

    I found it: /links/l/a[not(. < /links/l/a)]
  9. leegold2

    xpath to find max value in elements

    given: <links> <l><a>1</a><n>Building</n></l> <l><a>4</a><n>Community</n></l> <l><a>2</a><n>Comedy</n></l> <l><a>3</a><n>Computer</n></l> </links> What is an Xpath statement to find the maximum value in the "a" element node. It would be 4. I have searched and tried many...
  10. leegold2

    Best way to download files ?

    Hi, I have a local Linux server that serves .FLV streaming videos. I want to add other media like mp3 audio files. For these audio files I just want the user to be able to download the whole file and then use the player of their choice to hear it. Is there any advantage to: <A...
  11. leegold2

    PHP var with path string does not render remotely

    Hi, I'm sorry for not providing enough information in my first post. It was a case of POST and GET for a form working on my localhost test laptop but not working when a remote machine tried the web page. I don't know why the code was not not working remotely. But I changed the HTML and...
  12. leegold2

    PHP var with path string does not render remotely

    Hi, As I learn about PHP I encounter a problem. I have a test server on my laptop and am serving flv Flash files. On my localhost laptop it's all OK. I serve a local flv file and watch the video. So I figure I'd go on a desktop in my local home network, dial in the ip of my laptop, and watch a...
  13. leegold2

    What is MyApp? What does &quot;use base&quot; do?

    Hi, I've been searching for answers. From a wxPerl program: use Wx; package MyApp; use base 'Wx::App'; What is difference between a module and a package? What exactly is MyApp? It's a package but I can't find any documentation on it. Tried to find info in "use base" but no simple...
  14. leegold2

    Why is the word [edit] added to my write ?

    I'm sorry I didn't see the word "[edit]" in my code. Please disregard my question. I don't know how I missed it...
  15. leegold2

    Why is the word [edit] added to my write ?

    Hi, I'm just starting out learning JavaScript OOP and have simple question. I use: document.write("Make = " + this.make + "<br>"); and at the end of the output in my browser I get the word: "[edit]" Were does "[edit]" come from. I'm not printing it out but it's getting added to my output...
  16. leegold2

    Basic class and object sharing question

    Thank you. I see that packages are considered directories now. I'm reading up on this, thanks....
  17. leegold2

    Basic class and object sharing question

    Hi, This is a basic question. I'm learning Java on XP. I'm noticing the way Java behaves that raises a question. Let's say I have folder with Test1.class it's got a printNames method that prints out an array. Now in same folder I write and compile Test2.java - it compiles with no errors. Test2...
  18. leegold2

    Password setup commands

    Thanks. All this is something I took for granted - how the internet works... I'm at the point where I think I need to actually see the hardware and cables, get some connectivity, and try some commands. So I'm going to get some used gear.
  19. leegold2

    Password setup commands

    Hi, Very basic question. What's the difference between the following: Set a console password vs. Set a telnet password vs. Set the enable password vs. Set the enable secret password You could explain or link me to an explanation - either way I appreciate it. Lee G.
  20. leegold2

    hands on training for CCNA - advice

    Thanks for the info - I'll take a look. I have the two book set by Wendell Odom, and the Bryant Advantage CCNA download book and resources. Both seem high quality. Lee G.

Part and Inventory Search

Back
Top