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 Mike Lewis 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. joecdn

    Blogging

    OK, so this is a new term I learned, I didn't know what a Blog was ... now that I know, how do I do it? I'd like to create a web page for my travelling, I'm going to be travelling to Asia and I'd like to be able to post my journal entries ... is there an easy way to do this? Without...
  2. joecdn

    Posting Journals

    Thanks ... but anything easier than that? I am familiar with HTML and that's kind of tedious way to do it ... also realize I will be travelling, so I won't have my own computer with me ... it'll be internet cafe's all the way. I will have a place to host it, so all I'll need to do is go to the...
  3. joecdn

    Posting Journals

    I'm hoping this is something easy ... I'm planning on doing some travelling and I thought it would great to put together a web page that will allow me to post journal entries. Something that everyone will be able to see. Is there a way to set this up in Dreamweaver? I don't want it to be...
  4. joecdn

    Excel - Auto-Fill feature

    Is there a way you can default the auto-fill, so that when you put in a numeric value, it will increment ... mine is defaulted to copying and you have to manually select the increment option ... but with others, theirs is defaulted to increment. I can't seem to find it in the options anywhere...
  5. joecdn

    Very Simple ???... Hopefully

    Can anyone tell me what is the best way to display a certain number of records (up to 10) in a table? Trying to find a syntax for the For ... Loop, but I'm not sure you can do it using a recordset. Anyway, all I want to do is take the first 10 records and leave the rest. Any insight would be...
  6. joecdn

    Why Can't I Import from Photoshop

    I kind of figured it was like that, but I thought I'd check. Thanks for your help
  7. joecdn

    Why Can't I Import from Photoshop

    OK ... I'm sure this has been asked, but I can't find the right forum. I created a map with Roll Overs in Photoshop/Image Ready. All I want to do is put it in an existing .htm file I have created in Dreamweaver. But, for some reason it's not working properly ... Am I doing something wrong? I...
  8. joecdn

    Problem saving as PPS

    I have a presentation that runs fine off of PP with animations and all, but when I saved it as a .PPS, the animations do not work. Does anyone no why this is? Any insight would be great. Thanks in advance
  9. joecdn

    Randomly changing Images

    Aha ... I figured out the problem. It was because I was already using an OnLoad, but I don't know why, so I took it out and everything seems to be working fine. Thanks you so much for your help.
  10. joecdn

    Randomly changing Images

    OK, getting even closer and I'm definitely learning from this ... so don't give up on me ... BUT!!! Now, it will run with no errors, but the images won't change. So, I'm thinking there's something in the function itself. Here's what I have. imgarr = new Array() for (var x=1;x<=10;x++){...
  11. joecdn

    Randomly changing Images

    OK, I'm getting closer, but now I'm getting this error: 'document.myimg is null or not an object' Here's the line of code: 'document.myImg.src = imgarr[Math.floor(Math.random() * imgarr.length)]' Man, this is quite the ordeal. I'm actually doing this within the body, could that make a...
  12. joecdn

    Randomly changing Images

    Thanks for the code, but can you explain it a little. It's not really making sense to me. I actually have 10 images that I want to use called image1.jpg, image2.jpg ... image10.jpg. Is there an easier way to code it without listing every image name? Like maybe a for loop or something? Also...
  13. joecdn

    Randomly changing Images

    I know there's a way to do this, but I can't seem to find the coding. What I want is to have images randomly change every set time while being on a page. How do I do this? Also, to add to it, is there a way you can have each image fade in and fade out when you're changing from one picture to...
  14. joecdn

    Verifying a Field Using the table instead of a RecordSet

    Perfect, that works great, thanks for your help ... again. I do know about the Lock Type and Cursor Type in FoxPro, Don't know if you recall, but I was pulling my hair out about that before. But, I got it working ... finally. Thanks again.
  15. joecdn

    Verifying a Field Using the table instead of a RecordSet

    It's actually FoxPro, but it's been acting the same as Access. It's definitely not SQL Server. The place I'm actually get an error on is the if SQLQuery.EOF ... is that correct? The error I'm getting is this... Object required: 'SQLQuery'
  16. joecdn

    Verifying a Field Using the table instead of a RecordSet

    OK, so what's the correct syntax? I have this: SQLQuery=&quot;select * from nl_staff where cnumber = '&quot; & request.form(&quot;txtrepnum&quot;) & &quot;'&quot; if SQLQuery.eof then SQLQuery = &quot;INSERT INTO nl_staff (cnumber,sname,sfname,webpass) VALUES ('&quot; &...
  17. joecdn

    Verifying a Field Using the table instead of a RecordSet

    OK, I'm sure someone else has asked a similar question, but what I want to do is verify that a record exists based on what is put into the form. Is there a way I can do this without using a recordset? It must be a syntax thing, because all I want to do is take the field in the table and see...
  18. joecdn

    Can't update a table

    So I finally figured out this problem. The reason why it was coming up with the cannot update error was because the security wasn't defaulted to Read/Write. I had to physically go into the properties of the table in Explorer, select the Security tab and make sure the Read/Write was selected...
  19. joecdn

    Can't update a table

    Thanks for all your help, I'll see what I can do with that code. Although, I guess my questions is, why does it think it's a cursor when I'm updating the table? Wierd.
  20. joecdn

    Can't update a table

    OK, sorry a little confused, where do you mean?

Part and Inventory Search

Back
Top