This may help.
// DateSpin Form class by Michael Mullan
// Michael@DanesBridge.com
// DB Spin Form with built in Shortcut Keys.
// I think I saw the original implementation of these shortcut...
Type: Posts; User: Michael Mullan
This may help.
// DateSpin Form class by Michael Mullan
// Michael@DanesBridge.com
// DB Spin Form with built in Shortcut Keys.
// I think I saw the original implementation of these shortcut...
Is your back end MSSQL?
I have a class of DR that can just read the connection string from an open file in the file list, and passes that connection string to the report as a DNSless connection. ...
Ugh.
I guess we'll just have to add a second column with the formatted date.
Not in Dataflex Reports it won't :-)
Don't want to send the date in the RDS as a a string, because that promptly breaks the sort order... (and yes, I know I could add another column and do both,...
How is it possible to format a "DateTime" data type to include milliseconds?
DR8.0 Custom mask is HH':'mm':'ss
Adding the normal .fff after the ss does not compute.
/MM
yes it should. However, if you do it in your mail application, the application won't be doing anything else during the backup. also you'll need to worry about permissions on the server.
tSysDefaults A Key/Value pair that works a little like the registry.
Trying to put a specific date format in a datetime type column. The application has a global format string, in this case dd-MMM-yyyy HH:mm:ss
i hacked it together so it worked, changed comCaption...
Do you recognize this code from the report control class?
// MXP This is not working as required
// If (sColumnFormat <> "") Begin
// Set ComFormat of hoItem to sColumnFormat
// End
was in a presentation from Bram. DAE uses it as part of their internal build system to build the product.
That's what we do.
/MM
there's gotta be a re-scale operation happening in the chart, that's not being forced into the axis.
I'll go RTFM
In the "Create new view" panel where you add the name of the panel, it's file and its label, it would be nice if the "autofill" on the Label field could unpack CamelCase to add a space before any...
Pulled that out of the SealScan project, I use it to convert points to millimeters.
well.. I do like a big hammer...
there is an event that gets fired that allows you to override the properties of the xAxis legend.
Procedure ResetLabels Integer iPoints Integer iMaxValue
...
you can keep them in separate repositories, but you should really "tag" all the repositories with the same version number as you release a product, because you need to be able to go back to exactly...
Maybe just destroy it and rebuild it?
If you use square as your payment app I have an adequate implementation of that.
they give you JavaScript that builds the data entry and it returns a “nonce” which is a token that identifies the...
IIRC dashboards are added by default to mobile apps, but not to desktop apps. I've started a desktop webapp, but now I want to add a dashboard as the default opening page.
Just adding...
And how would one do this if one chose to?
/MM
Except there is a whole lot pf passing through string data types to depend on this always. I just don't trust it.
Let's not push our luck. I'd be happy knowing which one to send...
In that other reporting tool, the flag is called suppress if duplicated.