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 Rydel

  1. Rydel

    JPEG dimensions

    Thank you. A star for you. Stupid me, I didn't realize there's an internal VBScript function since Ver.2.0... That's a real "RTFM". regards, rydel n23 http://pravapis.org/ http://rydel.net/
  2. Rydel

    JPEG dimensions

    I have found this piece of code, but it doesn't work. It does get the name correctly, it does open the file, it does read the bytes, but it does NOT return the values for height and width, with several JPEGs that I've tried. Sub GetJpegDims(ByVal strFileName, ByRef lngHeight, ByRef lngWidth)...
  3. Rydel

    JPEG dimensions

    How can I determine the dimensions of a JPEG file using VBScript (either under ASP or as WSH)? Big thanks in advance. regards, rydel n23 http://pravapis.org/ http://rydel.net/
  4. Rydel

    how to create your own toolbar for ie browser?

    I've got the same question. Where should one start? regards, rydel n23 http://pravapis.org/ http://rydel.net/
  5. Rydel

    Development of IE toolbar calling XML web service for search

    I also would like to develop a custom toolbar for IE. Can anyone tell me where I should start? Any relevant links? regards, rydel n23 http://pravapis.org/ http://rydel.net/
  6. Rydel

    Professional Web developers don't adapt their sites to NN4 anymore?

    The bigger their share, the sooner there will be security issues. It's only a matter of time when malicious hackers will start targeting Firefox and finding flaws and exploits in it. regards, rydel n23 http://pravapis.org/ http://rydel.net/
  7. Rydel

    Professional Web developers don't adapt their sites to NN4 anymore?

    I started this thread and asked this question on Aug 7, 2002. This is like centuries ago, within the time scale of the internet age. And the nature of the question only proves it. So, any crazy designers out there that still check how the site looks in NN4? ;) regards, rydel n23...
  8. Rydel

    Streaming audio link in browsers - strange behaviour

    I am playing around with browsers and streaming audios, and I am curious about rtsp-type link (www.rtsp.org - Real Time Streaming Protocol). For example, there is a page: * http://www.svaboda.org/articlesprograms/politicalgeograghy/2004/12/72db2c55-21aa-426d-9861-f5e0bbc31e40.html which has a...
  9. Rydel

    Win 2000 does not recognise burner as such

    Never mind. I installed an utility BurnRights (http://www.nero.com/en/Nero_BurnRights.html), granted burn rights using it, and then updated Nero (to 5.5.10.56 - the last one before 6), and it started working. Now it recognizes the burner. regards, rydel n23 http://pravapis.org/ http://rydel.net/
  10. Rydel

    Win 2000 does not recognise burner as such

    EXACTLY the same problem that I am having now. The only difference in my case is that it USED to work proerly, but the problem appeared after I started using flash memory stick on this PC. After that Nero (v. 5.5.3) stopped recognizing my external CD-burner as such. :( I tried...
  11. Rydel

    Pulling out the first occurence of a four-digit number from a field

    dhookom: I can do it in VBA too (and if I don't get an answer here, that's what I'll do I guess). I just wanted to do it directly just by running _one_ SQL statement without having to write ~30 lines of VBA code. regards, rydel n23 http://pravapis.org/ http://rydel.net/
  12. Rydel

    Pulling out the first occurence of a four-digit number from a field

    I posted the question in SQL Server forum, but actually the question is about MS Access: Thread932239 Sorry for confusing the forums! And I hope someone can help me. regards, rydel n23 http://pravapis.org/ http://rydel.net/
  13. Rydel

    Pulling out the first occurence of a four-digit number from a field

    Sorry, but actually the table is currently in MS Access, so if possible could you please give Jet SQL syntax, not Transact-SQL (in case there would be differences). regards, rydel n23 http://pravapis.org/ http://rydel.net/
  14. Rydel

    Pulling out the first occurence of a four-digit number from a field

    Sorry if this is a very basic simple question for SQL gurus. So here's the problem: I have a large text field in a table "people" (field named "CV") and I want to pull out the first four digit number I find in this field and store it in another field called "year_born". The problem is that "CV"...

Part and Inventory Search

Back
Top