Christian Schmid

Results 6 issues of 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...

bug
Runtime

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...

enhancement
VS VO binary editor

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...

bug
Runtime

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...