Hi.
Anyone that implemented Prism.js (https://prismjs.com/) or anything like this in a DF WebApp?
I need to be able to show code blocks of json objects and maybe Curl.
I´m thinking that it...
Type: Posts; User: Albin
Hi.
Anyone that implemented Prism.js (https://prismjs.com/) or anything like this in a DF WebApp?
I need to be able to show code blocks of json objects and maybe Curl.
I´m thinking that it...
Ok, Thanks.
I had to create the key and all values under the wow64... since we are still running 32 bit. Then it worked. Thank you Anders!
How do you create a key on: HKLM\Softward\ ?
Which one?
I can see they have:
HKEY_LOCAL_MACHINE - SOFTWARE - Data Acess Worldwide - Dataflex - 20.1
And in this they have 4 different keys:
Defaults
WebApp Server
WebAppServerCommands...
Any solution to this?
I have a customer who gets this now, running terminal server 2019.
@Anders, how did you solve it?
This now works dynamically in DF20.1
https://docs.dataaccess.com/dataflexhelp/mergedProjects/LanguageReference/Get_argument_size_Command.htm
I get these errors also.
Yes, but I would still try to disable it because I think that´s what giving the error. I think I´ve seen this or something very similar before and I know disabling the security checks helped.
Of...
Hi.
I think it is the OnLoad. You change pbRender in there.
Try adding this to the cWebSuggestion Object:
Set pbNoAccessibilityCheck to True
It will disable the secutity check.
Found a solution.
https://support.dataaccess.com/Forums/showthread.php?68336-Urgent!-Invalid-date-or-time-error&p=371745#post371745
I get this error today trying to open DF20.1 studio.
I guess it has to do with the fact that we moved to summertime in sweden yesterday. So now the trial licence stopped working.
15300
Any...
And shortly after the property pbHidden seems to be the answer..
Must have been a cache thing when I first tried it because now pbHidden hides my column and it is visible in the columnchooser. :D
Hi.
In DF20.1 all cWebList and cWebGrid columns have a right click menu where you can hide/show columns as you like which is a very nice feature!
Is there any documentation about how this works?...
Update, it also happens on datatype typeASCII.
So it is not related to the datatype.
Hi.
This issue is in 20.1 RC Build 20.1.27.66 but is also in DF20 and DF19.1 so it is not new in DF20.1. I think this is a android thing.
If you have a cWebListExpandPanel inside a cWebGrid with...
Hi.
I´ve seen that sometimes you can´t edit/remove values from the local variables in the studio dialog while debugging. I have only seen it happen when dealing with very long strings.
If I...
Yes, I can confirm this is fixed in RC2. Thanks!
Yeah, Syncfusion is great!
Yes, I can reproduce it. Attached is an example.
It has to do with the cWebAccordionContainer, cWebAccordionCard and the properties pbMultiOpen and pbExpanded.
If you dont get the error directly,...
Using the latest Dataflex studio 20.1, build 20.1.22.55.
When activating the WebAppDesigner I get this error in a lot of my views. Some views seem to work but most of the time the designer shows...
15143
I attached Order.wo from the WebOrder example. This code brings out the error for me. Start the webapp, Navigate away from the order view and when you come back you get the error.
Hi Bram.
A little busy today. But I´ll try to create a sample for you as soon as I can.
I used cWebList.
Have a class like this
Class cComingDel_box is a cTIWebList -->Just a cWebList
Procedure Construct_Object
Forward Send Construct_Object
Set...
Yes, adding these properties helped. So WebContextmenu does not work if you use the cWebList inside a cWebDynamicObjectContainer. But adding the properties removes the error since the context menu is...
Ok, It only seems to happen when I´m navigating to or from my dashboard.
The dashboard uses the cWebDynamicObjectContainer class to dynamically add objects that the user added to their own...