Nevermind, the following works:
https://jakeludington.com/2009/11/15/error_2738_coul/
cheers,
--
Wil
Type: Posts; User: wila
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...
That makes sense.
Thanks Frank!
--
Wil
Regex sure is fast :)
Btw, what Focus replied at first is also true.
Allocating an array item 50000 times versus allocating 50000 array items in one time is a huge difference.
Use Windows...
Not answering your question, but I'll say it anyways :D
The Hammer has had this feature for years.. very convenient.
--
Wil
lol, OK
--
Wil
That explains it.
I thought it was weird my test was so far off, but never even came up with argument size (d'oh)
Now it is 5.1 seconds on DF19.1 and 32.8 seconds on DF20.0
Bah.. I need new...
Not sure how you got strSplitToArray in VDF16.1, but in DF19.1 it took 250ms .. and I'm running this in a VM.
In DF20.0 ... 64 bit .... 1.406 sec. Yes still in a VM.
--
Wil
Hi Bengt,
Make sure the manifest file isn't blocked by windows because you copied it from an untrusted location.
Had a similar issue with a customer a month or so ago.
It only worked after...
Can I join?
If you don't mind, I'll be bringing my own sammiches
--
Wil
I'd say that would be a test migration on a copy of the backup data.
--
Wil
Todd,
I don't think it is the "replaces" that actually causes your app to be reporting an out of memory error.
The replaces command needs to allocate some memory for the replacement and you ran...
Nope that doesn't help.
Compiling is fun with NVDA on "duh duh duh duh duh ... " not too bad in the background when you're playing Metallica - Frantic on a headphone.
and NVDA really can't keep...
Interesting. I didn't google on the codejock controls for long, only saw a request, no answer.
Sad though that the DataFlex cCJGrid/cCJDBGrid is not compliant due to using pbVirtualMode.
--
Wil
Well that it can do that already. It says things like "Access Miles edit selected Access Miles" for customer entry view when you select customer "1" and then tab into the Name form.
One of the...
I think for that bit you can probably do something in your class library and somehow add the IAccessible interface there to automatically read the label before it says "edit".
Personally I'm more...
OK.. more...
You'll need to use one of the accessibility API's mentioned here:
https://github.com/nvaccess/nvda/blob/master/devDocs/technicalDesignOverview.md
--
Wil
That's fine.. but you need to link that to the label object, not the dbForm one or else it is useless.
I'll play a bit more with NVDA.
--
Wil
OK, I figured to play with it. Sorry didn't give you the best link... NVDA is free, so you can easily try it yourself.
DataFlex is not compatible.
When you open something like the Order Entry...