64 bit cache files have a different name
MyTable.x64.cch
Type: Posts; User: Focus
64 bit cache files have a different name
MyTable.x64.cch
#include is effectively copy and paste the contents of this file here before you compile
This thread may help, possibly
https://support.dataaccess.com/Forums/showthread.php?48246-Dynamic-Creation-of-dbForm
Try replacing & with &&
The & is used to underline the hotkey letter on a button etc and needs to be escaped if you actually want & in the text
You can always trust the client to have your back
In the case of chilkat it's a non event really
cCOM class is the same just change the name of the dll in the manifest file and you are done
Good to hear from you John
I hope you are enjoying the fruits of a lifetime of toil
We went from DF2017 to DF2019 to DF2021
Had it been called 2018 in 2017 to begin with they would have had to release by 31st Dec 2018 or release a 2018 product in 2019 which makes no sense
Keep...
it does mean you have to develop and release in the same year or advertise at the start of the development this won't be released until next year unless you are going to change major version number...
From memory I think it doubles the current size every tome it runs out
A bit crude but have you tried resizing the array first to 50000 blank elements you don't need to be super accurate do 40k maybe to save having to take blank off the end
I'm actually going close to it in a few weeks time, anything you want me to pick up ?
There is a nice YouTube video on this page https://www.alnwickgarden.com/the-garden/poison-garden/
Are you doing any memory manipulation elsewhere in the application?
It has the feeling of a rogue pointer or memory overwrite type problem
Are you interacting with any 3rd party COM controls
Possibly
Set Window_Style to WS_VSCROLL False
Set Extended_Window_Style to WS_EX_RIGHTSCROLLBAR False
the missing "t" is quite important in that sentence :D
I've always liked "Not responding"
Lots of people think it means I've crashed
What it actually means is I'm so busy in this loop dealing with your .... that I don't have time to talk to you :D
Would that not make it more a cWebRolodexContainer
... a touch harsh maybe for something that has created so much indirect wealth, including ours :D
You won't be able to load an eml file but you can pass a simple body etc with a mailto: link
https://developer.yoast.com/blog/guide-mailto-links/
If all else fails side load the gardener tree point one .... See white paper LadyChaterley.pdf in the log cabin for instructions
I've not done it but could it be
Move "chilkat.ocean" To sBucketName
https://example-code.com/dataflex/s3_uploadFile.asp
Not quite sure of the question
It is up to the sending application to specify a mail server
If you mean ask Outlook via COM, then it does have an Account.SMTPAddress property but I've never...
Yes the second example is not correct the ? just separates the main bit of the url from the parameters, there should only ever be one
Have you tried putting it first in case it matters ?
...
If sParameters is empty then & will need to be ? but otherwise it should be OK
I could be wrong but I thought WString was only really designed for use with external_function when passing arguments
Is PS returning UTF-16 string ? If not then I suspect you might get...