Thanks Harm,
We were able to work around it.
Tthe struct was only used in communiciation with a webapp, so could have named it anything really as it only has to match up to the js side.
--
Wil
Type: Posts; User: wila
Thanks Harm,
We were able to work around it.
Tthe struct was only used in communiciation with a webapp, so could have named it anything really as it only has to match up to the js side.
--
Wil
Hi,
It's not a big deal as removing bootstrap resolves the problem (which for the moment is how we are fixing this ;) )
But does anyone know why including bootstrap css mucks up the toolbar...
Isn't it this issue?
https://support.dataaccess.com/Forums/showthread.php?62769-Login-Failed-(WebApp-amp-SQL-Server)&p=334075#post334075
--
Wil
Ivan,
It's been a while since I last changed code containing local_buffer, but here is an example.
...
An antivirus tends to act on a signature, where it can be something they recognize or something the av engine expects (heuristics).
That means it still can be your AV as it will behave different...
Don't you find it weird that nobody else is having your problem?
IOW, the chance that the issue is due to your environment or code base is pretty high.
Just like SWM said.
So you should...
Pieter,
As long as Data Access is not providing an alternative to add .net based controls, the alternative is a DLL interface.
I don't think that using DLLs makes it easier or more likely to...
Pieter,
The first thing I would do is to search for that particular error.
eg.
https://appuals.com/fix-the-rpc-server-is-unavailable-on-windows-7-8-and-10/
That's assuming that Microsoft...
How are you going to provide functionality that is not available in DataFlex?
Magic wand?
Built it yourself?
--
Wil
which is...
The RPC Server is unavailable.
Just a guess.. one of the Word versions that is installed is 64 bit and the other one is 32 bit.
--
Wil
Bob,
If none of that works, then I would use the "blunt axe" method and load a transparent png with nothing in it.
A.k.a. clearing by loading an empty image.
An alternative way would be to...
Hi Bob,
Remembered I used this in a project in DF18.1.
That would indeed be correct. If it is not reliable then the first thing to try is to also send a "redrawImage" after setting the...
Notepad++ uses the scintilla editor (like the Hammer does).
The Studio uses codemax which has not been developed upon for at least 15 years.
I wouldn't count on DAW spending time on improving...
Most AV engines keep their paws deep within the OS even while you turn it off.
The only way to be sure that it isn't AV is by uninstalling the AV.
There's been many times over at the VMware forum...
Nah.. I guess I should have been more clear.
This compiles and works as expected in DF19.1 and DF20.0, but no longer compiles in DF20.1
edit: Btw, thanks for pointing out that I should clarify...
Hi,
The following no longer compiles in DataFlex 2022.
Use Windows.pkg
Struct tPoint
Number nX
Hi,
Release of version 1.1.174
Bug Fix/Changed behavior
- Setting UserAgent property is now also cached, so that you can set it before the WebView2 control has been created.
-...
Nevermind, the following works:
https://jakeludington.com/2009/11/15/error_2738_coul/
cheers,
--
Wil
Hi,
Windows 10 21H1 current.
I'm trying to uninstall DF20.0 to make room for DF20.1 (to keep my VM's small, I've got DF20.0 installed elsewhere already)
When I try to do so, it almost...
Hello,
A new update of AntView, version 1.1.164 beta has been released.
This is an important release as it has many new exciting features such as improved VB6 support (which I won't list down...
The example is in the post you are replying to.
As I said, it is debatable.
You can't access an ActiveX interface from DataFlex without having to create a DataFlex proxy object.
In a strict...
See:
http://svn.vdf-guidance.com/cFileSystem/trunk/cFilesystem/AppSrc/cFilesystem.pkg
for code that uses this.
another example.....
Thanks André
You do mean summer 2022 right? (Sorry.. couldn't pass on that one ;) )
--
Wil
LOL, in this house it is the wife that is always correct, not me!
Just trying to understand what you are asking for and what the benefit is.
Seems you are indeed talking about variant parameters...
Michael,
Object reference? Do you mean interface dispatch?
If you return a variant in your ActiveX code then -obviously- it cannot return anything else.
A variant data type hides the actual...