Hi Vincent,
I see what you are saying, but you can't read that in the article. The article says " Use varchar when the sizes of the column data entries vary considerably".
Type: Posts; User: Peter van Mil
Hi Vincent,
I see what you are saying, but you can't read that in the article. The article says " Use varchar when the sizes of the column data entries vary considerably".
Hi Vincent,
I was a bit surprised about the 8000 size. This applies to VarChar(MAX):
If you use char or varchar, we recommend to:
- Use char when the sizes of the column data entries are...
Maybe you are right. But I am hoping that someone at Data Access Europe also wants this feature for his/her own projects. Sometimes beautiful things happen ....
Hi Michael,
This is absolutely a serious issue. When running SQL queries to select data for RDS data in DataFlex Reports, it is always a struggle when you have European settings (comma as a...
Sometimes it helps when the business analyst and the developer are wearing the same hat :)
Missing reboot between uninstall and install????
When mixing character mode and modern versions of DF, it always has been a good policy to use exactly the same (and latest) MSSQL drivers. Currently this is version 6.3.0.25. DF 2021 uses another...
Hi Stephen,
Thanks for the clarification.
Accidentally I found the new Microsoft ODBC Driver 18 for SQL Server. Currently this new version isn't recognized by the driver attribute DF_DRIVER_SQLSERVER_CLIENT_VERSION. Not a surprise, because...
Thanks for your message. Finally I was able to reproduce these errors and better: to solve it.
Hi Garret,
I am using the Outlook skin as defined below. It is in production with DF 19.1. Windows 10.cjsyles is part of DataFlex 20.1. I don't use other styles. I have an issue with the...
I never trust the system PATH environment with runprogram. I remember being bitten by this before.
I think that you have to define the complete path for Powershell.exe.
Hi Dave,
Even if you don't want to use Managed Connections in your applications you can use them in DBBuilder and DBExplorer. I don't exactly see the problem.
Good to hear. Thanks for letting me know.
You can download the runtime installers from dataaccess.eu (also 32-bit).
I haven't used it, but there is a runtime installaer for DataFlex Reports 8.
Thanks Marco. I wil look into it. I can remember that you talked about it, but until now I didn't have the need to implement it.
Is there any better solution than deleting the browser cache? It is a disaster if we have to inform all users with tedious instructions how to solve this.
I really can't get it to work after...
Strange. It works for me.
Hi Ian,
You can set properties with "Get Popup_Handle". Based on these properties you can augment the procedure Popup.
Get Popup_Handle of MOLDCOST_sl to hoPopup
Set psPlant of hoPopup to...
The CJGrid classes are based on the CodeJock ReportControl. I would be very careful to replace this.
If you have a 64-bits Excel you could try if it works with ODBC and Pervasive.SQL.
Hi Ian,
Thanks for this great work!
Hi Russell,
Sometimes things a easier than expected. I never used the ptrocedure ApplyVisualTheme like this, but it works.
Procedure OnCreateCommandBars
Forward Send OnCreateCommandBars...