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
Type: Posts; User: Michael Mullan
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?
I expected this to be simple, in the DF code in the button add:
Set pshtmlID to "signhere"
in application.css add
[code]
It seems like ServerSession properties are what I need here.
Thanks.
So "OnNavigateFOrward" after the forward send is where I should be checking that the right data is there?
/MM
As usual, now I'm more confused.
1. In a drill down app, at what point can I manually confirm that the records in the DD match that which I've passed around in the NavigateData Structure.
I'm...
There has to be a dirty joke in there somewhere, but I'll be good.
Where are the hooks for the disconnect and reconnect?
In the Brave New World of DF 20 webapps, we are allowed to use "client" properties and "Session" properties to keep this stuff in sync, and we can pass around a NavigationData struct to help with...