I get these errors also.
Type: Posts; User: Albin
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...
Hi.
DF 20.1 Release Candidate 1.
I´m getting this error attached in the image on different views in our system.
15141
If I click Ok and navigates to another view I get more and more of the...
Thanks Ian!
Thanks Ian!
Hi.
What decides the column width of the suggestions in a cWebSuggestion object?
Can´t seem to find the css code related to this. I want to shrink the white space:
14913
Using DF20 in this...
It does, Thanks Wil!
Hi.
Have an issue when trying our system in DF20.
In a rest integration class where we do a HttpVerbAddrRequest we move the json code to a Pointer.
When the call is over we want to free that...