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 bkrike 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: leegold2
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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.
  12. leegold2

    hands on training for CCNA - advice

    Hi, Hi I'm going the ICND1/2 route for the CCNA. I've done an incredible amount of reading so far. Now I would like to buy a home kit with some hardware to get hands-on. What I'm looking for is a top quality book/lab exercise manual AND the correct hardware to carry out the exercises. I want...
  13. leegold2

    Pyhton XML SAX help

    Hi, I'm new at this- trying Python SAX parser. I'm obviously doing something wrong. Below please find the error message, code and the xml. Be grateful to learn what I'm doing wrong - it's probably a basic concept... error message: Traceback (most recent call last): File...
  14. leegold2

    progress bar while in a loop

    Hi, I'm new to VB and VBA. Say a loop like this: Sub While_loop() ...some code to start an application... While Not Application.Initialized() 'Show a progress bar or something like that Wend 'Now do some stuff ...more code... End Sub I need to initialize an...
  15. leegold2

    Using Visual Basic 2008 Express

    Using Visual Basic 2008 Express. 1. How do I do brace matching? I see no brace matching. I go into fonts and colors and play w/bracing matching colors - not effect. How do I get brace matching? 2. Where are line numbers? 3. Were is block indentation. e.g. I hilite a few lines and press a...
  16. leegold2

    Get Table Field Names With ADO and Perl

    Hi, Given code below, I can get tables and run SQL on an ms-access db - this works well. But, I want to get the field names for each column of a table. I'm sure there's an ADO way of doing it. Help appreciated. Thanks. Question: How do I get the field names of each column of a table...
  17. leegold2

    SQL statement for column information

    Is there an SQL statement that will give me column information? For a table I want to know the data type and of course colum/Attribute name for each column. I know there are VB ways of doing it, but I'm looking for a purely SQL way. Thanks
  18. leegold2

    Frequency analysis of valuse in a column

    Any way in SQL to take a column from a DB and do a frequency analysis - a breakdown of the values for this column? There are GUI ways to do this I'm sure, but I wondered in SQL for an ACCESS DB. Possibly a histogram or a table saying out of 500 records I have one hundred and two "301"...
  19. leegold2

    retry after a crash possible?

    Hi, Is there a way to do the following? Using Python 2.1, Say I have a WHILE loop. Inside the WHILE there's code that reads and processes lines of data. About one out of ten times (ie. sometimes) there's a data record that causes a crash and the program terminates. I can put a try/except and...
  20. leegold2

    PowerPoint Slide Headers - where are they?

    My systems at work - I can get particulars about the PP version if necessary. It's within MS Office on XP. Question: I was trying to get a header for all slides in a presentation. I saw Footer - it's there and very easy to do. But I could not find any way to make a Header for SLIDES. It just...

Part and Inventory Search

Back
Top