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 Wanet Telecoms Ltd 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. wraygun

    How to display more than 25 images from a facebook album?

    ...Any help would be GREATLY appreciated. I'm including the code below: import com.facebook.graph.Facebook; import com.facebook.graph.controls.*; import com.facebook.graph.core.*; import com.facebook.graph.data.*; import com.facebook.graph.net.*; import com.facebook.graph.utils.*; import...
  2. wraygun

    Macro Troubles: Remove items that are in one ws from another worksheet

    Hi Skip, Thank you so much for your guidance. I was able to muddle through the rest and get a working solution. Best regards, Wray ***You can't change your past, but you can change your future***
  3. wraygun

    Macro Troubles: Remove items that are in one ws from another worksheet

    ...This process is taking a while. As an alternative, is there an easy way just to insert the records into a new worksheet rather than going through the trouble of deleting? Thank you very much. I'm eternally grateful. -Wray ***You can't change your past, but you can change your future***
  4. wraygun

    Macro Troubles: Remove items that are in one ws from another worksheet

    ...list values. On Error Resume Next For Each cell In rngMyRng1 cell.Value = ws1 For Each cell In rngMyRng2 cell.Value = ws2 If ws1 = ws2 Then cell.EntireRow.Delete Shift:=xlShiftLeft End If End If Next cell Next cell End Sub ***You can't change your past, but you can change your future***
  5. wraygun

    Macro Troubles: Remove items that are in one ws from another worksheet

    ...same way. Any help would be greatly appreciated. I have spent considerable time searching for a solution, but I'm not getting anywhere. If I need to post any additional info, please let me know. Thanks so much! Best regards, Wray ***You can't change your past, but you can change your...
  6. wraygun

    How do I Split / Merge a large file?

    ...back together. I'm hoping to get some pointers on which direction to head with this. (Naturally, if someone had some ready made code, I would happily accept it) Any help will be greatly appreciated. Thanks and best regards, Harold ***You can't change your past, but you can change your...
  7. wraygun

    Populating a list/menu with table data (non-unique)

    ...will be no duplicates in the list/menu, even though there are duplicates in the database. I can't seem to wrap my mind around the logic to get this done. Any help or pointers would be greatly appreciated. Thanks so much, Harold ***You can't change your past, but you can change your future***
  8. wraygun

    MySQL query works first time, but not second.

    Tony, That was brilliant. Thanks, and have a star. I inadvertently marked the 'nickname' as unique instead of 'username'. Changing that fixed everything. I really appreciate it. Best regards, Harold ***You can't change your past, but you can change your future***
  9. wraygun

    MySQL query works first time, but not second.

    ...Specified','Not Specified','Not Specified','Not Specified','Not Specified','Not Specified','Not Specified','Not Specified','Not Specified','Not Specified','Not Specified','Not Specified','Not Specified')"); } Best regards, Harold ***You can't change your past, but you can change your future***
  10. wraygun

    Mirroring problem

    Hmmm... it's odd, but a mesh is a mesh. If your interested, I would be glad to look at the max scene file to see if I can duplicate it on my end and work out a resolution. Best regards, Harold ***You can't change your past, but you can change your future***
  11. wraygun

    Mirroring problem

    ...selected in the 'Save To Layers' or choose 'Single Layer'. You probably know most of these steps, but I thought I'd outline exactly as I've done to help you troubleshoot your issue. Let me know how you get on. Best regards, Harold ***You can't change your past, but you can change your...
  12. wraygun

    Mirroring problem

    Can you convert it to an editable poly, or do you need the seperate elements? ***You can't change your past, but you can change your future***
  13. wraygun

    Image type question...

    Thanks again... :) I'll look into that and learn that as well. BTW, the CSS stuff is working great. Best regards, Harold ***You can't change your past, but you can change your future***
  14. wraygun

    Image type question...

    I am using Internet Explorer. A quick test with Firefox returned image/jpeg. I suppose I should check for all three possiblities. :) Once again, I appreciate your help. Best regards, Harold ***You can't change your past, but you can change your future***
  15. wraygun

    Image type question...

    ...all jpegs on this system? Or is there something special about this jpeg? I should probably do as ID10T16 suggested just to make sure I catch all variations. Does the ||operator represent OR? Thanks again for your help. Harold ***You can't change your past, but you can change your future***
  16. wraygun

    Image type question...

    ...if I use this for jpeg's, it doesn't work: if (($_FILES["file"]["type"] == "image/jpeg")) Why is the second one failing? I know I'm uploading a valid jpeg, but it doesn't get past this line. odd. Thanks and best regards, Harold ***You can't change your past, but you can change your future***
  17. wraygun

    Trouble with form inside table Firefox/IE discrepancy

    ...the css solution, I will explore that this evening when I get in. I have to admit that css looks infinitely more flexible when it comes to layout and is definitely worth learning. I appreciate the heads up. Best regards, Harold ***You can't change your past, but you can change your future***
  18. wraygun

    Trouble with form inside table Firefox/IE discrepancy

    ...Again, works well in FF, but not in IE. FF Version: IE Version: I've narrowed it down to the form tag itself. If I insert a text field and label without the <form> tags, it doesn't show this behavior. odd. Best regards, Harold ***You can't change your past, but you can change your...
  19. wraygun

    Trouble with form inside table Firefox/IE discrepancy

    ...value="Search" /></form> </div> </td> </tr> </table> That didn't seem to change anything in regards to aesthetics. Firefox still looks good, IE looks bad. Thanks again and best regards, Harold ***You can't change your past, but you can change your future***
  20. wraygun

    Trouble with form inside table Firefox/IE discrepancy

    ...action="search.php"> <input name="txtSearch" type="text" id="txtSearch" /> <input type="submit" name="Submit" value="Search" /> </form> </th> </tr> </table> Thanks and best regards, Harold ***You can't change your past, but you can change your future***

Part and Inventory Search

Back
Top