Search results

  1. K

    Moving objects on form

    I was fascinated by @MajP's job on drag and drop items on forms in the following two thread. In each case, Drag a circle in the left side of the form with your right mouse button and drop it on the floor plan or the ship. Then select the color...
  2. K

    Disable SQL Automatic Code Formatting

    Maybe something has changed after my version (2505). I'll ask the IT to update my PC and will check again. A csv file for the second query is attached. Change .txt to .csv Thanks for testing.
  3. K

    Disable SQL Automatic Code Formatting

    I'd like to, but I can't. Because Access doesn't save the query and shows the above error message. If I turn off Monaco, Access saves the query and runs it without problem. If I try to edit the sql of the query while Monaco is ON, it fails to save and shows the exact same error. I think you can...
  4. K

    Disable SQL Automatic Code Formatting

    To be honest, Outside the realm of Latin characters, it's a nightmare. It even fails to save a query as simple as the following image. If I turn Monaco off, it saves and runs. But with Monaco......Oh my... Microsoft 365 Current channel 2505 on Win 11
  5. K

    Is there a way of deleting all code lines beginning with debug.print across all modules using VBA?

    Yes, I use regex in my apps too. But only for simple string patterns. Something like multi line codes is out of my capacity. That's why I went for loops.
  6. K

    Is there a way of deleting all code lines beginning with debug.print across all modules using VBA?

    As far as I know, regular expression can not be used in Find & Replace in vba. I may be wrong though. But this code can go through the whole project and delete Debug.Prints. If you have multi line Debug.Prints, those will be deleted too. I know nobody will use it, but if you do, Don't forget...
  7. K

    Is there a way of deleting all code lines beginning with debug.print across all modules using VBA?

    5046 times debug.Print I think that's a new world record. :cool:
  8. K

    Solved Ugly new Access bug

    I understand and understood your point from #1. You insisted on "Can not close form without task manager" several times, and Joseph showed a solution to bypass the problem without terminating Access, twice. In both occasions you didn't reply if his solution is accepted or not. I just wanted to...
  9. K

    Combat Against AI Deepfakes

    Almost all countries have started. For example US Legislation: Several states (like California, Texas, and New York) have laws targeting deepfakes in elections and pornography. California: Illegal to publish misleading deepfakes within 60 days of an election. Texas: Criminalizes the creation...
  10. K

    Solved Ugly new Access bug

    You may have missed @Josef P. 's replies #31 & #39
  11. K

    Television episode tracker

    Yes, I was aware of that. I just wonder why you used a tree view for the series titles. It could be a continuous form as well. Not sure, but I assume OP needs to manage the series s/he has watched. I have a feeling that using an API, will bring in a lot of un-necessary data, or at least find a...
  12. K

    Combat Against AI Deepfakes

    I really like how European countries are fighting back against this hard time of fake images. France passed a law requiring that any commercial image (e.g. ads, magazines) depicting models whose bodies have been digitally altered must carry a clear label reading “photographie retouchée”...
  13. K

    Combat Against AI Deepfakes

    I've been following this news for a while, and was very interested to see how they can achieve this. There are thousands of AI app on Google play that you can download and use free of charge to create these deepfake videos and stream them into social media. How can they track who did this?
  14. K

    Television episode tracker

    Seems something new to work on and learn during this week end. thanks again.
  15. K

    Combat Against AI Deepfakes

    Denmark is set to become the first European country to give people copyright control over their own image, voice, and facial features to combat AI deepfakes. A new amendment to the copyright law, expected to take effect in fall 2025, will let citizens demand the removal of and seek compensation...
  16. K

    Television episode tracker

    @MajP Million thanks It seems that I was on the correct path (re-assigning the sql of the query). Thanks again.
  17. K

    Television episode tracker

    Sorry for asking this dumb question. But how can I filter the query? The initialize process of the class, needs a query name, which is a union query that show all record. If the initialize sub needed a SQL, I could dynamically create a filtred SQL and pass it. I was thinking of using querydef...
  18. K

    Television episode tracker

    I used your class and added a treeview in #25. I was hopping to see a tree view to be used instead of the report, as a subform. I was able to start the nodes from seasons, but I wasn't able to filter the tree, when a record in parent form is selected. Is it possible to use your class for a sub...
  19. K

    Television episode tracker

    It's because of what has been explained in this post. You may want to follow Sonic8's suggestion on #2 of the same thread. It may solve the problem. Do you receive the same error on tvSeries.accdb? The errors you see is not a part of tree view. It's my fault because my system locale is not...
  20. K

    Television episode tracker

    @June7 As I said I'm not in front of my PC and I can not check, but I don't (didn't?) have problems with his tree view class in Windows 11. Using a remote desktop, I have access to my files. Three databases are attached. Majp_TreeviewDemo_v3.accdb is a very old version of his class. It lacks a...
Back
Top Bottom