Search results

  1. C

    Working in 32 bit but not in 64.

    Correct.
  2. C

    Working in 32 bit but not in 64.

    I think have found the solution on Devhut. Save Content to the Clipboard It works well on the 32 and 64 versions. Thank you guys for trying to help me, I appreciate it. Kitayama, I will try your code as well and let you know about the results.
  3. C

    Working in 32 bit but not in 64.

    The memo field is bound and the reason I did it like that is so it shows the user all changes with every select and deselect. That part works well, it just doesn't want to copy to the clipboard like it does just fine in the 32 bit version.
  4. C

    Working in 32 bit but not in 64.

    Failing on both, and yes, the the whole text is selected but only copies part of it.
  5. C

    Working in 32 bit but not in 64.

    I tried that and it didn't work either.
  6. C

    Working in 32 bit but not in 64.

    It stops at the 3rd tag. Of course I can do away with copying it to the clipboard automatically and do it manually when all required tags have been selected and added to the string.
  7. C

    Working in 32 bit but not in 64.

    The tags are anywhere from 8 to 25 characters. It just stops at 3 tags, regardless of the length. The string builds fine as long as I don't copy it to the clipboard.
  8. C

    Working in 32 bit but not in 64.

    DoCmd.RunCommand acCmdCopy
  9. C

    Working in 32 bit but not in 64.

    Thanks for the quick reply. I get this error: RH-Tags (App Name) couldn't open the Clipboard. I removed: DoCmd.RunCommand acCmdCopy and now it build the string just fine. So now I need to figure out how copy the string to the Clipboard in 64 bit.
  10. C

    Working in 32 bit but not in 64.

    This code works like a champ in Office 365 Access 32/Windows 10. It builds a string of tags in a memo field on the parent form and copies it to the clipboard. Like #architecture #building #abandoned etc. However in Access 64/Windows 11 it behaves erratically. It usually stops at 3 tags. Any...
  11. C

    Problems getting a custom ribbon to work

    Yes, that did the trick. Thank you Sir.
  12. C

    Problems getting a custom ribbon to work

    Over the past few years I made several databases using the same borrowed code in a module, and it always worked fine. Now, using the same module again in new database I get a compile error. Public gobjRibbon As IRibbonUI Error: user-defined type not defined. I did my research and can not...
  13. C

    Chaining Forms

    Looks interesting. I will try to implement in one (or all) of my applications. Thank you.
  14. C

    Which modules are needed

    I have an application that is several years old, it needs some updates and slimming down. I want to weed out everything that is not needed. My idea is to create a new one and only import tables, form, reports etc. that are needed from the old database. But what is the best way to determine...
  15. C

    Difficulty answering questions

    What strikes me as funny is when a newbie ask for help, gets help from an experienced user and then starts arguing about, probably without even checking whether the solutions works.
  16. C

    Writing in CAPITALS

    It hurts my eyes when I see something written in uppercase and I usually don't read it at all. To me it is just as annoying as all those YouTube videos that start with: "Hey guys, what's up?"
  17. C

    A trip down memory lane

    I started with Access 97 but long before that I toyed with dBase III & IV.
  18. C

    Problem with Profit Percentages

    Good idea. I will look into it. Thanks.
  19. C

    Problem with Profit Percentages

    If you buy something for $100 and sell it for $150 you make a 50% profit. Straightforward and easy to calculate. But what if you get the item for free ($0) and sell it for a certain amount? You cannot calculate the percentage from $0, can you? I am thinking about making the buy price just...
  20. C

    Pencil and paper

    This is a person you cannot not have a reasonable discussion with because he thinks that he is right and everybody else is wrong. I used to be married to someone like that. No matter what you do and how hard you try to please: all you get is grief. Just remove him from this forum and be done...
Back
Top Bottom