Christian Schmid
Christian Schmid
If you try to write a value to an open, empty table in X# without first checking whether there is a data record, an exception is thrown. No exception is...
Hello, we are in the final stages of converting our programming from VO to X#. During the tests of the daily work steps by my colleagues, a very important point...
A value of type array which was initialized with NULL_ARRAY loses its type information if it is determined via an ACCESS from Self:owner. An ARRAY value null becomes an OBJECT...
I am reporting two problems here which may have the same cause. We use AdsSQLServer, the SQL queries used in it are formed via joins over several tables. The original...
ControlOrder Conversion of the ControlOrder window from a modal dialog to a normal window. PropGrid If you select several controls in the Designer, the values in the properties window remain...
Hi, actual I test the InvoiceValidator, the calculation of lineTotal is current based on NetUnitPrice * BilledQuantity but I think right one is NetUnitPrice * (BilledQuantity / UnitQuantity). example: unit...