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!

Recent content by OzSupra

  1. OzSupra

    Black and white photo with color

    Cut the eyes out of the coloured picture using the freehand tool. You will probably need to zoom in to do this. Save the eyes as a seperate file. Next convert the coloured image to grey scale. Now paste in the eyes over the grey image. Done. Adrian.
  2. OzSupra

    Transparent Pasting

    I do a print screen capture. Ctrl V to paste the image (anything)into PSP then use the eye dropper to select the back ground colour for foreground and background. Do another Ctrl C and then a Shift Ctrl E. It's a bit fiddly but it works. Adrian.
  3. OzSupra

    PSP Lost Menu Bar - Again

    Thanks, that's it. Much appreciated. Adrian.
  4. OzSupra

    PSP Lost Menu Bar - Again

    RE thread 446-1436496. There is a keyboard combination that hides the Menu Bar in Paint Show Pro. I don't know what it is, but I accidentally keep doing it and cannot find any reference to it in the Help file. If anyone knows the restore command/keyboard combination please post as my only option...
  5. OzSupra

    Paste into a Memo Field

    Roy, Fantastic. Many Thanks. Adrian.
  6. OzSupra

    Paste into a Memo Field

    Works perfectly Roy. If I can be a real pain......? Is there a command for a carraige return I can insert as well. Thanks as always, Adrian
  7. OzSupra

    Multiple Linked ComboBoxes

    Thanks Ken, I think I just worked it out by writing down the problem and structure to you. Amazing what a bit of code review can do! My problem was that I was storing a reference and not the actual value. Cheers, Adrian.
  8. OzSupra

    Paste into a Memo Field

    Thanks, Yet again Roy. Your code works well. Only one problem. The text I write on the data entry form always over writes the original text in the memo field. Is there any way to just append it? Thanks, Adrian.
  9. OzSupra

    Multiple Linked ComboBoxes

    Yep! that's exactley what I'm saying. Except it does work using the code on the FAQ page. Once yo cange Combo1 all saved records for combo3 become blank. Adrian.
  10. OzSupra

    Paste into a Memo Field

    I am aware of the process. It is just the code that I need to select the text and then paste it into the underlying form. Can you help? Ta, Adrian.
  11. OzSupra

    Paste into a Memo Field

    I would like to create a memo field on a form and insert some text. Next when clicking on the field it opens a form that I enter data in [three fields]. [So far that's not a problem]. Now I want to have a button on my opened form [OK] that when I click on it, it 1) Closes the form 2)Appends the...
  12. OzSupra

    Multiple Linked ComboBoxes

    I have code that sorts a second combo box based on the value for the first combo box. What I can't seem to get a grip on is then sorting a third, fourth, etc. What I am attempting to do is create a decision tree based on selections previous entered by the use. Any help would be appreciated...
  13. OzSupra

    Cross Form Focus

    Fantastic! Adding those single quotes did the trick. Many Thanks for your time and effort. Much appreciated. Given you a star, wish it was more. Adrian.
  14. OzSupra

    Cross Form Focus

    Sorry for being a bit thick. Here's what I have done. On form 2 there are two fields "Code" and "Description". Description is the one I want to use. On the "On Click" event I have Private Sub Description_Click() ShowCurrentRecord End Sub Then I...
  15. OzSupra

    Cross Form Focus

    Followed your instructions and posted the code into a module. Problem is on click the ShowCurrentRecord event is looking for a macro not a module. Please make the rely REAL easy to understand. Your help is really appreciated. Thanks,

Part and Inventory Search

Back
Top