Very impressive and thank you for helping to keep it under control.
I remember reading about the mutation of the virus and thinking "here we go"..
Also a great example for the "Power of...
Type: Posts; User: wila
Very impressive and thank you for helping to keep it under control.
I remember reading about the mutation of the virus and thinking "here we go"..
Also a great example for the "Power of...
Bob,
I've ran PostgreSQL on many things, not AWS though, but don't really see why that matters.
But you've not really given us anything to work with.
What PostgreSQL version?
What host OS?
Samuel,
Good stuff.
Yes, unicode is both a blessing and a curse, it can be very confusing at times.
When looking back at one of those favorite examples here at the forum "Hello" in Thai...
Samuel,
"Ã" <> "Ā"
I agree with your "why does it return anything for the second position" part though.
If you get the ascii value for the first character, then it returns 65..
eg:
Hi,
Agreed, the diagram control from syncfusion is great. Also did some work with that for a customer.
It however does mean that you'll end up using a web browser control in your project....
Thanks Samuel,
I was wondering about that...
One thing that Michael can try is to replace the cImageContainer with a plain DataFlex object (eg. just a container) and see if the drawing is fast...
Hi,
First off.. that looks really great. Hats off to your man.
You have 600 windows controls and the only way to redraw them is by drawing them one by one. That's just how windows works,...
I'll add another disadvantage.
Database backups become more difficult to manage due to size.
--
Wil
Henri,
No problem.
--
Wil
Hi,
I was code signing a binary and as I dual sign my binaries I noticed that the SHA1 signature was no longer working.
Took me about an hour to figure out what was wrong as signtool just flat...
Henri,
I'm not saying that you are implementing it wrong. I was trying to point out that it has its flaws due to its complexity
Yes you are welcome to disagree with that, if you think it is an...
Thanks Peter,
Good info, as always, I love both suggestions!
To be clear, the intention of this post is to have DAW create a solution to everyone, not a "everyone roll their own" alternative....
JWT is not only loved by developers.
Let me drop a few links for awareness.
https://medium.com/@rahulgolwalkar/pros-and-cons-in-using-jwt-json-web-tokens-196ac6d41fb4
...
Hi,
Happy New Year you all.
With the turn of the year one thing that came to my mind was the Y2K time.
Most of us spent quite a bit of time making sure that the change of the year 1999 to...
Happy Holidays everyone, let's forget about 2020 (and hope that 2021 is better)
--
Wil
Hi Chris,
It's been a while since I've done much with mertech drivers, but I do seem to recall that in the PDF that comes with the driver there's a special chapter about solutions for using multi...
Hi,
It's a windows API:
https://docs.microsoft.com/en-us/windows/win32/api/debugapi/nf-debugapi-isdebuggerpresent
So unless you run it under a debugger, the command itself won't return true....
Hi,
I haven't implemented it in the csfWebList DataFlex wrapper and not looked into it at all, but just so you know, the syncfusion grid control appears to support multi select.
eg....
Garret,
Saw this last night without sound on and it was certainly "worry".
Also know that those dogs are already for sale for about $75k and used for security purposes (nope, not cute)
Now I...
Yeah, the ambiguous function problem is known for a while, it has been discussed several times here on the forum as well.
It is also explained very well in the doc.
There are various ways that...
No worries, I don't work 9 to 5, but choose my times and make sure I sleep enough.
They are not always office times ;).. well OK not always European office times.
--
Wil
Edgard,
My bad, my subject line on this topic wasn't any good. "Hard to use" should have been something else like "interesting side effect". My excuse is that it was about 3:00 am when I posted...
Bob,
Looks like Bernhard has the winner in this case though :)
Thanks Bernhard.
--
Wil
Hi,
Ok, here's a nice one.
Chris Spencer send me an email about the following problem in the 64 bit version of cFileSystem (see DF2020 preview libraries)
Compiling that library nowadays...
An alternative approach...
A DLL is loaded into the address space of your binary using standard windows API.
Once it is loaded into memory, trying to load it again will just end up using the DLL...