-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem to save clipboard image to local #39
Comments
Ya revisaste que no estén bloqueados las librerías dll..?, seguro esto es lo que te sucede.. |
Thanks lajjutz, I checked all dll and all files are are unblocked as Krish recommended to do. But something else should be done because it is not only this option which is not working, there are other options of the sample database which are giving me the same errors. Errors always happen in code line with dDll: For example: Or: and so on. I presume something is wrong in terms of accessing gDll. Thank you very much |
Please re-download the x64 dlls. I republished them again. @XavierMirBcn |
Dear Krish, now it works perfectly, thank you very much, wonderful !, thank you very much |
@Saphirah Are you sure? it's working for me and XavierMirBcn said after re-downloading the x64 dll + bin folder it's working fo him too. |
Hi Saphirah, it works perfectly for me and very fast. |
Okay i did not update the modules, that is why... Thanks guys and thank you VERY MUCH krishKM! Your Library is awesome! |
Dear Krish,
It is great for me to have found your great software, thank you very much!
I am using Access 2013, 64 bits, Windows 10.
I have download your dll_test access database and the VBA_tools.dll and bin directory for 64 bits.
Using your sample access database, when I press the option "Save clipboard image to local" it comes the error: "object variable or With block not stablished" (I have translated from Spanish)
The error happens in the line:
Debug.Print gDll.DLL.Graphics.SaveClipboardToImage("", "", "")
Any idea what happens?
Thanks a lot in advance
Xavier
The text was updated successfully, but these errors were encountered: