Bob,
Technically there is a difference between a PUBLIC and PRIVATE properties but since PRIVATE properties can still be used in applications and we introduced the visibility meta data tag about...
Type: Posts; User: Vincent Oorsprong
Bob,
Technically there is a difference between a PUBLIC and PRIVATE properties but since PRIVATE properties can still be used in applications and we introduced the visibility meta data tag about...
Mark,
Logged.
Thanks for bringing this to our attention
Chris,
In order to help others it would be great if you could provide us with at least one INT file and the corresponding table structure. For this please create a HDE ticket and attach the files.
We are pleased to announce that the CodeJock based TrayIcon (system tray) library and demo application has been updated and released for DataFlex 20.0 and 20.1.
In the new version the used...
Michael,
Originally ModalDialogs were toolpanels and the extended Window style WS_EX_TOOLWINDOW was set to true. This Windows style says that it cannot display an icon (MSDN: Creates a tool...
Michael,
Set the icon in the method/event page_object.
Anders,
Stop using DataFlex 19.1 and the embedded database and these problems should automatically go away.
Mike,
General rule is that unless you own or want to spend your time on it you should not migrate libraries. Yes, this is a problem when the developer did not have the time to upgrade or publish...
Felipe,
Thanks for bringing this to our attention. I will log this.
Michael,
It is a variant but for images in RDS we decided to use base64 data. We are considering a change to bypass the base64 operation.
Ancell,
For the moment use the solution from Michael.
Sjoerd,
The current information gives me no clue.
Let's do a online session next week where I look over your shoulder.
Ancell,
Have you checked the InAgedDays function? The example code in the docs is:
// Placed in a Font Color function
If InAgedToDays({OrderHeader.Order_Date}, 30) Then
Return drBlack...
Sjoerd,
The difference is clearly the psDeviceName but where I would expect it would be a truncation at 32 characters (the DeviceName in DEVMODE is limited to 32 characters) it does not look like...
Boris,
The release notes for 20.1 contain:
Edgar,
Microsoft provided a tool to cleanup the left overs of their installer software. Go to...
Alberto,
Where in the past you use a LCID as first parameter you now more often use a locale name. For example
GetTimeFormatEx use a locale name (see...
Ecpsys,
You probably refer to DFQUERY to export the data and READ to import the data.
Mdlc,
When you make use of the DataFlex Embedded database the easiest step is to set pbAutoLocateDFFiles to true. When you use a foreign database you need to update the psDatabaseConnection.
I...
Edgar,
While I have seen such installer messages a while back - when we were creating the installlers - I cannot get this to happen on a Win 11 VM.
Can you give more details, steps, exact...
Sam,
I would go to MyApplication.src and just add the two includes somewhere after the end of the oApplication object.
From a security point of view I don't think a webapp will be allowed (should be allowed) to query that information. The default printer for a user is stored in the registry in...
Edgar,
From the server there is no standard way to print to the (default) printer defined by the customer in his installed printers. The server cannot access the names and settings of local...
Sam,
Good catch!
You can solve this issue by including the cGDIPlus.h.pkg BEFORE the cDR.h.pkg
I will log this as a bug
Hi,
Version 4-7 can be used with DataFlex 18.0. Starting with v6 the print engine can use report definitions older than the version current when the print engine (the OCX) was made. Older versions...