I meant that this assertion failed for me too. The assert function is from DFUnit btw...
It would seem that you missed my comment about the UBigInt that does have a bug in parsing (which will be...
Type: Posts; User: Bram
I meant that this assertion failed for me too. The assert function is from DFUnit btw...
It would seem that you missed my comment about the UBigInt that does have a bug in parsing (which will be...
Fair enough... correcting myself a bit here... the base is Integer and it will scale up the types as more is required.
Though this system is clearly failing; we will see to both the doc and that...
Hi Samuel,
While having you looking at my other post to wila... There indeed seems to be a problem with UBigInt.
We will be looking into this!
UBigInt ul
Move...
Hi guys,
The compiler will always assume Integer for any constant numeric literal without decimals.
For decimal constant literals Decimal is always assumed.
If you do want 'compiled' constant...
Hi Edgard,
The double slashes are part of the new multiline programming features that 20.1 provides though I can understand the confusion with these two issues in tandem.
For nr. 1 the rendering...
Hi Albin,
Many thanks for your sample; whilst not easy to find, easy to reproduce!
It has been fixed for the next rev.
Thanks for finding this,
Sincerely,
Bram Nijenkamp
Hi Chris,
We will see whether we can be more specific in the doc. Essentially the psFooter* properties can be set or webset like any normal property. Since the onManualLoadData is used (which is...
Hi Albin,
We have been looking at your issue; thanks for providing some code sample! However, we cannot seem to reproduce it in both an Append as an Activate situation. We think that the context...
Hi Michael,
This issue was already reported and is fixed in the next revision.
Thanks for looking into our betas!
Sincerely,
Bram Nijenkamp
Data Access Europe
Hi all,
This has been taken under consideration for the next version :).
Sincerely,
Bram Nijenkamp
Data Access Europe
This issue will be fixed in 20.1.
Sincerely,
Bram Nijenkamp
Data Access Europe
In that case there isn't much else an option than to register 'devices' to an account or the WebApp in general. You could make this work by generating keys using de Security Library and set those in...
Hi Chris,
Sorry for coming back to you so late (holidays and work). It is clearly a CSS issue. I did pretty much the same as Samuel Pizarro.
Adding this to your custom theme (application.css)...
This would be something that IT system management should do. The way I would do it is by simply hosting the WebApp on a device facing the general LAN interface. Schools and businesses commonly...
Hi Chris,
That would indeed seem as a CSS issue; could you tell me about which View and application?
For example is it reproducible in one of the sample applications?
Sincerely,
Bram...
Hi Bob,
Somewhat a mix of what the others suggested. Something that is very common in POSIX/UNIX environments is to write the current PID to a lock file somewhere on the filesystem like in AppData...
Chris,
I have recorded it as a possible feature for a/the next release.
Should you require it in the short term and not be able to do it yourself you can always contact us.
Sincerely,
Bram...
Hi Peter,
As you might have spotted we can't find the right thing for everybody. As of posting the @-operator already does a lot more than just the multilines. It is also part of our view for the...
This is indeed an issue we are working on; it has to do with the editor.
Sincerely,
Bram Nijenkamp
Data Access Europe
Hello Chris,
I am not aware of your JavaScript skills; but this kind of checking is preferred to be done on the client. Since a server side check causes a lot of latency and slows everything...
Hello Ian,
I could not grasp your question that well. But pbUseHTMLEncoding does not what you expect.
It is used in <DF20 applications for minimal Unicode support. Maybe you could clarify your...
Ok I can reproduce it now. When having your table of 123** and then adding a 20000 and looking that up we cannot find it even in the embedded database. We'll look into it for the next ref.
...
While there appear to be some inconsistencies/unstable parts in both implementations I could not really reproduce the issue you describe.
My steps:
1. Created a 'Test' table with an id column of...
Hello Ian,
This would indeed seem like a bug. I will take a look a the base control to take it up for the next rev.
Should you have DF 20.0/20.1(beta) it would seem that the cSelectionSource has...