We use Chilkat which handles TLS
Type: Posts; User: Focus
We use Chilkat which handles TLS
Have you put a breakpoint on Recompoe_Constrain and Press F11 until it crashes ?
Dark Mode
Nothing major but with things like the Find in Files tree when you click on it it highlights fine but if you double click and the focus is moved to somewhere else then the background of...
Just looking at the offline help, the online version is not there yet for NormalizeString :D
Is it staying in every Pos, Mid, Insert etc the strings need be normalised if you want it to always...
Yep GetTextMetricsW now returns true
Struct tWinTextMetricW
Integer tmHeight
Integer tmAscent
Integer tmDescent
Integer tmInternalLeading
Integer tmExternalLeading
I think it is because there is no tWinTextMetricW struct and it contains characters that need to be two bytes tmFirstChar etc
Possibly because the tm struct has nothing moved to it and therefore is not initialised before it's address is got or is that no longer a thing these days ?
I've been trying to track down some random Unhandled Exception errors in one of our applications and DF20B3 (32 bit in this test) and I think I have found it although I've not called it in isolation...
and there it is ..... so long as it is not more than 64k :D
otherwise you will also need to Set_Argument_Size to the size of the array +1 to prevent truncation when moving it to the string
When you click on a view in Design Mode the drag anchors are not visible ....
Actually they are it is just that if you are using dark mode then the black on black look is quite subtle !
https://docs.dataaccess.com/dataflexhelp/mergedProjects/LanguageReference/Get_field_value_Command.htm
You are allowed to put anything for a 30-day trial period
If you are still stuck call ComLastErrorText should give you the reason
Just remove the = when calling AddAttribute
Most rulers are 30cm this one is 34cm
There are 2.54 cm to the inch so 4/2.54 = 1.57480315 inches
Or has my eye-sight made me use the wrong scale ? :D
Dataflex gives you an extra 1.5 inches more than other languages :D
I've not read the whole of this thread and this may have been mentioned so far but this page
https://en.wikipedia.org/wiki/Precomposed_character
Seems to suggest that é represented as 00E9 as...
Are you re-booting the server after de-installing ?
There is a certain irony that a character set with over 1.1 million characters designed to resolve the 256 character code page problem still has composite characters and duplicates of those...
Just a guess
Is it perhaps because you have ended up with binary data in a string
If you had read it into a UChar array and then converted that to a string it would be stored under the hood...
Well according to Chilkat this is not supposed to work at all, except that it has and is for you
They say the LastResultStringLen etc only works for METHOD calls of a chilkat object and not...
Yes which means calling unlock component or global unlock depending on version with the unlock code you’ve paid for
sorry not in front of PC for syntax but you must have it in your own code and...
No each object stores it’s last string result and in this case the string is returned by ComBodyQP of the response object not the http object
Thanks Garret. If you get ComLastErrorText you will probably have an unlock error as you are past your 30 day trial as a real user
Thanks.
What is the version number of the Chilkat dll are you running ?