We are working on an updated installer that has several other fixes as well. The workstation installer is currently being tested and will be in there.
Type: Posts; User: Harm Wibier
We are working on an updated installer that has several other fixes as well. The workstation installer is currently being tested and will be in there.
I think that this is a rights issue, the server would clean out old commands on start, does restarting the server clear it? Can you check the rights on this registry branch? It needs read and write...
I just did a brief test and I don't see this behavior when changing the user under which the service runs. But of course my test user account probably has more or different rights than what they use....
I'll take another stab at trying to explain this, let me know if it makes it worse or better.. :confused:
The help is referring to unicode-table.com. On unicode-table.com it lists all the Unicode...
Great, thanks! We'll look into it!
Thanks for reporting this.. this was already logged and will be fixed in next rev..
Of course we have tested on clean installations and did not run into this issue. We are also not aware of an ICU dependency other than the VC runtime that we already install. The error code also does...
Setting Field_Checkbox_Values or a default value in the DD also resolves this. Else it will think the value "0" is different than the field being empty..
Set Field_Checkbox_Values Field...
Looks like windows components are included that rely on dependencies not available in webapps.
I'd recommend to use Pointer instead of LongPtr for storing pointers. Also to use the AddressOf function instead of the GetAddress command. Besides that the bigger question is if the character...
I am unable to reproduce this (tried both 19.1 and 20.0).
You could try explicitly setting a default value in your DD (in combination with Field_Checkbox_Values). Maybe WebDD_Debug.wo can shine...
Drats.. it seems that we created almost the same bug in 20.0 as we had in 19.0. The fix below should work for 20.0.
// BUGFIX: WebSet of psMask before control is rendered causes JavaScript...
In DataFlex 19.1 we introduced 'history management' which basically made the back button work. Part of this is that al the possible navigation paths need to be registered. See the documentation links...
The studio gets the URL from IIS. It is based on the bindings configured for the website in IIS and should be pretty much the same as the 'Browse website' button in the IIS Manager.
This is indeed a different issue and it sounds like something that is the same in 20.0. Please open a separate thread with an example if you think this needs our attention...
Thanks for the report. Note that I saw the same crash in 19.0, 19.1 and 20.0. Nevertheless, it is now logged and we'll see if we can fix it for next rev.
To elaborate a little: This is a result of the change we made to support 64-bit. To get rid of all of our code that was using integers to store pointers we changed the Pointer to become a replace for...
This sounds like a separate (unrelated) issue, if you need help with this please elaborate in a separate thread..
The Character function now works with Unicode code points. So its behavior changed for characters above 127. It depends on what you code is intended to do whether you need to change it. It should...
Yeah, while prepping for the launch event the thought of calling it in a few strategic spots did cross my mind..
Sorry, I didn't look close enough at your code.
Why do you have an UnloadView call in your code? Is that an attempt at fixing it?
Anyhow, I am afraid you'll have to bring this down to a sample...
Well... I think the problem is that you are trying to popup the same dialog multiple times during one call. That is not going to fly, displaying a dialog is an asynchronous operation. I can't...
It turns out that we forgot to adjust cWorkspace to also read the ini file as UTF-8. That actually also turns out to be the cause of DbExplorer and DbBuilder to go wrong.
We'll fix this for next...
Hi Edgard,
Not sure if notepad is telling you the truth here. For encoding type of issues I tend to use Notepad++ which is pretty good at detecting and showing the encoding. Depending on the...
Yes, it will. They actually both ship the exact same build of the compiler and runtime.
Note that there are actually two different build numbers within a DataFlex installation. This is because our...