When i start the .exe from my local drive everything works fine. When i put the folder on our network share i get the "Unable to load Clr Instance"-error.
But when i put a file named "vfpqrcodertest.exe.config" with <configuration>
<runtime>
<loadFromRemoteSources enabled="true"/>...
I´m not sure if this is still directed to me, or just an info for everyone.
I just want to let you know that we are doing something similar. The problem with the dll on an network share was just me messing around in our development environment.
Benjamin Trinkaus
Hey Olaf the "Unable to load Clr Instance"- Error was because of the .dll being on a network drive. I fixed it with this https://webconnection.west-wind.com/docs/_3rf12jtma.htm
Ah the puzzle pieces are slowly making sense to me. I think i can work with that. I also solved the "Unable to load Clr Instance"-Problem by putting the vfp9.exe.config file into the right path. I will now work on making the helper assembly work with all our needs. Again thank you all very very...
how do you know that? If that´s the case i could easily use the bridge.
DO wwDotnetBridge
loBridge = GetwwDotnetBridge()
? loBridge.GetDotnetVersion()
When i use this i´m getting "Unable to load Clr Instance" errors.(wwDotnetBride.dll is not blocked) Sorry but i´m really helpless. Maybe i need...
The point is that .NET bridge needs .NET Framework which still needs installation. I need a solution that´s fully working without admin rights. I´m not making that decision, i just need to find a way. I will keep trying to find a solution for me. A big thanks to everyone who tried to help me.
I´m just in the process of trying this. I will report back when i´m done
Edit1: The working .dll i made with Olaf´s help is not registering with the regsvr function. It generates the following error:
ERROR: Library VFPQRCode has no entry point for DllRegisterServer
Short answer: admin rights.
But thanks anyway for your code, maybe i can use this sometime in the future
Also thanks Olaf for your explanation with the .net Bridge. I´ll have to look deeper into that.
So i got this working with LOCAL qrcoder as VFPQRCoder.VFPQRCode
qrcoder = CREATEOBJECT("VFPQRCoder.VFPQRCode")
qrcoder.CreateImage(LC_CSV,"C:/arbeiten/img.jpg") but this means i have to register the .dll file. Is there a way to use the CreateImage() method with a DECLARE CreateImage in...
We were using FoxbarcodeQR for the longest time, but just realized that it´s QR capabilities are capped to 255 characters. Is anyone using something free/cheap that´s comparable to Foxbarcode?
Best regards Benjamin
Try adding
-webkit-transform: translate(-50%, -50%);
to your CSS from the Example/* Style the button and place it in the middle of the container/image */
.container .btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%)...
Try adding this after Mike´s Code
FOR I=1 TO LNID
GNMAXIMUM = 0 && Initialize minimum value
SCAN FOR JUNK.IDID=I
GNMAXIMUM = MAX(GNMAXIMUM, JUNK.QTY)
ENDSCAN
LOCATE FOR JUNK.QTY=GNMAXIMUM AND JUNK.IDID=I
REPLACE JUNK.MAX_QTY WITH 1
GNMAXIMUM = 0
ENDFOR
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.