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 timmy773

  1. timmy773

    Rotate Flip Access 2K7 Image Control

    I have an image control in an Access 2K7 form, I'm dynamically loading .tif image files to via vba. The problem is all the .tif files are upside down. I'm trying to figure out a way to flip the image, or rotate it 180 degrees. Any help would be appreciated.
  2. timmy773

    Specify Which Version of Access to Open

    My end user has both access 97 and 2000 run-time players installed on the same machine. I'm trying to open a separate 2000 database from within the current 2000 .mdb the user has open, but it defaults to trying to open the db in 97. Is there a way to specify which version it opens it with. I...
  3. timmy773

    Lotus Notes Calender post via VBA

    I have code that I can use to send an Notes Meeting Invite from VBA, the only problem is that I get a message box generated in Notes "Do You Want to Send the Meeting Invitations to the Appropriate Users?". I don't want that box to pop up, I just want it to go ahead and send the...
  4. timmy773

    Create Notes Calendar Invite From VBA ...just a little help

    Unfortunately, no, I'm still looking for an answer. It might be worth another post.
  5. timmy773

    Create Notes Calendar Invite From VBA ...just a little help

    I have code that I can use to send an Notes Meeting Invite from VBA, the only problem is that I get a message box generated in Notes "Do You Want to Send the Meeting Invitations to the Appropriate Users?". I don't want that box to pop up, I just want it to go ahead and send the...
  6. timmy773

    Delete values from multi-select list box after selection

    LogicalMan, thanks for the help...I tried this however, and it close but not quite there, the textbox is only populated with commas, and the initial list box is totally cleared no matter what you select.
  7. timmy773

    Delete values from multi-select list box after selection

    LogicalMan, this sounds like a great solution but I have to admit I'm a bit of a novice in this area, especially with the SQL, could you provide a bit more assistance? A real life example possibly?
  8. timmy773

    Delete values from multi-select list box after selection

    Okay, actually the control on the list box is a group-by query (so I only see single occurances of records), and the listbox is a multi-select, so after I select 10 records and click a button to update the records, I want them removed from list box. The ultimate would be not to actually remove...
  9. timmy773

    Delete values from multi-select list box after selection

    Yes, that's exactly the goal, but I can't get the code right that will tell me which boxes I've selected and thusly which to delete from the underlying table.
  10. timmy773

    Delete values from multi-select list box after selection

    I have to list boxes. After I select a value from listbox1 and click a button, it places the value in listbox2, so I know that it was updated. Now what I want to do is remove the value that was selected from listbox1 when I click the update button, so it is no longer available. Listbox1 is...
  11. timmy773

    IBM Discontinuing Lotus Notes

    I have heard rumblings that IBM will be discontinuing Lotus Notes in the next 3 years and moving towards some sort of Java based replacement. Has anyone heard of this? If so do you have a web-link to back-up this claim. Thank you.
  12. timmy773

    Call Remote pcAnywhere 10.5 using Visual Basic

    i'm trying to automate the function of right click->Call remote on a PCA 10.5 Host connection. I want is not to have the host computer waiting for a call, but make it to call the remote computer. I want to automate the function of right click->Call remote so the call is made by the host. I will...
  13. timmy773

    Call Remote pcAnywhere 10.5 using Visual Basic

    i'm trying to automate the function of right click->Call remote on a PCA 10.5 Host connection. I want is not to have the host computer waiting for a call, but make it to call the remote computer. I want to automate the function of right click->Call remote so the call is made by the host. I will...
  14. timmy773

    Change Group Level Week-ending Date on Report

    When creating a report I set a grouping to Date, and want to group by week, however, the default, is for the week-ending date to default to Saturday, I want the week-ending date to be Friday. Any help would be greatly appreciated.
  15. timmy773

    Closing a Lotus Notes Doc from VBA

    I'm using visual basic to update some information in a lotus notes database...specifically the contact database...names.nsf. My code opens the document in edit mode, changes the appropriate field value, then saves it. But when I try to close the document I get an error "Object doesn't...

Part and Inventory Search

Back
Top