And some of the browsers had add-on's that put a clear cache button in the toolbar though I haven't used that functionality in a while.
Type: Posts; User: Bob Worsley
And some of the browsers had add-on's that put a clear cache button in the toolbar though I haven't used that functionality in a while.
And here I thought it was because you kept spelling "color" wrong. ;)
Groan...
The good news is that the PC where I need to use this is a single user PC that's unlikely to change much. Thanks for the info...
I saw the SpecialFolderPath reference but also found in vWin32fh function: vSHGetFolderPath and the argument vCSIDL_DESKTOP.
Frank, this seems to be a variation on what MI@DAE said, are you saying...
I need to write some files to a folder on a PC's desktop. I'm not trying to write to the public or "all users" folder, simply to the current user's desktop. What I've found is that neither DF nor...
+1
We used to have this back in CM days
Never mind, figured it out.
"We have met the enemy and he is... me!" -- Pogo
Have you tried setting the color in Item_Entry/Item_Exit?
Hi Wil,
And yes indeed it works for me now. Thanks much, you're the greatest! Some day I'll be able to buy you that bunch of beers that I owe you...
Hmmm... Thanks Wil for the description, that helps. I tried this in a small test program and I get a compiler error that says SetWindowTheme is already defined. I'm guessing it's in DFAllent since...
No, DDSrc is only used at compile time
I'm guessing you're using the embedded db? If so then copy the .dat, .tag, *.k* and .hdr files from the test or development data directory to the production data directory. If SQL you will need to...
So what's happening is there are two states that a comboform with entry_state set to false can be in. For the lack of a better description I'll refer to them as shown, Bad & Good, because "good" is...
I said that to the Systems guy yesterday, first thing I’m going to check today
Entry_state is the same between them, both set to False
The following two images are screen shots from two different servers, both on AWS, both server 2019 and supposedly both set up the same way with the same regional and theme settings -- both running...
so you're saying that I'm missing... maybe everything?
Got it. We're on the updated version thanks. Just wanted to be sure that there wasn't something that I was missing.
Thanks Dennis
For these updates that were just released, the most important piece seems to be the Webapp security update. For those of us running 19.1 and not using the Webapp, is there any reason to update? ...
Hi Mark, try this:
//------------------------------------------------------>
// Sleep in milliseconds
// Usage: Move (SleepEx(100, False)) To integer...
By George, I think you've got it! I forced a recompile and now it works. Thanks Andrew...
DF-19.1 - A long time ago I created a program manifest using Nils' manifest program that included a fragment for my Polar dll. This has worked quite well. As I've mentioned in another thread I've...
Hi Mike,
Every time I say "obviously" I get reminded that I'm wrong so I have to stop using that word. The dll wasn't registered because the original program had the registration in the manifest,...