First of all I would try to use the integration classes of version 5. The changes between the classes of version 3 (VRW) and 4 (DR) are rather big. I can't remember it exactly anymore, but probably...
Type: Posts; User: Peter van Mil
First of all I would try to use the integration classes of version 5. The changes between the classes of version 3 (VRW) and 4 (DR) are rather big. I can't remember it exactly anymore, but probably...
Glad that I could help. I have paid my dues in this matter :rolleyes:
You have to create a small Windows testprogram, so that you can enter and save (once) the password for the connection ID.
In the past I have done checks on existing customers. In our country ZIP code and house number are unique. So just before saving we showed a selection list with potential existing customers.
In...
You might use Database Builder to connect to the database. System Info gives information about the database drivers and the SQL client drivers.
14491
If you use managed connections you might use a one time Windows testprogram. On the first login you can save the credentials.
Hi Mike,
I see that you are using the SQL Server Native Client 11.0. It is Microsoft, so I would use "the latest and the greatest". This ODBC Driver 17 for SQL Server.
With IcoFX you can extract the icon from Studio.exe if you really want it.
Yes there is news. A DataFlex 20.0 icon is included in Studio.exe :o
Hello Roel,
In my programs list it is "DataFlex 20.0 Plato Example". See screenshot.
On my development machine I had already SQL Server 2019 installed. I didn't want to create another instance....
Maybe you can look at the online help at DataFlex 2021 Help (dataaccess.com)
Look at the examples with the code below.
#REPLACE CS_CONNECT...
Hi Bob,
That's a nice one. I have tried to set the Entry_State to False and True with OnSetFocus and OnKillFocus, but this looks better.
Hi Pieter,
My secret wish was that you somehow solved it :rolleyes:
A colleague solved this issue by an ayugmented procedure Key (while the Entry_State is True).
This has a few drawbacks. It doesn't work as expected when the comboform is dropped. Still I prefer...
I have got it running on my development machine. But I use the latest drivers. Look for SQL Connectivity Kits v.6.3.0.15.zip.
Hi Pieter,
I am receiving the same type of complaints. Did you ever solve this?
It could be this: Could not load database driver "DFBTRDRV" (dataaccess.com)
Hi Sjoerd,
It should be possible to enable or disable images. You can see it as a dynamical image as long as the number of images is not too high.
Hi Peter,
The Function GetCompileDate is very useful. I have removed the error message, because you also get the error message when the .exe file is renamed.
From time to time I am still using this classic. He is longer than the A4 format, so it can be very useful for reports.
Hi Anders,
This should be correct. Yopu already had registered the OCX, so this might not be the cause. Strange the the programs terminates without a real error message...
Sorry, I thought it was a WebApp, but it is Windows. Maybe it helps to put the fragment below in the manifest file.
<file name="DataFlex Reports 2019 Developer Edition API.ocx">
<comClass...
When these reports generate a PDF document, it might be a rights issue. Does your server run under a specific UserId? Did you check the rights?
That's a nice one. Thanks for that!