When a CX Display Control is used, it may cause compile errors of the standard VBA command Hex$.
This is because this control contains a reference to a member format called Hex which can confuse the compiling engine. Either modify the priority of the References, or explicitly define the Hex$ function when needed by typing:
This is because this control contains a reference to a member format called Hex which can confuse the compiling engine. Either modify the priority of the References, or explicitly define the Hex$ function when needed by typing:
VBA.Conversions.Hex$
Related Products
CX-Server Lite 1.1 and CX-Server OPC 1.0