open the DFCONNID.INI file and delete the DFPWD= line.
Type: Posts; User: Michael Mullan
open the DFCONNID.INI file and delete the DFPWD= line.
Re-downloaded the installer, and then it worked just fine. Beats me.
[Window Title]
C:\Logs\DataFlex Reports 2021 Developer Edition 8.0 RC.exe
[Content]
Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to...
Isn't it just click on the first date and drag to the last?
There is Luis Bernitez-Martell. In Durango if I recall correctly. Mind you, I last worked with him in the late nineties sometime...
When you add a table or View in SSMS, the codesense is not updated automatically, so you get red squiggly lines under perfectly valid table names. Control-Shift-R in the editor window is the...
Done. Thanks,
They're IN Spain, which is 5,400 km closer than me, BUT they're in the far north-west, so it's gonna have to be a BIG problem to get them in to fix it.
/MM
Yeah, I'm doing that, but there's shed loads of places it should be,
Back in the day, when we used a proper subclass layer, every function and procedure could be logged to a message trace. That...
I'm shipping product to Madrid, might need local help when it gets there.
:-) Hopefully I won't. But "Be Prepared"
/mm
On a machine without the debugger, how can I find out which process is causing the processor usage to jump to > 25% from a normal level of 1 or 2%?
It's a large complex piece of kit with MANY...
I was replacing a method that wrote a key into the database, originally one at a time, but I found a new need for doing a batch, so I just wrote a SQL statement that did everything in one statement. ...
Vincent wrote a blog, 10 years ago on creating UUID's. It's useful stuff, but in MSSQL you can just do
Select newid()
Boom, new GUID!.
This may not be news to all of you, but it was...
it's a DF2020 thing... At least the psAutoComplete is
<form method="post" action="/form" autocomplete="off">
[…]
</form><form method="post" action="/form">
[…]
<div>
<label...
That was a CopyPasta error, but the SECOND size is the right one. I'll try changing the order.
Hey! It's a Dave's Fault.
Doing a prototype for an interface on a touch screen PC, so make the text and buttons larger.
No Problem. Here it is in the designer.
14343
Looks great. It's displayed on a 1920 x 1080...
No worries. I do appreciate all the work you've already done on this.
/MM
the issue is probably the version of IE that the control emulates, the default is IE6. Getting it to change requires a program (exe) specific registry setting, that requires elevated privileges to...
No worries, the customer is happy with the radio buttons, Of course I'm not.
/MM
trust me.
Just shell out to their default browser. really. It's be MUCH better.
/MM
It's very odd. In OnBeforeLoad in the dashboard I have
Procedure OnBeforeShow
// Each time this view is shown we will update the appropriate information.
Send DoLoadWebChart ...
I've used Mike Peat's implantation of Google Charts to a great response from the customer, but now they want a second chart.
Unfortunately, when I put a second chart on the dashboard, that chart...
It's a short pipe, and the database is physically on the same pc as the app.
I am getting this odd error on a system that uses MMSQL exclusively.
It has no "debug" point, and if I break on it i get the debugger is in "I Hate you" mode, which is no help.
An ideas?