I also think it's a lot of work to switch from 32 to 64 bit.
Is it really worth it at the moment? I'm not really sure about that yet either.
But the fact is that I have to change a lot of...
Type: Posts; User: Roman Köhler
I also think it's a lot of work to switch from 32 to 64 bit.
Is it really worth it at the moment? I'm not really sure about that yet either.
But the fact is that I have to change a lot of...
Hello,
I am currently working on the subject of 64-bit ActiveX controls in VDF20.
As an external ActiveX control, I currently only use GDPicture for scanning and displaying PDFs. I display...
Hi Samuel,
I have tried to transfer the example to the Orderentry example of DataAccess. This might make troubleshooting a bit more difficult. Therefore I give you the original definitions now....
I didn't tell you in my posting, that I work with SQL. It was my fault, I'm sorry.
But the embedded version works with SQL, too.
So it was interesting to try out both ways and compare them with...
Hello, Vincent,
even if it is true that the Connectivity Kit has no knowledge of how many tables are included, it is still the case that 3-table views do not work that easily.
I have already...
Hello Samuel
I have found a solution. It is a bit unconventional, but it works.
Assuming that my assumption is correct that Dataflex cannot handle 3-table views, I have thought about how to work...
Thank you Samuel for your answer,
I have matching indexes that connect the 3 tables with each other via IDs.
Because I abstracted the example, I did not enumerate all indexes. This can not be...
Thanks Michael for your help.
I tried it and it worked out perfectly.
But I was glad that another suggestion with SQL came, because it works much faster.
Thanks Evertjan,
your suggestion was great.
I thought that the problem should be solved with SQL.
Michael's option works as well, but it is much slower.
Hi Michael,
I have deleted the connection of the Item-DataDictionary and added a function with SQL query to the Order-DD.
Now I get all orders with the desired item. (Super)
But unfortunately...
Hi Edgar,
The structure of my example should be based on the Orderentry database. (Order is relationally linked to items)
Order.number --> Items.ordernumber
Orders 1,2,3 are only...
Hello,
The described speed problems refer ONLY to DataflexViews/-SelectionLists.
There are no problems in the SQL-Managemant-Studio.
I have a SQL-View, where 3 tables are linked together and...
Hello,
I am looking for a way to constrain orders where a certain article appears in the order articles. But the filtered orders should be shown completely with all articles.
Example:
order 1...
So first of all thank you for your tips and effort.
Unfortunately no tip helped. The reason became clear after I had a closer look at "schemabinding".
If you provide functions or views with the...
Hello, Martin,
I changed the setting in the SSMS and wanted to make the changes now.
But after pressing the save button I got the following warning:
Table "person"
- Warning: The following...
Hello,
first of all, "Thank you for your timely responses."
@Steven
On your advice I tried to change the field length with the SQL Management Studio. But it failed with the following error...
Hallo liebe Leute,
mein aktuelles Problem hängt mit dem SQL-Server 2017 und Skalarwertfunktionen zusammen.
In meiner SQL-Datenbank baue ich immer mehr Scalarwertfunktionen ein, damit...
Hello, everybody,
my current problem is related to SQL-Server 2017 and scalar value functions.
In my SQL database I am adding more and more scalar value functions, so that SQL-queries , -views...
Thank you Peter for your quick response.
I've tried it and it works fine.
Hello,
I have a problem in getting the handle of a DDO, which is NOT in the DDO-tree of the Main_File.
Both files are completely unrelated, but I need to save records in the other file, when...
Hi Peter,
I've solved the problem and published the source-code.
Please look at this.
The problem was the ResourceImagePath, which isn't created, when you haven't installed the VDF-Client or...
So, I've found a solution (debugger thank you).
I have seen that the procedure LoadResourceImagesFromFile in cCJCommandBarSystem.pkg sets the directory for the styles.
So, I have copied this...
Stephen,
yes. After your first answer, I've tried this immediately.
Our folder-structure now looks in this way:
11555
In both styles-folders are the following files: Office2007.dll,...
Hi Stephen,
I recognize the problem.
None of the clients has an installed client-version. We don't want to update over 30 PCs for every new Version of VDF.
There's a directory on our...
Hallo liebe Leute,
ich hätte da mal wieder ein Problem:
Ich will meinem Programm ein (vermeindlich) schöneres Aussehen verpassen. (Mit haben die Beispiele von VDF19 gut gefallen)
Also schnell...