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 =...
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...
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("<a href=http://www.link.com>" +
"<img...
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!
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...
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?
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...
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 = "http......"
but what if the user has already closed the referring window? nothing happens when they then click on the popup.
What's the way...
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?
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?
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...
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...
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
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?
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!
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.