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

  1. CWebster

    Deleting record using number in textbox

    Woohoo! That works guys, thanks!
  2. CWebster

    Deleting record using number in textbox

    Hi Phzero. Thanks for your reply. You're correct with everything that you assumed. I changed the code to your suggestion but still get an error message: Run-time error '3464': Data type mismatch in criteria expression. When I DEBUG, it highlights this line: Set rsDiary =...
  3. CWebster

    Deleting record using number in textbox

    I've had no problems deleting records elsewhere in this program that I'm writing, only when trying to get the info from this textbox. This particular problem starts when I fill certain records into various control array textboxes. When I click on the "delete" button, I want VB to...
  4. CWebster

    using #include to update many sites

    Hi BDNFLNC, This is what I did in the end: Firstly, I created the JavaScript file that contained one of the banners. This is all that this .js file contains: __________________________________ document.write(&quot;<a href=http://www.link.com>&quot; + &quot;<img...
  5. CWebster

    using #include to update many sites

    Thanks for your help guys. I actually used JavaScript in the end - managed to get it working. I don't know what I was doing wrong yesterday when I attempted this - perhaps because I didn't stick all of the JavaScript on the same line..? anyhow, Cheers!
  6. CWebster

    using #include to update many sites

    I run several sites who all use the same advertisers. Changing the adverts around on all of these sites at the end of every advertising deal is quite time-consuming so I'm looking for an easier way of doing it. What I really want to be able to do is create one file for each banner and only...
  7. CWebster

    Running through all files in a specified folder

    If I know the location of the folder, is it possible to run through each file within it & change something in each file, without having to give the full name of each file?
  8. CWebster

    How do I extract text from Outlook Express emails?

    I want to extract the email address inside 1700 (ish) emails in Outlook Express. The email looks a little like this: Name : George Smith Email : george@gsmith.com It's not simply a case of getting the persons address from the 'TO' or 'FROM' fields, it's actually inside the message body. Is...
  9. CWebster

    popup window opening in referring window

    when the user clicks on the popup, we can ensure that the new page pops up in the referring window by using: window.opener.location.href = &quot;http......&quot; but what if the user has already closed the referring window? nothing happens when they then click on the popup. What's the way...
  10. CWebster

    Graphical buttons &amp; mouseovers

    I've created a menu using pictures rather than command buttons - are there any drawbacks from doing this? Also, I'd like to create mousedown images to simulate the press of a button: what's the correct syntax for doing this?
  11. CWebster

    Javascript and Perl

    Sorry, CherylD, I don't quite understand point no.1 What I need to do is dynamically create a frameset within Perl and the only way I know how to do this is with JavaScript. Would I be ok to go ahead and use JavaScript here?
  12. CWebster

    Javascript and Perl

    Hi Using Perl for the first ever time and I've a couple of quick questions: 1. Can I use JavaScript within Perl? If so, do I use the <script> tags like I would within HTML or is there another way that I should be using? 2. When a line is proceeded by the # character, does this make the line...
  13. CWebster

    How to call a function from a different frame?

    The common page will actually be calling a CSS file, and this file needs to be different for every domain that calls it. I've been fiddling around for a while, trying to find a way to call the function from the navbar frame without any success :( Looks like I'm going to have to find another...
  14. CWebster

    How to call a function from a different frame?

    I don't know anything about JavaScript incluse files - are they like SSI include? If so, I thought that you had to reference the file absolutely, but in this case I need to reference it only by frame name
  15. CWebster

    How to call a function from a different frame?

    I've got several domains that all share one common page via the use of frames. This common page needs to use a function defined in the navbar frame. The name of the navbar frame will always be the same. Bearing in mind that I therefore cannot specify a URL, how can this be done?
  16. CWebster

    taking data from Excel and placing into a VB database

    I'm creating a database with VB and the existing info is in an Excel file. How do I get the info from A to B?
  17. CWebster

    Winzip &amp; VB

    Great, thanks for your help - I'll investigate when I get the chance!
  18. CWebster

    Winzip &amp; VB

    Is it possible to program VB to tell it to run certain programs such as Winzip? I'd like to create a program that changes files before zipping them - or, at least, opening them in Winzip, ready for zipping. A quick pointer in the right direction would be appreciated!
  19. CWebster

    using the Replace function on a file with many lines of text

    Thanks for your help, I'll go give it a try. It's actually a HTML file that I will want to be changing eventually, if that makes a difference. Colin
  20. CWebster

    using the Replace function on a file with many lines of text

    That looks like it should work Cajun, but only one question: I'm writing TO and FROM the same file - is it still possible the way that you write it? Not having tried it, and being a novice, I reckon that it wouldn't as we're asking VB to open it for input and output at the same time. Is this...

Part and Inventory Search

Back
Top